资源列表

« 1 2 ... .33 .34 .35 .36 .37 1638.39 .40 .41 .42 .43 ... 2656 »

[数据结构常用算法The-graph-traversing-algorithm

说明:以邻接矩阵或邻接表为存储结构,以用户指定的顶点为起始点,实现无向连通图的深度优先及广度优先搜索遍历,并输出遍历的结点序列-The adjacency matrix or adjacency list for the storage structure to user-specified vertex as a starting point to achieve a connected undirected graph of the de
<huaidiwu> 在 2024-10-07 上传 | 大小:25600 | 下载:0

[数据结构常用算法Josephus

说明:基础问题,用循环链表实现约瑟夫问题,数据结构作业-Basic problem, the problem with the circular linked list implementation Joseph, the data structure operations
<王子剑> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法stack

说明:栈是限制仅在表的一端插入和删除的线性表,是生活中某些过程的抽象。插入和删除操作的一端称为栈顶,插入操作称作入栈(Push),删除操作称作出栈(Pop)。栈顶元素总是最后进栈的,和最先出栈的;而栈底元素是最先进栈,最后出栈。栈具有后进先出(LIFO)的特性。顺序栈是栈的顺序存储结构的实现。链栈是栈的链式存储结构的实现。-Stack is limited only to one end of the table insert and rem
<王子剑> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法ex4

说明:生产者消费者算法 找素数线程每次只放一个素数 显示素数线程每次只显示一个素数-Producer-consumer algorithm
<abel nightlord> 在 2024-10-07 上传 | 大小:504832 | 下载:0

[数据结构常用算法3

说明:一个简单的程序自己写的,用链表写的一个类似约瑟夫杀人的。-A simple program to write, and write with a similar list to kill Joseph.
<张立春> 在 2024-10-07 上传 | 大小:28672 | 下载:0

[数据结构常用算法List_withHead_0

说明:c++数据结构试验一,其中包括单链表的各种实现与功能 -c++ data structure test a, including various implementations of single-chain and functions
<lichong> 在 2024-10-07 上传 | 大小:3072 | 下载:0

[数据结构常用算法yuanyinzimu

说明:输入一段文字,实现原音字母统计功能,课程设计难度,适合初学者参考-shuruyiduan wenzi shixian yuanyin zimu tongji gongneng
<程军> 在 2024-10-07 上传 | 大小:163840 | 下载:0

[数据结构常用算法bin_tree

说明:A data structure implemented via a linked list. Useful for finding elements in a small amount of time.
<subzeroice16> 在 2024-10-07 上传 | 大小:5120 | 下载:0

[数据结构常用算法6

说明:重载加运算符,将一复数与一个double数相加,结果存放在double型的变量中-Overloading the addition operator, will be a complex number with a double and the result is stored in a variable of type double
<刘丽丹> 在 2024-10-07 上传 | 大小:5120 | 下载:0

[数据结构常用算法zhudianbijiaofachabu

说明:逐点比较法的插补算法,在vc中运行,自动计算-By-point comparison of the interpolation algorithm, running in the vc, automatic calculation of
<张小> 在 2024-10-07 上传 | 大小:268288 | 下载:0

[数据结构常用算法graph-algorithm

说明:图论算法,包括最短路算法、最小生成树、图的连通性、网络流、匈牙利算法等等源码-graph algorithm
<刘铁俊> 在 2024-10-07 上传 | 大小:909312 | 下载:0

[数据结构常用算法bm

说明:BM算法,通过BM算法实现字符串匹配,快速匹配字符串-BM algorithm, through the BM string matching algorithm fast string matching
<邱士永> 在 2024-10-07 上传 | 大小:1024 | 下载:0
« 1 2 ... .33 .34 .35 .36 .37 1638.39 .40 .41 .42 .43 ... 2656 »

源码中国 www.ymcn.org