资源列表

« 1 2 ... .32 .33 .34 .35 .36 1937.38 .39 .40 .41 .42 ... 2656 »

[数据结构常用算法ChainTable

说明:该软件实现了一个单向链表的类,具有查找、增加和删除一个结点等功能-The software implements a one-way linked list of categories, with search, increase and delete a node and other functions
<张三> 在 2024-10-01 上传 | 大小:218112 | 下载:0

[数据结构常用算法sorts

说明:合并排序 插入排序 希尔排序 快速排序 冒泡排序 桶排序 的比较。随机产生空间大小为: N = 10, 1000,10000,100000 的排序样本,取值为[0,1]区间。除了插入排序和冒泡排序,其他四个还随机产生空间大小为:1000000、10000000的排序样本。 -sorts
<何雯> 在 2024-10-01 上传 | 大小:218112 | 下载:0

[数据结构常用算法ShortRoute

说明:本源代码使用C语言,根据运筹学最短路径算法思想,实现了求解最短路径问题-Source code using the C language, according to the shortest path algorithm operations research ideas for solving the shortest path to achieve
<Raymond> 在 2024-10-01 上传 | 大小:218112 | 下载:0

[数据结构常用算法migong1

说明:程序开始运行时显示一个迷宫地图,迷宫中央有一只老鼠,迷宫的右下方有一个粮仓
<pituo> 在 2024-10-01 上传 | 大小:218112 | 下载:0

[数据结构常用算法RK

说明:实验RK算法,即利用Hash方法和素数理论,首先定义一个Hash函数(hash (r) = r mod q),然后将模式串P和文本串T中长度为m的子串利用Hash函数转换成数值。显然只需比较那些与模式串具有相同Hash函数值的子串。 当然因为Hash冲突的存在,还要进一步进行字符串比较,但只要选择适当的素数q, Hash冲突的概率就会很小 -Experimental RK algorithm, namely the use of
<chenb> 在 2024-10-01 上传 | 大小:218112 | 下载:0

[数据结构常用算法banker

说明:用银行家算法 ,实现资源分配 ,具有显示或打印各进程依次要求申请的资源数以及依次分配资源的情况-With the banker' s algorithm, resource allocation, with the display or print the application of the process followed by the number of resources required and the allocati
<李倩> 在 2024-10-01 上传 | 大小:218112 | 下载:0

[数据结构常用算法3625_kruskal

说明:图论基础算法 解决最小生成树问题 克鲁斯卡尔算法加并查集优化-Graph theory based algorithm to solve the problem Kruskal minimum spanning tree algorithm for optimal set of plus and check
<宇之宙> 在 2024-10-01 上传 | 大小:218112 | 下载:0

[数据结构常用算法partition

说明:分词系统的实现和测试 基于字符串的分词,根据分词标记提取单个词组-Segmentation system implementation and testing of the sub-string based on word segmentation based on extracting a single phrase marker
<zhanglong> 在 2024-10-01 上传 | 大小:218112 | 下载:0

[数据结构常用算法eightqueen

说明:此程序是数据结构中简单的八皇后问题,通过栈思想在VC++来实现该程序-This program is a simple data structure in the eight queens problem, thinking through the stack in VC++ to implement the program
<胡佩> 在 2024-10-01 上传 | 大小:218112 | 下载:0

[数据结构常用算法collection

说明:集合划分,数据结构中运用队列操作,将互斥元素分在不同集合中-Set partitioning, data structure, the use of queue operations
<qwerty> 在 2024-10-01 上传 | 大小:218112 | 下载:0

[数据结构常用算法Huffman-codec

说明:数据结构课设,赫夫曼编码译码,功能很强大,编码译码都很实现-Data structures class set, the decoding of the Huffman coding, is very powerful, the codecs are to achieve
<王道> 在 2024-10-01 上传 | 大小:218112 | 下载:0

[数据结构常用算法Address-book-management-system

说明:通讯录是用来记载、查询联系人通讯信息的工具。请设计一个电子通讯录,包括输入、显示、查找、插入、删除、保存、读入、排序、修改、移动等基本功能。-The address book is used to record inquiries contact communications and information tool. Please design an electronic address book, including input,
<xinxinwag> 在 2024-10-01 上传 | 大小:218112 | 下载:0
« 1 2 ... .32 .33 .34 .35 .36 1937.38 .39 .40 .41 .42 ... 2656 »

源码中国 www.ymcn.org