资源列表

« 1 2 ... .44 .45 .46 .47 .48 2449.50 .51 .52 .53 .54 ... 2656 »

[数据结构常用算法1112

说明:平衡二叉树的演示,利用平衡二叉树设计动态查找表-Balanced binary tree presentation, using a balanced binary tree design dynamic lookup table
<bai> 在 2024-11-07 上传 | 大小:3072 | 下载:0

[数据结构常用算法ins_text1

说明:惯性导航仿真小程序 适合初学者 惯性导航仿真小程序 适合初学者-inertial navigation system
<jing> 在 2024-11-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法BPTree

说明:b+树能够实现节点添加,节点删除,节点查找功能,非常适合初学者学习-b+ tree node can be achieved to add, delete nodes, node search function, very suitable for beginners to learn
<Igniz> 在 2024-11-07 上传 | 大小:19456 | 下载:0

[数据结构常用算法Company

说明:公司有n个员工,编号1 ~ n。员工数量众多,需要你为他们编写一个管理系统。员工上班时都要登录管理系统登记一个code,离开要从管理系统上注销,员工也可以随时更新自己的code。到了下班时间,所有员工都会自动注销。公司管理人员随时都可能想要知道有多少员工上班,以及任一员工登记的code。 -The company has n employees, numbered 1 ~ n. A large number of employees
<荣良子> 在 2024-11-07 上传 | 大小:2610176 | 下载:0

[数据结构常用算法Interview

说明:Interview题目是对n个数据进行排序再输出。利用循环链表可以方便的进行m次后移,并且利于倒序输出。构建结构体struct in,结构体中有每个面试者的编号no,和指向下一个结构体的指针。-Interview data subject is a sort of n and then output. Use circular list can easily be moved after m times, and is conduciv
<荣良子> 在 2024-11-07 上传 | 大小:2593792 | 下载:0

[数据结构常用算法Train

说明:利用栈的结构,进行列车的压入和弹出,过程中如果压入数量超过了栈的范围或弹出的数不是最顶端元素,则不可能实现。 构造stack类,建立queue数组存放开出列车序列。依次检验其中的元素能否实现。-The use of the stack structure, conduct trains push and pop, if the process is pressed into the stack quantity exceeds ra
<荣良子> 在 2024-11-07 上传 | 大小:2617344 | 下载:0

[数据结构常用算法Min

说明:构建一个容量为k的大根堆,依次读取int数据,若大根堆已满,则比较读取的元素是否小于堆顶最大元素,是则先将最大元素删除,再将新元素压入。若大根堆未满,则直接将读取的元素 压入大根堆。在将n个元素依次判断比较处理完之后,即得到n个数据中最小的k个数据。将其从堆顶依次弹出,即将最小的k个元素从大到小输出。-Building a capacity of large root heap k sequentially read int dat
<荣良子> 在 2024-11-07 上传 | 大小:2669568 | 下载:0

[数据结构常用算法danlianbiaojiegou

说明:数据结构中对单链表的一些基本操作,如插入,删除,判断表空,求链表长度等等。-Data structure in a single list of some of the basic operations, such as insert, delete, determine the table space, and the length of the list, etc..
<朱祥波> 在 2024-11-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法duiliedemo

说明:该程序主要练习了数据结构中队列结构的一些基本操作,都是经过验证可以用的-The program is mainly practiced in the data structure of the structure of some of the basic operations of the structure, are verified to be used
<朱祥波> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法jisuandiguicishu

说明:该程序主要功能是计算程序中递归算法的次数,可以用来判断递归算法的效率-The main function of the program is to calculate the number of recursive algorithm, can be used to judge the efficiency of recursive algorithm
<朱祥波> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法shuangxianglianbiao

说明:该程序主要练习了数据结构中双向链表的一些基本操作,可以用来熟悉双向链表的操作-The program is mainly practiced in the data structure of some of the basic operation of two-way linked list, can be used to familiar with the operation of two-way linked list
<朱祥波> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法partition-package

说明:采用贪心算法来解决部分背包问题,简化了动态规划思想,提高了算法效率-Use the greedy algorithm to solve some of the knapsack problem, simplify the dynamic programming, improving the efficiency of the algorithm
<wlz> 在 2024-11-07 上传 | 大小:606208 | 下载:0
« 1 2 ... .44 .45 .46 .47 .48 2449.50 .51 .52 .53 .54 ... 2656 »

源码中国 www.ymcn.org