资源列表

« 1 2 ... .50 .51 .52 .53 .54 1255.56 .57 .58 .59 .60 ... 2656 »

[数据结构常用算法ssd7exercise1

说明:描述:这个实验中需要实现的是拍卖系统的3个核心的类(Class Date, class Advertisement, and class Client) 目的: 1,使用C++的数据类型; 2,实现所有声明的函数; 3,使用预处理器实现包含。-Descr iption:This assessment requires the creation of three of the core classes of the auc
<邹斌> 在 2024-10-14 上传 | 大小:17408 | 下载:0

[数据结构常用算法passenger

说明:数据结构大作业 用双向链表 和五种数据结构实现 飞机场旅客信息查询检索订票等-Great job with the two-way data structure linked list, and five kinds of data structures to achieve an airport passenger information query and search booking, etc.
<chn> 在 2024-10-14 上传 | 大小:17408 | 下载:0

[数据结构常用算法hafumanbianma

说明:(1) 初始化。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree.txt中。 (2) 编码。利用已建好的哈夫曼树,对文件ToBeTra.txt中的正文进行编码,然后将结果存入文件CodeFil.txt中。 (3) 译码。利用已建好的哈夫曼树将文件CodeFile.txt中的代码进行译码,结果存入文件Textfile.txt中。 -Huffman encoder/decoder
<liukaibo> 在 2024-10-14 上传 | 大小:17408 | 下载:0

[数据结构常用算法auts_sjjg

说明:安徽工程科技学院 2009年计算机07级数据结构课程设计题目及要求-Anhui Institute of Engineering and Technology in 2009 a computer 07 data structure and requirements of the subject curriculum design
<莫影痕> 在 2024-10-14 上传 | 大小:17408 | 下载:0

[数据结构常用算法myself

说明:我的数据结构的一些课程作业设计 我的数据结构的一些课程作业设计-Some of my data structure course work in the design of my data structures course work in the design of some
<潘凌昀> 在 2024-10-14 上传 | 大小:17408 | 下载:0

[数据结构常用算法HuffmanTree

说明:数据结构(清华第2版)中,可重用哈夫曼树类-Data structure (Tsinghua 2nd edition), you can reuse the Huffman tree class
<廖伟> 在 2024-10-14 上传 | 大小:17408 | 下载:0

[数据结构常用算法Desktop

说明:汽车加油问题,算法分析与设计的题目,完整解答-Automobile refueling, algorithm analysis and design of the subject, complete answer
<pactric> 在 2024-10-14 上传 | 大小:17408 | 下载:0

[数据结构常用算法TestNEWACBM2.0

说明:NewACBM 但是ACBM有两个问题要解决: 1:对于多个一样的key,只能返回最后一个。 2:同一个规则在数据中多次,则都返回 这两条都不满足目前的要求。必须改。在不更改acbm算法的前提下,更改外包类 第一个问题通过在初始化解决,记住相同key之间的关系。匹配后再将相同key对应的其他key编号返回u 第二个问题,对于ACBM返回的规则,进行去重 顺序:去重后,再将相同key所对应的编号返回
<how> 在 2024-10-14 上传 | 大小:17408 | 下载:0

[数据结构常用算法shujujiegou

说明:主要 文本格式化 数据结构 课题源码 绝对好用 可以格式化文本 还有其他很多源码 我一个学期的结晶 如 约瑟夫环 进制转换 z3回文判断等等 共有18个课题-The main subject of text formatting source data structure can be absolutely easy to use formatted text there are many oth
<大龙虾> 在 2024-10-14 上传 | 大小:17408 | 下载:0

[数据结构常用算法MyOOCFwV1_0

说明:使用C语言时,经常需要调用malloc()和free()函数来进行动态内存的分配和回收。有些时候,程序员可能会忘记回收分配的动态内存。为了解决这个问题,这里设计了一个代替malloc()和free()函数的数据结构(或者类)——ObjectManager。ObjectManager中提供了objmgr_malloc()和objmgr_free()以及objmgr_show_mem_info()函数。objmgr_malloc()函数负责
<> 在 2024-10-14 上传 | 大小:17408 | 下载:0

[数据结构常用算法ch4

说明:严蔚敏《数据结构》第四章程序源码,用C实现。-Yan Wei-Min <data structure> the forth chapter program source code, using C to achieve.
<cqs> 在 2024-10-14 上传 | 大小:17408 | 下载:0

[数据结构常用算法bPlusTree

说明:B+树,用JAVA语句实现了一个B+树,包括B+树的构成,B+树的增删查改-B+ tree, using JAVA statement to achieve a B+ tree, including the composition of B+ tree, B+ tree of additions and deletions to change search
<evaplum> 在 2024-10-14 上传 | 大小:17408 | 下载:0
« 1 2 ... .50 .51 .52 .53 .54 1255.56 .57 .58 .59 .60 ... 2656 »

源码中国 www.ymcn.org