资源列表
ceriesodd
- 用C++实现的遗传算法,属于基本算法,没有改进,但是可以给初学者一点帮助!()
C
- 简单的程序,供初学者参考。包括求数组中特定值,交换位置,解得函数,构造图形,判断个数等等。(Simple program for beginners reference. It includes finding the specific value of the array, exchanging the position, solving the function, constructing the figure, judging the number and so on.)
Accelerated C++中文版
- 一本著名的C++编程入门,由两位大牛两位大牛Andrew Koenig、Barbara E. Moo编写(Introduction to C++ programming)
StudentGarage_mfc
- 简单地三层电梯程序,通过代码实现电梯上行下降及开关门(Simply three layers of elevator program, through the code to achieve the elevator down and open the door)
workplace
- C++实现归并排序与快速排序,可以实现高效排序(Merging sorting and quick sorting in C++)
duan
- 设银行有四个服务窗口,一个等待队列, 每个窗口均可以办理存款、取款、挂失、还贷业务,每种业务所需的服务时间不同,客户到达银行后,先到打号机上打号,号票上包括到达时间、编号和需要办理的业务,然后在银行内等候, 当任一服务窗口空闲时,处理等候客户中排在最前面的客户的业务。写一个上述银行业务的模拟系统,通过模拟方法求出客户在银行内逗留的平均时间和每个窗口办理的客户数及办理的每种业务数(A bank has four service windows, a waiting queue, each wind
3154379
- 用回溯方法写的01背包问题,有中文注释,很容易懂!()
PPT
- C#教程PPT,仅供学习,不可用于商业。(C tutorial PPT, only for learning, not for business.)
QPSO
- Quantum particle swarm algorithm with pdf of sun
mopso-better
- 代码实现多目标粒子群算法,多目标粒子群算法是基于parato原则进行的目标优化实现的算法。而此文件就是多此算法的代码MATLAB的一种实现(Multiobjective particle swarm optimization (PSO) algorithm)
mnkkhxn
- 用动态数组法实现求凸壳的程序格雷厄姆法,可供其它人员参考,()
rawlom
- 用分治算法求200个数中第K小的数,这个是学习算法课程时做的一个小作业,程序很小,不过,很好的体现了分治算法的思想,()