资源列表

« 1 2 ... .61 .62 .63 .64 .65 2366.67 .68 .69 .70 .71 ... 2656 »

[数据结构常用算法1216

说明:VISUAL C++数据结构,二叉堆的优先级序列,能查找最小值,插入删除操作。-VISUAL C++ data structure, the priority sequence of binary heap, to find the minimum, insertion and deletion operations.
<zan> 在 2025-01-12 上传 | 大小:203kb | 下载:0

[数据结构常用算法1215

说明:VISUAL C++数据结构,贝努里树的优先级序列,能查找最小值,插入删除操作。-VISUAL C++ data structure, the priority sequence of Bernoulli tree can find the minimum, insertion and deletion operations.
<zan> 在 2025-01-12 上传 | 大小:202kb | 下载:0

[数据结构常用算法1203

说明:VISUAL C++数据结构,线性链表的实现,能有查找功能,插入删除操作。是一个类。-VISUAL C++ data structures, linear linked list implementation, can have search function, insertion and deletion operations. Is a class.
<zan> 在 2025-01-12 上传 | 大小:210kb | 下载:0

[数据结构常用算法1204

说明:Descr iption 将两个线性表合并成为一个线性表。 Input Format 输入文件包括四行。 第一行包括一个字符串,有三种情况:int、char、double,代表线性表的类型。 第二行包括两个正整数n,m. (1<=n,m<=10000) 第三行包括n个用空格分开的数据,内容可能是整形,浮点或者字符,由第一行的内容决定,代表第一个线性表的元素。 第四行包
<zan> 在 2025-01-12 上传 | 大小:392kb | 下载:0

[数据结构常用算法1205

说明:Descr iption 已知Ackerman函数定义(见课本)。 输入只有两个整数:m n。 要求输出A(m,n)。 Input Format 输入文件包括一行,两个整数,m和n。 Output Format 输出文件包括一行,A(m,n)的值。-Descr iption known Ackerman function definition (see the textbook). E
<zan> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法1206

说明:Descr iption 对给定一个Pascal源文件,请检查其中 (1)begin与end (2)if,then,else 是否合法配对。-Descr iption given a Pascal source file, check which (1) begin and end (2) if, then, else the legality of pairing.
<zan> 在 2025-01-12 上传 | 大小:206kb | 下载:0

[数据结构常用算法1207

说明:Descr iption 本题题意对于书上内容有变动,“设车辆到达服从均匀分布,参数由用户指定”改为“输入数据给出每辆车的到达时间”。 Input Format 第一行含有一个正整数N(1<=N<=20000),代表总车辆数。 第二行到第N+1行,每行包含两个整数p,q.(0<=p<=1,0<=q<=100000)。p代表车辆类型,0代表客车,1代表货车。q代表到达时间(单
<zan> 在 2025-01-12 上传 | 大小:207kb | 下载:0

[数据结构常用算法1211

说明:Descr iption 给出一棵二叉树的结构,判断这棵二叉树是不是完全二叉树。必须使用二叉树类实现。 Input Format 输入文件一共包含N+1行。 第一行含有一个正整数N,代表树中结点总数。 第二行到第N+1行,每行包含二个整数。其中第i行的二个整数Pi,Qi,代表结点i的左孩子为Pi,右孩子为Qi。若Pi=0,则表明结点i没有左孩子。同样的,若Qi=0,则表明结点i没有右孩子。(第i行指
<zan> 在 2025-01-12 上传 | 大小:393kb | 下载:2

[数据结构常用算法banksuanfa

说明:House: through the experiment with the algorithm of programming language simulation bankers procedure law to strengthen the safety of understanding and mastery of the banker algorithm. Familiar with the method to avoid d
<ahu_gj> 在 2025-01-12 上传 | 大小:125kb | 下载:0

[数据结构常用算法Transform

说明:preferential attachment图节点的偏好链接特性计算方法,参考论文Dynamics of Large Networks中的4.4节完成-Preferences link feature preferential attachment graph nodes calculation method, the reference paper Dynamics of 4.4 节 Large Networks of comple
<shanzhashu> 在 2025-01-12 上传 | 大小:2kb | 下载:0

[数据结构常用算法queue

说明:一个队列,可以放入任意类型和长度的数据,出入可加锁,在windows linux都可用,如果要用于linux,要改下锁的定义-a queue
<高明> 在 2025-01-12 上传 | 大小:3.12mb | 下载:0

[数据结构常用算法kwic_oo

说明:key word in content. 包含输入,循环移位,排序,输出。使用面向对象技术开发-key word in content. includes an input, the cyclic shift, the sort and output. Using object-oriented technology development
<叶绮灵> 在 2025-01-12 上传 | 大小:3kb | 下载:0
« 1 2 ... .61 .62 .63 .64 .65 2366.67 .68 .69 .70 .71 ... 2656 »

源码中国 www.ymcn.org