-
CashCode.Net.Source
CashCode protocol Visual Studio
- 2014-10-28 07:34:14下载
- 积分:1
-
lzw_compression
编程实现lzw编码 (Programming lzw coding )
- 2010-11-14 15:59:47下载
- 积分:1
-
sushu
素数的判定,miller-rabin,sol-str,leman,fermat等。都可以运行,下完自后自己稍微改改就可以用。(Primes judgment, miller-rabin, sol-str, leman, fermat so on. Can run is finished after their own little changed since it can be used.)
- 2013-07-25 19:21:17下载
- 积分:1
-
mex
Mex库,支持Matlab中调用C++代码,实现综合运用(Matlab and Mex)
- 2012-05-20 13:14:23下载
- 积分:1
-
matlab_MRF
MAF小程序,对初学者有一定帮助。MATLAB编写(MRF MATLAB)
- 2010-11-21 16:29:57下载
- 积分: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
-
calculation-to-plates-by-matlab
利用Matlab7. 0 开发出图解计算精馏塔理论级数行的新方法. 该方法简单、准确、应用范围广,还可以通过改变输入参数,计算不同条件下精馏塔的理论级数,并能够可视化地输出理论级数的图解过程.(With Matlab7. Developed a new method for graphical calculation of ideal series. The method is simple, accurate, and a wide range of applications, and can also calculate the theoretical stages of distillation column under different conditions by varying the input parameters, and be able to output visual illustration of the theoretical stages.)
- 2012-08-28 20:22:00下载
- 积分:1
-
dijkstra
Diskstra最短路径算法的c++源程序,以及编译好的matlab动态链接库,学习留形学习算法及程序必备。(Diskstra shortest path algorithm c++ source code, and compiled matlab dynamic link library, learning algorithms and procedures remain an essential form of learning.)
- 2010-10-20 20:54:56下载
- 积分:1
-
entropy-
一阶熵、二阶熵和差分熵c++程序 求熵用的
(A first order, second order entropy and entropy difference entropy ofc++ program)
- 2013-11-26 18:34:19下载
- 积分:1
-
strapdown
LM算法的MATLAB实现。Levenberg-Marquardt算法是最优化算法中的一种。最优化是寻找使得函数值最小的参数向量。(LM algorithm in MATLAB. Levenberg-Marquardt algorithm is an optimization algorithm. Optimization is to find the minimum value makes the function parameter vector.)
- 2013-11-09 22:28:19下载
- 积分:1