资源列表
TSP_SA
- Solution for Travelling Salesman Problem using the simulated annealing heuristic. As an input, we take coordinates of cities (x,y) and then transform them into distances matrix (we assume, the distance between x and y is the same as between y and
CellClassifier_SSN
- Cell classifier built on the base of Artificial Neural Network, that is taught by back propagation method. It is capable to classify pictures containing one extracted cell to the one of two specified classes - mitotic or not mitotic. Classifica
CellClusterer_SOM
- Cell clusterer built on the base of SOM neural network. It divides the test set into some subsets. However, the decision function is hidden (as in SOM networks). As an imput, we take the set of images. Each image is then transferred to the neurons.
nQueen
- 实现解决N皇后的问题,由用户指定N,程序给出所有摆法的情况及摆法数目-Achieve a solution N-Queens problem, the user-specified N, the program gives all the pendulum method the number of conditions and the pendulum method
ch2
- 用类实现加法减法以及乘法的符号重载,以得到两个集合的交集补集-complish the overload of plus and minuse through class ,to realize the cross section detection and so on
Introductory-Combinatorics
- 组合数学,现代计算机数学,计算机软件设计人员必学的课程。英文原版,难得。-Introductory Combinatorics
matrix-theory-text-answer
- 矩阵论的学习资料。包含了第二版《矩阵论》的课后习题答案详解。-Matrix theory of learning materials. Contains the second edition of "Matrix Theory" Detailed answers to the after-school exercises.
bj2world
- 一个北京时转世界时的Fortran小程序,可用于存取气象数据的时间自动转换-This program is written to convert time from beijing time to world time.
0---Introduction-to-Algorithms
- 与数学有关的计算机书籍,很好的介绍了具体数学与计算机的关系,很好很强大-Computer and math-related books, a good introduction to the specific relationship between mathematics and computer, a very powerful ~ ~
Sudoku
- 数独求解算法,使用CVX软件包采用优化的方法求解一个数独。-Sukodo solution algorithm
1
- 用两个文件存储两个多项式的系数,用两个栈来表示这两个多项式,实现多项式的加、减、乘、除四种基本运算,再把结果输入到一个文件中。-Two files are stored with the coefficients of two polynomials, with two stacks to represent these two polynomials to achieve polynomial addition, subtraction, multiplication, division fo
fortran
- 其中介绍了 Fortran 95 的输入 / 输出、程序开发、库、程序分析与调试、数值精度、移植、性能、优化、并行化以及互操作性。-Which describes the Fortran 95 input/output, program development, libraries, program analysis and debugging, numerical accuracy, porting, performance, optimization, parallelization, an
