代码搜索:识别算法
找到约 10,000 项符合「识别算法」的源代码
代码结果 10,000
www.eeworm.com/read/253570/12214229
txt des算法.txt
DES算法
How to implement the Data Encryption Standard (DES)
A step by step tutorial
Version 1.2
The Data Encryption Standard (DES) algorithm, adopted by the U.S.
government in 1977, i
www.eeworm.com/read/337335/12376206
doc 回溯算法.doc
www.eeworm.com/read/337335/12376216
doc 贪婪算法.doc
www.eeworm.com/read/336399/12446160
doc 排序算法.doc
www.eeworm.com/read/336330/12450954
exe bp算法.exe
www.eeworm.com/read/132304/14101763
cpp 几何算法.cpp
#include
#include
using namespace std;
const double INF=1e100;
const double ZERO=1e-6;
const double PI=2*asin(1.0);
struct XYpoint{ //(x,y)
double x;
www.eeworm.com/read/132208/14105126
txt 算法说明.txt
在Visual C++6.0 WinXp下编译通过
采用类来实现
数据运算的结果保存在CString类中
理论上可对任意长的数据进行相加
在Release目录下有可执行文件,将*.txt拖放到longadd.exe上即可,*.txt为数据文件。
www.eeworm.com/read/234150/14120695
txt kmp算法.txt
#ifndef_CMyString_
#define _CMyString_
#define MAX_STRING_SIZE 1024
class CMyString
{
private:
int length;
char str[MAX_STRING_SIZE+1];
public:
CMyString();
CMySt
www.eeworm.com/read/233624/14145653