资源列表
循环赛日程表
- 经典循环赛日程表算法-classic round robin schedule algorithm
背包问题
- 经典算法之背包问题-classic algorithms knapsack problem
换位和工作安排
- 经典算法之换位和工作安排-classic algorithms transposition and organization of work
0-1
- //产生0-1之间均匀分布一个随机数// /////////////////////////////////////////////////////////////// //传入参数:r--双精度实型变量指针,指向的单元存放随机数种子值//// //传出参数:p:产生0-1之间均匀分布一个随机数 -/ / 0-1 have a uniform distribution between random numbers / / ////////////////////////////////////
模拟计算器的实现
- 模拟计算器的实现,可以进行基本的运算-the realization simulation calculators, the basic arithmetic
病态方程组
- 病态方程组的运算-CSM Group Operational
matrixstatic_demo
- Matrix的实例-Matrix
flybh
- 傅里叶变换,超语言的源码,挺好的-Fourier transform, ultra-language source code, in very good shape;
calc_3
- 数学表达式计算器,VC 平台操作。能够计算数学公式和表达式,功能比较强大。-mathematical expression calculator, VC platform operators. To calculate mathematical formula and expression, function more powerful.
calc_2
- 数学公式计算器,和大家切磋!希望高手帮助改进功能,最好能够提供变量表达式计算,不是单纯的数字表达式计算,有兴趣的朋友可以跟我联系!-mathematical formula calculator, and to discuss the! Experts hope to help improve function, the best solution is to provide variable expression, not simply the number of formulas, the
RedBlackTree_source
- 经典的红黑树算法,强烈推荐-classic Brooklyn Tree Algorithm, strongly recommended
nqueens
- 用c编写的N皇后问题-used to prepare N Queens