-
数字的阶乘算法.按分解的方法,将一个大数的阶乘用数组实现....
数字的阶乘算法.按分解的方法,将一个大数的阶乘用数组实现.-digit factorial algorithm. According to the decomposition method, a majority of the factorial using arrays to achieve.
- 2022-02-26 18:36:29下载
- 积分:1
-
边界元法求磁场的计算代码,主要计算部分有注释
边界元法求磁场的计算代码,主要计算部分有注释-Boundary element method code in order to calculate the magnetic field, the main computing part of the annotated
- 2022-01-26 03:24:01下载
- 积分:1
-
单词拼写检查
使用贝叶斯实现的快速的英文拼写检查代码,注释清楚。在实现方面目前实现了小写的检查,还没有实现大写的检查。
- 2022-08-13 20:44:47下载
- 积分:1
-
LC_trie 算法程序源代码
LC_trie 算法程序源代码-LC_trie algorithm source code
- 2022-06-20 04:38:16下载
- 积分:1
-
机器视觉商标匹配
halcon+c#配合使用,很好的例子,代码可以直接运行,很适合机器视觉行业人士使用,学习
- 2022-03-14 08:06:57下载
- 积分:1
-
K-mean算法,并通过了IRIS数据的测试。-K-mean algorithm, and through the IRIS data testing.
- 2022-09-07 14:40:02下载
- 积分:1
-
C++登录注册系统
C++开发 实现登录 注册功能
USER user[Max];
char Admin[20]="administrator";
int count;
int chance;
void menu();
void User_admin(char name[],char pw[]);
void User_common(char name[],char pw[]);
void Saved();
int flag;
void Inithtable()
{
for(int i
- 2022-02-26 15:34:43下载
- 积分:1
-
检测人脸的轮廓
测试了多幅图像 都能很准确的检测出人脸轮廓 并可选用正方形或圆形圈圈标出 代码确实可用 算法比较简单 适合初学者 希望有用
- 2022-08-09 14:39:38下载
- 积分:1
-
基于神经网络的遗传算法优化垃圾邮箱分类实验
是数据挖掘实验课上的一个作业,垃圾邮箱分类,给了57个属性1个分类目标,0是垃圾邮箱1不是,给了训练集和测试集,用的C++写的神经网络,并用遗传算法优化了,正确率96.5%,但是时间较长
- 2022-07-01 21:00:49下载
- 积分:1
-
基本算法为:先将1填入第一行中间位置;再依次将2
基本算法为:先将1填入第一行中间位置;再依次将2-n方按如下规律填写://1,填入上个数上一行的右边位置,如果没有上一行则转到最后一行,如果右边没有方格//则转到最左边的方格。2,如果要填的位置上已经有数,则转填到它上一个数的下边方格//3,对于第一行的最后一个数的下一个数应填在该数下边的空格处-basic algorithm : a first Enter the middle of the first line; Another will be followed by 2-n-law filled out as follows :// 1, the number entered on the right side on his position, if not in his will to the last line, if not right box// then transferred to the most left while the box. 2, to fill the position of several, in turn, to fill it on a number of subordinate box// 3, the first trip to the final a few under a few should fill in the blank space of a few top candidate Department
- 2022-02-05 03:13:23下载
- 积分:1