资源列表

« 1 2 ... .36 .37 .38 .39 .40 2641.42 .43 .44 .45 .46 ... 2656 »

[数据结构常用算法flight

说明:1. 学习和掌握结构体和链表相关知识,掌握程序设计基本过程; 2. 简单的系统与功能分析,了解航班信息管理系统的需求,用C语言开发航班信息管理系统; 3. 建立数据结构链表,数据内容包括航班号、航线、起飞时间、到达时间、机型、所属公司、价格; 4. 编写实现程序功能的各个函数; 5. 建立一个测试数据表,包含十多条航班信息,进行数据测试; 6. 使用数据链表实现数据的:录入、查询、显示、删除、修改、排序、文件保存、系
<Joe> 在 2024-11-01 上传 | 大小:4096 | 下载:1

[数据结构常用算法shunxubiao

说明:顺序表操作与实现,插入,删除,求长度,基本操作-Operation and implementation of the order of the table, insert, delete, find the length, the basic operation
<Eric> 在 2024-11-01 上传 | 大小:1024 | 下载:1

[数据结构常用算法0521513383

说明:book on algorithm analysis. filetype:pdf
<bartender> 在 2024-11-01 上传 | 大小:5386240 | 下载:1

[数据结构常用算法task

说明:加里森的任务 有n个加里森敢死队的队员要炸掉敌人的一个军火库,谁都不想去,队长加里森决定用轮回数数的办法来决定哪个战士去执行任务。如果前一个战士没完成任务,则要再派一个战士上去。现给每个战士编一个号,大家围坐成一圈,随便从某一个战士开始计数,当数到5时,对应的战士就去执行任务,且此战士不再参加下一轮计数。如果此战士没完成任务,再从下一个战士开始数数,被数到第5时,此战士接着去执行任务。以此类推,直到任务完成为止。 加里森本人是不
<苹果> 在 2024-11-01 上传 | 大小:701440 | 下载:1

[数据结构常用算法dijkstra

说明:你的任务:对给定的一个(无向)图G,及G中的两点s、t,确定一条从s到t的最短路径。-Your task: given a (undirected) graph G, and G in two points s, t, determine a path from s to t, the shortest path.
<张西> 在 2024-11-01 上传 | 大小:786432 | 下载:1

[数据结构常用算法DulLinkList

说明:复习数据结构时,自己写的一个双向链表的小程序-Review the data structure, a doubly linked list to write a small program
<Wang> 在 2024-11-01 上传 | 大小:808960 | 下载:1

[数据结构常用算法Binary-tree-traversal-algorithm

说明:二叉树的遍历有常用的三种方法,分别是:先根次序、中根次序、后根次序。为了验证这几种遍历算法的区别,本次的实验将会实现所有的算法。 遍历的时候,把结点的信息打印出来,为了让结点的信息更容易区别,在每个结点前加上数字标识。如:data[1]=A,data[2]=B. 实现的算法皆为递归算法 -Binary tree traversal has used three methods, namely: first, the root
<yangkai> 在 2024-11-01 上传 | 大小:112640 | 下载:1

[数据结构常用算法Delphi-Container-Library

说明:常用的Delphi数据结构类库,包含哈希,链表,队列,堆栈等常用数据结构,好用,速度快.个人常用类库之一,并且修改原版中的部分Bug.全部源代码.-Commonly used Delphi data structures library, contains a hash, linked lists, queues, stacks, and other commonly used data structures, easy to use,
<liwd> 在 2024-11-01 上传 | 大小:105472 | 下载:1

[数据结构常用算法zhan_student_communication

说明:数据结构中用栈实现通讯录,功能完整,学习栈很好的例子,代码说明完整,可以直接运行。祝大家好运~-Stack data structure used to achieve Contacts, integrity, learning good example of the stack, a complete descr iption of the code can be run directly. Good luck ~
<yinjie> 在 2024-11-01 上传 | 大小:220160 | 下载:1

[数据结构常用算法niudun

说明:计算方法课程设计,牛顿下山法,希望对大家有用-Calculation methods course design, Newton down the mountain method, the hope of the useful
<张心健> 在 2024-11-01 上传 | 大小:1024 | 下载:1

[数据结构常用算法relational

说明:SSD7.ER Mapping Map your ER schema into a relational database schema, using the mapping algorithm. Express the resulting relational database schema, using the following notation: PK for Primary Key, AK for Alternate
<Evgenya> 在 2024-11-01 上传 | 大小:2048 | 下载:1

[数据结构常用算法The-two-way-circulation-list

说明:双向链表也叫双链表,是链表的一种,它的每个数据结点中都有两个指针,分别指向直接后继和直接前驱。所以,从双向链表中的任意一个结点开始,都可以很方便地访问它的前驱结点和后继结点。一般我们都构造双向循环链表。-The two-way circulation list
<周阳> 在 2024-11-01 上传 | 大小:2048 | 下载:1
« 1 2 ... .36 .37 .38 .39 .40 2641.42 .43 .44 .45 .46 ... 2656 »

源码中国 www.ymcn.org