资源列表

« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 2657 »

[数据结构常用算法shunxubiao

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

[数据结构常用算法0521513383

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

[数据结构常用算法task

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

[数据结构常用算法DulLinkList

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

[数据结构常用算法niudun

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

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

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

[数据结构常用算法use-stack

说明:数据结构(C语言)版课程设计,利用栈求表达式的值: 3. 利用栈求表达式的值(必做) 任务:建立试题库文件,随机产生n个题目;题目涉及加减乘除,带括号的整数混合运算;随时可以退出;保留历史分数,能回顾历史,给出与历史分数比较后的评价。(假设这是一个可供小学生练习算术运算的小系统) 要求:根据以上任务说明,设计程序完成功能。 -hello welcome
<颜家远> 在 2024-06-16 上传 | 大小:31744 | 下载:1
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 2657 »

源码中国 www.ymcn.org