资源列表
CPP
- c++关于链表结果的几个程序,喜欢的下载-c++ on the list the results of several programs, like the download
123
- 一维优化程序 黄金分割法 C语言程序 经过调试已经成功- c language program
alogo2-1
- 一 ..编写一个程序alogo2-1.cpp,实现顺序表的各种基本运算,并在此基础上设计一个主程序完成如下功能: (1) 初始化顺序表L (2) 依次采用尾插法插入a,b,c,d,e元素; (3)输入顺序表L (4) 输出顺序表L长度; (5)判断顺序表是否为空; (6)输出顺序表的底3个元素; (7)输出元素a的位置; (8) 在第4个元素位置上插入f元素; (9)输出顺序表L (10)删除表的第3个元素; (11)输出顺序表; (12)释放
banker
- 银行家算法,死锁避免,资源拒绝分配,操作系统-Bankers algorithm, deadlock avoidance, resource allocation rejected the operating system
baoshu
- 报数问题。n个人围成一圈,1,2,3循环报数,报到3的人退出。到最后只余1人,输出最后留下的是第几号(最初的序号,以1起始)。压缩包内共三种方法。-Reported several problems. n personal circle, 1,2,3 newspaper circulation numbers, to report three people quit. To the final with only one person, the output of the last to lea
Hfft
- 实现快速FFT傅立叶变换算法的Header文件,方便编程时使用。-FFT fast Fourier transform algorithm Header paper to facilitate the use of programming.
hannuota
- 汉诺塔的程序...可以将整个过程展现出来
zhan02
- 栈的链式存储结构和操作实现、 栈的链式存储结构和操作实现-Chain stack storage structure and operation of the realization of the chain stack storage structure and operation to achieve
Topsort
- 所谓拓扑排序是指将顶点按照拓扑次序排列。有几种简单的算法可以求出一个图的拓扑次序。一种算法的思想如下: (1)在有向图中查找一个没有后继(或前驱)的顶点并添加到顶点表中。 (2)从图中删除该顶点和所有以该顶点为头(尾)的弧。 -The so-called topological sorting refers to the vertex order in accordance with the topology. There are several simple algor
CList
- C语言中链表的使用,包含增、删、查、改功能-C list the use of language, including the increasing deleted, check, change function
paixu
- 编写程序,对一个整数数组使用某种排序方法(自选)进行降序排列,输出排序前后的数组内容 设计一个复数类,包含必要的属性、构造方法和成员方法,在程序中调用这些方法并输出运算结果。-The preparation of procedures, an array of integers using a sort method (optional) in descending order, the output sorted array of pre-and post content design of
bufenbeibao
- 部分背包问题,使用贪心算法。。。需要的可以看下-Part of the knapsack problem, use the greedy algorithm. . . Needs may have a look