提交 010a1efa 编写于 作者: 饶先宏's avatar 饶先宏

上级 3e9a59c9
......@@ -134,7 +134,7 @@ static int bigintCreate(const PARAMITEM* pParams, int paramcount, HOBJECT* pObje
}
static int actualwidth(unsigned int n)
{
{
unsigned int c = 1;
int ret = 1;
if (n & 0x80000000)
......
......@@ -40,6 +40,7 @@
#include "time.h"
#include "cnn.h"
#include "threadlock.h"
#include "windows.h"
#include "keyboard.txt"
......@@ -54,6 +55,7 @@ typedef struct imagenet_item_s {
imagenet_item items[1000];
static int item_compare(imagenet_item * item1, imagenet_item * item2)
{
float pd;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册