资源列表
ACM
- 常用的算法代码(排序,字符串操作,数学问题,数论,计算几何等等)-Algorithm commonly used code (sorting, string operations, mathematical problem, number theory, computational geometry, etc.)
Data
- 1998年数学建模B组题的求解与分析的数据,即各乡镇间的带权邻接矩阵-Mathematical Modeling 1998 Group B to solve the problem of data and analysis, that is, between the township weighted adjacency matrix
E_5_0_rectifier
- 整流器的仿真mdl文件,适用环境:matlab6.5-source code for rectifier, suited for matlab6.5
strongdc_rc10_final_setup
- one dimenisoinal fem
kaoshigongwuyuan
- 专科生的数学建模考试优秀论文,可以参考一下~公务员招聘的优化模型-College students excellent examination of the mathematical modeling papers, can refer to ~ the optimal model for civil service recruitment
OwnsummaryofthecomputationalgeometrytemplatesACM.r
- 自己总结的 计算几何ACM模板 用于常用的计算几何的简单模板题目,包括一些巧妙的公式实现 -Own summary of the ACM template for computational geometry computational geometry commonly used simple template topic, including some clever formula to achieve
BFS-1
- This a Breadth First Search algorithm which contains an applet. Extract them from the rar file and run it as an applet.-This is a Breadth First Search algorithm which contains an applet. Extract them from the rar file and run it as an applet.
binarytree
- 簡易的二元樹程式,對於在學這部分知識的初學者可以參考看看。-Simple binary tree program, for this part of knowledge in school can refer to to see the beginners.
50pointfindedge
- 50個座標位置,找出其同側邊界,對於在這知識上學習的同好可以參考。-50 coordinates of the location of the border to find out the same side, the knowledge in this study can refer to the share.
yichuansuanfaqiuhanshujizhibuyonggongjuxiang
- 遗传算法求函数极值 不用工具箱 matlab编写-Extremal function for genetic algorithm matlab toolbox not prepared
yichuansuanfaqiuhanshujizhiyonggongjuxiang
- 遗传算法求函数极值 用工具箱 matlab编写-Extremal function for genetic algorithm using matlab toolbox to prepare
homeplanet
- 人类必须在最短的时间内迁往月球。现有n个太空站位于地球与月球之间,且有m 艘公共交通太空船在其间来回穿梭。每个太空站可容纳无限多的人,而每艘太空船i 只可容纳H[i]个人。每艘太空船将周期性地停靠一系列的太空站,例如:(1,3,4)表示该太空船将周期性地停靠太空站134134134…。每一艘太空船从一个太空站驶往任一太空站耗时均为1。人们只能在太空船停靠太空站(或月球、地球)时上、下船。初始时所有人全在地球上,太空船全在初始站。 试设计一个算法,找出让所有人尽快地全部转移到月球上的