资源列表
Knapsack-problem
- 背包问题 言简意赅 易懂易学 一学就会-Knapsack problem concisely and a school will learn to understand
Dijkstra(cPP)
- Dijkstr数值算法,求解网络流的最短路径算法-Dijkstr numerical algorithm for solving the shortest path algorithm for network flow
2
- 内部排序算法比较实验指导书,(1)对以下6种常用的内部排序算法进行对比:直接插入排序;希尔排序;起泡排序;快速排序;简单选择排序;堆排序;-Comparison of the internal sorting algorithm experimental guide books (1) of the following six kinds of commonly used to compare the internal sorting algorithm: direct insertion so
acm
- ACM实用算法的分析与程序设计-吴文虎王建德PDF版,参加ACM必备,很好的书。-ACM practical algorithm analysis and design program- WuWenHu WangJianDe PDF version, attend ACM necessary, very good book.
2009
- 国家集训队2009论文和解题报告集锦,ACMer必看的书籍,对于提高编程水平很有帮助。-National team 2009 papers and problem-solving report highlights ACMer will see books, to improve the programming level is very helpful.
rongchiyuanli
- 容斥原理 课件 杭州电子科技大学 课件详细讲述了有关容斥原理的C语言功能及实现。 由杭州电子科技大学教授刘春英主讲。 很详细-Courseware inclusion-exclusion principle, Hangzhou University of Electronic Science and Technology
ACBM
- acbm算法简介,在有限自动机的多模式匹配算法(DFSA算法)的基础上, 在算法中以连续跳跃的思想,给出了另一个更加有效的改进-About acbm algorithm, finite automaton in the multi-pattern matching algorithms (DFSA algorithm), based on a continuous jump in the algorithm to the idea, given the other more effective
car
- 问题描述: 设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在停车场的最北端),若停车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短交纳费用。试为停车场编
dataStruct
- 数据结构的基本算法,各种排序,输出,输入,结构体等知识点的应用。-The C/C++ program is about data struct.
1
- 八皇后问题的正确解法,数学问题,网上有具体的答案,但是那个答案太繁琐,而且计算出来的结果并不正确 这个源代码计算结果正确,而且思路简单 后面还附有了中文解释-The correct solution of the eight queens problem, math problems, the Internet has a specific answer, but that answer is too complicated, but the result of the incorrec
5
- 数据结构的各种排序算法的源程序 包括直接插入排序,希尔排序,冒泡排序,堆排序等。有中文注释,顺利通过编译。而且有算法的比较和改进。-Data structure of the source of various sorting algorithms, including direct insertion sort, Hill sort, bubble sort, heap sort and so on. With Chinese translations, passed compilatio
shiyuanshianpai-
- 对实验室的学生名单采用队列的数据结构进行存储。每一个队列有一个类生成。 队列中存储由结构体表示的学生的信息。预约,查询,删除,取消预约分别对应队列操作:插入,查找,删除。 -List of students on the laboratory data structure used to store queue. Each queue has a class to generate. Stored in the queue, said students from the structur
