资源列表
PSOSAMPLE
- PSO (粒子群优法)简单的范例程式 可以提供初学者使用-PSO (PSO You) simple programming model can provide beginners
BPNN1
- bp经典测试源码,大家可以试试,多多交流-bp classic test source, we can try and show more exchanges
menxa
- Fortran program: Evaluate a sequence of exponential integrals En(x)-Fortran program : Evaluate a sequence of exponential Olshanski E n (x)
ruduction
- 这是一个C++下的基于粗糙集理论的启发式属性约简算法,你可以随机选择一个属性,或者基于属性的重要性进行启发。只是提供一种编程思路。
labe_forOpencv
- 本例使用了opencv中图像数据结构IplImage :首先进行第一次扫描,标记连通区域;然后对等价标记进行合并,最后进行第二次扫描,对等价标记进行重新标记。-This example uses a data structure of the opencv: IplImage. First, scan for the first time, marking connected region then mark the merger of the equivalence, and final
CrazyLine
- topcoder 694题目A rigorous teacher makes all his students stand in a line before entering the classroom. Being a rigorous teacher, he makes the students line up in non-descending order by height. One time, while the students were lining up, the teacher
bahaunghou
- 皇后问题实现,以棋盘的形式展示,并且输出可行结果-the completeof queen question
Lagrange
- 用Lagrange插值法来拟合需要的函数并计算的出相应的项系数-Lagrange interpolation method to fit the desired function and calculated the corresponding coefficient
lab3_newton
- newton method to find the roots of the function
jakobi
- 用雅克比算法求解特征值和特征向量,编程语言采用fortran-Jacobi algorithm using eigenvalues and eigenvectors, programming languages using fortran
Fibonacci
- 斐波那契数列Fibonacci Sequence的Java语言呈现-Fibonacci number Fibonacci sequence Java language presentation
MatrixChain
- 实验二-矩阵链乘 Descr iption 给定n个矩阵A1,A2,…,An,其中,Ai与Aj+1是可乘的,i=1,2,…,n-1。 你的任务是要确定矩阵连乘的运算次序,使计算这n个矩阵的连乘积A1A2…An时总的元素乘法次数达到最少。 例如:3个矩阵A1,A2,A3,阶分别为10×100、100×5、5×50,计算连乘积A1A2A3时按(A1A2)A3所需的元素乘法次数达到最少,为7500次。-MatrixChain dp
