代码搜索:姿态算法

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

代码结果 10,000
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

pdf 数据算法.pdf

www.eeworm.com/read/130931/14167230

pdf 图论算法.pdf

www.eeworm.com/read/232594/14190157

rar 概率算法.rar

www.eeworm.com/read/232594/14190163

rar 回溯算法.rar

www.eeworm.com/read/130476/14190677

doc des算法.doc

www.eeworm.com/read/229248/14347753

txt 算法说明.txt

attendance.exe个人考勤软件是我的一个习作,去年初调试完成后,我把它的全部源码在VC知识库网站(http://www.vckbase.com/)发表,那可以称为1.0版,当时的初衷是介绍我在开发基于对话框的VC++应用程序时如何解决打印和打印预览这个难点问题的。最近我把它又作了一些修改、完善,算作2.0版,准备上传到贵网站介绍给大家。算不上有什么多大的实用价值,一般朋友也就拿来 ...