登录

最新会员 最新下载

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29
已选条件
  1. 编程语言:C++
  2. 代码类别:数据结构
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. Data.Structures.For.Game.Programmers

说明:  详细介绍了游戏设计的数据结构注意事项,对与游戏中角色和游戏模式作者给予了督导的见解,书中语言为全英文但通俗易懂!很是推荐 (Data.Structures.For.Game.Programmers Detailed data structure of the game design considerations, the role with the game and game modes of supervision given to insights, the book in English but the language is easy to understand! It is recommended)

1
下载
127
浏览
2010-04-14发布

2. FIFO-c

说明:  操作系统先来先服务调度算法模拟(C描述)(Operating a first-come first-served scheduling simulation (C description))

0
下载
138
浏览
2010-04-13发布

3. src

说明:  數值法演算範例 牛頓法、夾擠法 兩種方程式求解的原碼 使用BCB builder及TChart原件(Newton numerical method calculus paradigm, pinching method to solve two equations using the original code and TChart Original BCB builder)

0
下载
104
浏览
2010-04-02发布

4. CatchData

说明:  读取股票数据文件,C++源程序,非常好用。是学生做毕业设计的源料(Read the Stock Data File)

0
下载
100
浏览
2010-03-22发布

5. Maze

  IEEE电脑鼠走迷宫程序(带有记忆功能和智能算法)(IEEE Computer Mouse Maze procedure (with memory function and intelligence algorithm))

67
下载
60
浏览
2010-03-12发布

6. JGMFC

  一个MFC编的算法分析课程设计实验“重排九宫源码”(MFC compiled an algorithm analysis course design experiment " rearrangement kau kung source" )

11
下载
106
浏览
2010-03-11发布

7. nuaa1507_DancingLink_trackback.cpp

  高德纳发明的高效数据结构dancing link,这里是解重复覆盖问题的一个演示(Donald Knuth invented efficient data structure dancing link, here is the solution to repeat coverage of a demonstration)

3
下载
115
浏览
2010-03-07发布

8. database

  Simple database for 2-5 person. You can store name, lastname and phone number and edit in any way. For student which start with C++ language.

3
下载
87
浏览
2010-01-06发布

9. dazhengshu

  找最大整数找最大整数找最大整数找最大整数找最大整数(To find the largest integer to find the largest integer to find the largest integer to find the largest integer to find the largest integer)

8
下载
73
浏览
2010-01-02发布

10. Classic_C_language_program

  经典C语言程序:图形 数据结构 时间函数 文件等(Classic C language program: a function of time graph data structure documents, etc.)

1
下载
64
浏览
2010-01-01发布

11. tu

说明:  、实验目的 1 熟练掌握各种内排序方法,深刻理解排序算法及其执行过程; 2 学会分析各种内排序算法的性能; 3 了解各种排序方法的优缺点,对于实际问题能够选择一种较好的排序方案; 4 熟练掌握图的存储结构; 5 掌握图的邻接矩阵和邻接表表示分别进行深度和广度优先搜索遍历的算法。 6 了解图的最小生成树算法。 (Proficiency in the order of search, binary search and index search basic search algorithm, these algorithms are familiar with what kind of storage structure suitable for implementation two master binary sort tree characteristics, building methods, and dynamic search algorithm 3 master hash table of characteristics and construction methods.)

0
下载
129
浏览
2009-12-30发布

12. dxsjjc

  多项式加减乘 用数据节够得算法实现多项式的加减乘 原理简单易懂(suoxiangshi jiajiancheng)

43
下载
116
浏览
2009-12-29发布

13. calc

   这是我在学习数据结构做练习时写的一个小程序,功能是在命令行下进行形如:23+34*3/4+(3*6+10)的四则运算,支持+,-,*,/,(,)进行整数运算。(This is a simple code about data structure.It uses to carry on four arithmetic operations with parenthesis.But now it only supports integer.)

6
下载
96
浏览
2009-12-28发布

14. mathandos

  算法设计的动态规划,贪心算法 操作系统的银行家算法等五个小程序(data)

2
下载
98
浏览
2009-12-27发布

15. huffman

  赫夫曼编码译码器:能对指定的文本文件进行各字符出现频度分析,并建立哈夫曼树与哈夫曼编码,将该文本文件编码成目标文件 (Huffman codec: Can the specified text file to the frequency analysis of characters in there, and the establishment of Huffman Tree and Huffman encoding, the encoded text file into the destination file)

20
下载
80
浏览
2009-12-23发布

16. 0712233

  数据结构c语言版,图的遍历,周游世界,无向图的遍历,包含14个国家。(Data structure c language version, graph traversal, travel around the world, undirected graph traversal, including 14 countries.)

5
下载
102
浏览
2009-12-20发布

17. dijkstra_mapped_heap

  单源最短路径,dijkstra算法+映射二分堆,正向表形式,复杂度O(mlogn)(Single-source shortest path, dijkstra algorithm+ Mapping 2 points heap, positive list system, complexity of O (mlogn))

14
下载
47
浏览
2009-12-18发布

18. polynomial

  本程序实现一元多项式合并。本程序输入方式为按项输入,每输入一个项,会先提示输入项的幂,再提示输入项的系数。(This procedure combined to achieve a dollar polynomial. This procedure according to entry input methods for the input, one for each input item, it will first prompt entry of the power, and then prompts entry of the coefficient.)

4
下载
105
浏览
2009-12-16发布

19. huochechexiangchongpai

  数据结构中比较难搞的算法之一------解决多列火车车厢的重排问题(Data structure, one of the more Nangao------ algorithm to solve multi-train cars Rearrangement Problem)

7
下载
41
浏览
2009-12-10发布

20. BeiDa_ACM1702

  北大ACM1702题 转换为3进制 很经典(NULL)

2
下载
110
浏览
2009-12-08发布