代码搜索:识别算法

找到约 10,000 项符合「识别算法」的源代码

代码结果 10,000
www.eeworm.com/read/391126/8420459

cpp 迷宫算法.cpp

#include #include #define MAXSIZE 1024 #define M 1024 #define N 1024 int maze[M][N];//定义迷宫数组 typedef struct { int x; int y; }item; item move[8];//定义方向变量数组 typedef
www.eeworm.com/read/290203/8497194

rar rsa算法.rar

www.eeworm.com/read/289549/8545247

txt c 算法.txt

Cohen-SutherLand实现裁剪直线的两个关键函数 //计算点 x,y的编码 void CCohenSutherLandView::CompOutCode(float x,float y,CRect* rect,OutCode* outCode) { outCode->all = 0; outCode->top = outCode->bottom =0; if
www.eeworm.com/read/289242/8565090

doc 算法程序.doc

www.eeworm.com/read/429970/8777320

doc 算法说明.doc

www.eeworm.com/read/286190/8783707

txt a星算法.txt

unit aStarSearchPath; interface uses Classes,SysUtils; type pAStarPathNode=^tAStarPathNode; tAStarPathNode=record x,y:word; F:word; G:word; H:word; fa
www.eeworm.com/read/429852/8785793

txt 温度算法.txt

10位的ADC模块集成有一个温度传感器,可以用来获取芯片的当前温度。 在温度传感器特性图里,给出了以下公式: Vsenso = 2.7 - (T + 55) / 75,单位:V 设Vsenso对应的ADC采样值为N,2.7V对应N1,(T+55)/75对应N2 已知: N1 * (3 / 1024) = 2.7 N2 * (3 / 1024) = (T + 55) /
www.eeworm.com/read/385267/8810836

doc kmp算法.doc

www.eeworm.com/read/429173/8815370

doc kmp算法.doc

www.eeworm.com/read/285164/8864156

doc 算法简介.doc