代码搜索:数字识别
找到约 10,000 项符合「数字识别」的源代码
代码结果 10,000
www.eeworm.com/read/462405/7201914
exe 电阻色环的识别.exe
www.eeworm.com/read/439765/7701902
pdf 人脸识别算法综述.pdf
www.eeworm.com/read/246186/12752267
pdf 指纹识别原理.pdf
www.eeworm.com/read/240019/13240234
nh 人脸表情识别研究.nh
www.eeworm.com/read/239810/13256047
pdf 人脸识别研究综述.pdf
www.eeworm.com/read/317399/13504971
pdf 射频识别(rfid)技术.pdf
www.eeworm.com/read/312687/13606322
cpp 动物识别系统.cpp
#include"动物识别系统.h"
#include"fact.h"
#include"rule_database.h"
#include
#include
#include
using namespace std;
int t=0;
int h;
string s[100];
int rule_num=0;
i
www.eeworm.com/read/312687/13606325
h 动物识别系统.h
#pragma once
#include
#define MAX 100
#define NUM 10
typedef struct Node{
int data;
Node * next;
}Node;
void matching();
void Add_fact(int a);
void Add_rule(int a[NUM]);
www.eeworm.com/read/312687/13606327