资源列表
the-numerical-analysis-class-libraryVC
- 针对visul c++6.0的数值分析类库,覆盖了数值分析领域的大部分常见问题。-against visul c 6.0 numerical analysis library, covering the fields of numerical analysis most common problem.
qiyuzengzhangdiguishixian
- 本函数的处理结果是将生长后的区域表示为黑色像素,未生长区域表示为白色像素。 区域生长一般包含三个比较重要的问题: 1. 种子点的选取 2. 生长准则 3. 终止条件 可以认为,这三个问题需要具体分析,而且每个问题解决的好坏直接关系到 区域生长的结果。-this function is the outcome of the Regional Growth said black pixels, not growth for the region said
distributions
- Distribution generator Here is a simple generator which can build some distributions with given properties. Distributions generator (compile with -lm) Typical use might be: ./distributions -u -m 1 -M 10 -n 100 -s 500 Generates a distribu
albert_barabasi
- 生成随机Albert-Barabasi网络-generate random Albert-Barabasi network
random_bipartite
- 生成Bipartite Graphs ./distributions -u -m 1 -M 10 -n 100 -s 500 > top_distrib ./distributions -p -2.2 -m 1 -M 100 -n 200 -s 500 > bottom_distrib ./random_bipartite -t top_distrib -b bottom_distrib > bn_test-Generation Bipartite Graphs.
erdos_renyi
- Generates a random Erdos-Renyi network-Generates a random Erdos - Renyi network
pingfang
- 求Y=X*X的最大值,但是假如设定的染色体长度为8时,只能求出255的平方.-for Y = X * X maximum, but if the length of the chromosome set for 8:00, only 255 square obtained.
WaveletNet3
- 一个小波网络的源程序,用vc编写,能够实现对时间序列数据的训练预测-a wavelet network source, using vc prepared to achieve the right time series data Training forecast
ANN_CODE_C++
- 多种神经网络C++源代码,另附说明文件,-various neural network C source code, followed by documentation,
makequeen
- 一个通过皇后算法构造稀疏矩阵的c++代码 矩阵以数组形式存储-an algorithm through Queen's sparse matrix structure of the c code matrix to form storage arrays
FindNaConcentration
- 本代码可以较好地计算腹膜透析中合理的钠浓度,属于计算机辅助诊断系统的一部分。欢迎下载-the code can be used to calculate peritoneal dialysis reasonable sodium concentration, Computer-aided diagnosis system is a part. Welcome to download
devcpp4987
- %this program is written by 刘学智. Finished time is 05.1.23 16:03 %utilizing it solving TSP problem by simulating stealing algorithm