资源列表

« 1 2 ... .66 .67 .68 .69 .70 2371.72 .73 .74 .75 .76 ... 2656 »

[数据结构常用算法lastexp

说明:对已知后缀表达式进行求值(运用栈)主要是大体算法,对不同数据类型可稍作改变-English I can t write!!!
<Fox_Power> 在 2024-11-09 上传 | 大小:206kb | 下载:0

[数据结构常用算法FileRecv

说明:数据结构实践课题,简易银行卡管理系统,可实现开户、挂失、销户、存款、取款、转账、查看余额、查看交易历史等功能,使用vc6.0运行。-Data structure operations, simple bank card management system, using c+ language vc6.0 open run, to achieve the account, loss, sales households, deposits,
<> 在 2024-11-09 上传 | 大小:2.07mb | 下载:0

[数据结构常用算法mp

说明:可压缩传感,随机投影,稀疏性,非相干,图像重建-Compressible sensing, random projection, sparse, non-coherent, image reconstruction
<wjj> 在 2024-11-09 上传 | 大小:399kb | 下载:0

[数据结构常用算法ShortestPath

说明:单源最短路径算法,dijkstra算法的实现 给定一些路口和道路,用有向图实现组织这些数据,然后用dijkstra算法找到单源到其他地方的最短路径-As residents of Chicago land, most of us face the realities of heavy traffic. If we attempt to drive on a local freeway during rush hour, we in
<EricZhang> 在 2024-11-09 上传 | 大小:45kb | 下载:0

[数据结构常用算法wordtransformation

说明:wordtransformation游戏 wordtransformation就是看一个word能不能每次只变化一个字母,通过k次,转变成另一个word,例如full-foll-fool,full就通过三步转为fool,输入一个word,输出转化的步骤-Let us consider the following puzzle called a word ladder. Transform the word “FOOL” into t
<EricZhang> 在 2024-11-09 上传 | 大小:589kb | 下载:0

[数据结构常用算法CPP-generate-Tree

说明:一个用C++编写的生产树,同时也写了对于的ADT,方便理解,代码简洁,质量好。-Written in C++ a production tree, and also wrote for the ADT, easy to understand, the code is simple, good quality.
<zhangyi> 在 2024-11-09 上传 | 大小:2kb | 下载:0

[数据结构常用算法CPP-two-dequeue

说明:用C++的两种方法实现了出队列的功能,代码简洁,可以方便学习和使用,代码确实很好,不用谢,哈哈。-Two ways to achieve a C++ function out of the queue, the code is simple, easy to learn and use, the code is really good, you re welcome, ha ha.
<zhangyi> 在 2024-11-09 上传 | 大小:2kb | 下载:0

[数据结构常用算法Spanning-Tree-the-Kruskal-method

说明:用C++实现了最新生成树协议,克鲁斯卡尔方法在很多领域都会经常用到,比如操作系统和计算机网络。-C++ implementation of the latest Spanning Tree Protocol, Kruskal methods are often used in many fields, such as operating systems and computer networks.
<zhangyi> 在 2024-11-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法john

说明:约瑟夫环文题描述:已知n个人围坐圆桌周围。从编号k的人开始报数,数到m的那个人出列;他的下一个人有1开始报数,数到m的那个人呢出列,一次规律重复下去-Joseph ring title descr iption: n known individuals sitting around the table.People began to count off number k, count to m out the man He has 1
<王淑婷> 在 2024-11-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法main

说明:1)实现二路归并排序算法。 2)实现快速排序算法。 3)实现堆排序算法。 4)实现冒泡排序和选择排序算法 (2).已知长度为n的线性表A采用顺序存储结构,请写一时间复杂度为0(n)、空间复杂度为0(1)的算法,该算法删除线性表中所有值为item的数据元素。要求:线性表元素个数n很大,而值为item的数据元素个数很少,要求移动元素个数尽量少;删除后的数组元素与原数组元素不必保持顺序一致。 (3).编写一个主函数,调试上
<顾欣> 在 2024-11-09 上传 | 大小:2kb | 下载:0

[数据结构常用算法MONKEY

说明:假设有两个按元素值递增次序排列的线性表A和B,均以单链表形式存储,里面的大部分元素对应相等,请删除一些元素(A中有而B中没有,或B中有而A中没有),使得两个有序表中保留下来的元素对应相等。比如,A中元素为(1,3,5,7,8,10,13,18),B中元素为(1,3,6,8,9,10,13,15),则删除元素后A、B里的元素为(1,3,8,10,13)。-Suppose there are two elements of value by
<顾欣> 在 2024-11-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法lianbiaojiaoji

说明:猴子选大王。n只猴子围成一圈,从1到m报数,报m的猴子出局。余下的猴子从第m+1只开始继续从1到m报数,报m的猴子出局。第n只猴子报数后,第1只猴子接着报数(因为围成了圈)。待整个圈只剩下一只猴子时,该猴子即为大王。n和m由用户输入,请输出当选大王的猴子的编号。-Monkey king election. n monkeys circle, reported that the number 1 to m, m reported mon
<顾欣> 在 2024-11-09 上传 | 大小:1kb | 下载:0
« 1 2 ... .66 .67 .68 .69 .70 2371.72 .73 .74 .75 .76 ... 2656 »

源码中国 www.ymcn.org