资源列表
1117
- 该程序用于检测和修改文本中特定的字符。如将第一人称改为第二人称。-The procedure used to detect and modify text in a specific character. As the first person to second person.
erchashu
- 这是关于二叉树的基本算法,包括二叉树的建立等-This is about the basic binary tree algorithm, including the establishment of tree, etc.
ica_f2
- matlab 程序 ica 独立成分分析主函数(其中没有编制子函数代码)-The main function matlab ica independent component analysis (not one of them to compile a function code)
poisson
- 泊松过程检验验证随机过程是否是泊松过程,运用算法对随机过程经进行检验-Poisson process inspection
7
- 是一个生产计划管理系统,能对生产计划进行录入、修改、浏览和删除,还能够通过输入已经生产的量来判断生产计划的状态-Is a production planning management system, to the production plan for input, modify, view and delete, can also through the input has the quantity of production to determine the state of the pro
SourceCodePart
- 飞思卡尔智能车第九届C车的双电机控制程序(只有一个子程序)-freescale smartCar
gradient_compute
- ML gradient computation g = grad_ml(X,x,r) g = gradient vector X = matrix for receiver positions x = 2D position estimate r = TOA measurement vector sigma2 = noise variance vector - ML gradient computation
Terminate-process-by-name
- Source code for terminate process by exe name in task manager
enumeration
- 该文件是一个对枚举的应用,让我们对枚举有个清楚的认识。-This file is a enumeration of applications, so we have a clear understanding of the enumeration.
main
- 定义一个普通的函数fn1(其用返回值的方法返回函数值),另外一个函数fn2(其以引用的方法返回函数值),其中,fn1和fn2的函数功能都为求圆的面积。-Define a common function fn1 (the method returns the function value of the return value), another function fn2 (its in the method returns the function value of reference), am
C_to_CPP
- 将脚本目录下的.C文件转为.CPP文件,该脚本会自动递归该脚本所在的目录层次结构。-The scr ipts directory .C files into .CPP file, the scr ipt will automatically recursively the directory where the scr ipt hierarchy.
C-language-acquisition-boot-time
- 这个其实不难,就是用到一个简单的Windows API,代码请见解析。 获取开机时间要用到 GetTickCount() 这个 API,功能是获取重系统开始到运行时的时间。-This is not difficult, is to use a simple Windows API code for parsing.