资源列表

« 1 2 ... .00 .01 .02 .03 .04 1605.06 .07 .08 .09 .10 ... 2656 »

[数据结构常用算法TareaCorta04_G02_B02430

说明:An example of some data structures
<zizou> 在 2024-10-07 上传 | 大小:110592 | 下载:0

[数据结构常用算法Dynamic-linked-lists

说明:这种链表在初始时必须分配足够的空间, 也就是空间大小是静态的, 在进行插入和删除时则不需要移动元素, 修改指针域即可,所以仍然具有链表的主要优点,链表结构可以是动态地分配存储的-This list must initially allocate enough space, that is, space is static, during the insertion and deletion is not required when th
<shengjianchao> 在 2024-10-07 上传 | 大小:249856 | 下载:0

[数据结构常用算法Seeking-conventions

说明:基于用C写的求公约数的算法及实现的逻辑方法-Written in C based on demand divisor algorithm and logical way to achieve
<shengjianchao> 在 2024-10-07 上传 | 大小:490496 | 下载:0

[数据结构常用算法QueueSim

说明:正如我们在第一章所学的,端到端时延中最为复杂和有趣的成分就是排队时延。在这个程序中,可以设置分组发送速率和链路传输速率,你将会看到分组到达和为接受服务而排队。当队列变满时,将会发生分组溢出,也就是丢包-As we learned in the first chapter, end to end delay of the most complex and interesting elements is the queuing delay.
<meihan> 在 2024-10-07 上传 | 大小:3072 | 下载:0

[数据结构常用算法jos

说明:数据结构作业 约瑟夫(Josephus)环问题:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。-2, Joseph (Josephus) loop problem: number 1,2,3
<meihan> 在 2024-10-07 上传 | 大小:8192 | 下载:0

[数据结构常用算法recycle

说明:用c语言写的循环链表的约瑟夫环的问题,报数出队的操作-With c language of Josephus circular linked list problem, reported that the number of teams operating
<urge> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法datastructurecode

说明:数据结构及算法用C语言描述-适合初学C及C-Data structures and algorithms in C language to describe- for beginners C and C++
<schhan> 在 2024-10-07 上传 | 大小:197632 | 下载:0

[数据结构常用算法myHuffTree

说明:我的自己构建哈夫曼树的代码,里面写了多注释。希望对新有帮助-My own constructing hoffmann tree code, was written in it more comments. Hope for new help
<xx> 在 2024-10-07 上传 | 大小:214016 | 下载:0

[数据结构常用算法Lying-data-structure2

说明:《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;-" Westward the data structure," the main contents include: Introduction of data structures, algorithms, Big O-order meth
<陈雨> 在 2024-10-07 上传 | 大小:880640 | 下载:0

[数据结构常用算法Lying-data-structure9

说明: 《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;图的深度、广度遍历;最小生成树两种算法、最短路径两种算法;拓扑排序与关键路径算法;折半查找、插值查找、斐波那契查找等静态查找;稠密索引、分块索引、倒排索引等索引技术;冒泡、选择、插入等简单排序;希尔、堆、归并、快速等改进排序-" Westward t
<陈雨> 在 2024-10-07 上传 | 大小:1531904 | 下载:0

[数据结构常用算法data-structure

说明:描述了基本的数据结构算法:例如单链表的线性表、多项式等的建立遍历-Describes the basic data structure algorithms: for example, a linear single-chain form, through the establishment of such polynomials, etc.
<zhang> 在 2024-10-07 上传 | 大小:2242560 | 下载:0

[数据结构常用算法Solving-expressions

说明:简单算术表达式的求解,利用栈的后进先出的特点,加入了对算式合法性的判断-Solving simple arithmetic expression, the use of LIFO stack characteristics, added to the formula to determine the legality of
<ryan> 在 2024-10-07 上传 | 大小:2048 | 下载:0
« 1 2 ... .00 .01 .02 .03 .04 1605.06 .07 .08 .09 .10 ... 2656 »

源码中国 www.ymcn.org