-
suanfu.rar
进行相关运算时必须要是用的一些步骤,可以解决相关算法的一些问题(Related operations must be used in a number of steps can be solved a number of issues related to algorithm)
- 2008-05-22 20:12:54下载
- 积分:1
-
VC_ADO-SQLSERVER-Access
mfc做的一个对话框,有对Access和SQL2000数据库的读取及修改、删除、插入操作。command、execute、open3种方式执行sql语句。
(mfc do, a dialog box with the Access and SQL2000 database to read and modify, delete, insert. command, execute, open3 ways to execute sql statement.)
- 2011-08-21 10:38:29下载
- 积分:1
-
3
说明: 用c语言编写的一些经典的题目,如TSP等等!(With c languages some classic topics, such as TSP, etc.!)
- 2008-05-21 21:54:23下载
- 积分:1
-
xiererfenchazhao
希尔排序c++数据结构算法
二分查找的递归算法(希尔排序c++数据结构算法
二分查找的递归算法
)
- 2010-12-10 18:32:52下载
- 积分:1
-
cgGL
cggl.dll OpenGL开发必备的动态链接库,一般电脑上都会缺少这个(cggl.dll OpenGL development of essential dynamic link library, the computer will generally lack the)
- 2010-05-10 15:43:36下载
- 积分:1
-
hex2dat
在DSP自起动时,用来将生成的.hex文件转换成.dat文件,只有这样才能正确烧写到flash中(The DSP from the start, is used to generate the hex file convert dat file, the only way to properly programmed into flash)
- 2013-05-10 19:53:42下载
- 积分:1
-
icePubDll
获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息
例程:
void gethardinfo()
{
QString str1="";
char buff[1024];
char buff2[1024];
char temp;
typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo);
ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0;
HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll");
if(hDLLDrv)
{
icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo");
}
icePub_machineGetInfo(3,buff);
str1=buff;
int i=0;
int n=0;
n=str1.length();
qDebug()<<n;
for(i=0;i<n;i+=2)
{
temp=buff[i];
buff2[i+1]=temp;
buff2[i]=buff[i+1];
}
QString str2=buff2;
qDebug()<<buff2;
qDebug()<<str2;
}(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
- 2017-12-28 11:45:08下载
- 积分:1
-
time-MG0633075
说明: 时间序列数据挖掘分析。pdf(Analysis of time series data mining. pdf)
- 2008-10-10 22:10:45下载
- 积分:1
-
zuiyouerfenjiansuozhu
最优二叉搜索树问题具有最优子结构性质,即其任意一棵子树都是一棵独立的最优二叉搜索树,所以可以采用动态规划方法,并且在每次更新时保存子树的根。(Optimal binary search tree problem has optimal substructure property that any of its sub-tree are an independent optimal binary search tree, so you can use dynamic programming methods, and save each update subtree roots.)
- 2013-10-10 18:48:17下载
- 积分:1
-
puia
用C++实现了梯度下降求多元函数极值的算法,有可能会陷入局部最优解()
- 2018-02-17 18:52:09下载
- 积分:1