-
lorenz
Lorenz吸引子相空间轨迹相图,包括子程序和主程序,r=28时的暂态混沌状态(Lorenz attractor phase space trajectory phase diagram, including subroutines and the main program, r = 28 when the transient state of chaos)
- 2015-11-23 19:52:44下载
- 积分:1
-
1
说明: 蚁群算法研究 Ant colony algorithm(Ant colony algorithm. Txt)
- 2011-05-12 01:38:57下载
- 积分:1
-
jindaipingcha
近代平差,含有近代经典平差函数模型,适用于数据处理中的近代平差应用(Modern adjustment, containing a model of modern classical adjustment function for data processing applications in modern Adjustment)
- 2014-02-17 10:19:29下载
- 积分:1
-
char_string
举例实现由int转换到char类型;string数据连接添加char数组;string转化到const char类型;(Example to achieve the conversion from int to char type string data connections add char array string conversion to const char type )
- 2013-01-17 12:01:26下载
- 积分:1
-
MexDemo
matlab开发,在Vs2010里配置matlab调用环境(matlab developer)
- 2012-09-15 19:05:33下载
- 积分:1
-
GAfun
遗传算法在函数中的应用,它包括编码、交叉、变异、选择等详细的编程,对学习遗传算法很有帮助。(Genetic Algorithms in a function application, which includes coding, crossover and mutation, select details such as programming, genetic algorithm is useful for learning.)
- 2009-12-26 14:55:00下载
- 积分:1
-
socketip
说明: 利用设置网卡为混沌模式,采用原始套接字的方式截获发向本机的ip包,并分析包的类型,源ip地址,目的ip地址,传输层协议等(card installed for the use of Chaos mode, using original socket intercepted a way to the machine ip packet, analysis of packet types, source ip address, purpose ip address, such as transport protocol)
- 2006-05-15 13:08:10下载
- 积分:1
-
matlab
说明: 通过vc与matlab的接口,计算光滑曲面上的平均曲率和高斯曲率
(By vc interface with matlab to calculate the average on the smooth surface curvature and Gaussian curvature)
- 2011-04-11 17:09:54下载
- 积分:1
-
vc_matcom_dll
VC和MATLAB的混合编程技术之一,matcom生成dll,vc成功调用的例子(One of a combination of VC and MATLAB programming technology, matcom generate DLL, VC example of a successful call
)
- 2013-09-18 14:29:03下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1