资源列表

« 1 2 ... .93 .94 .95 .96 .97 1798.99 .00 .01 .02 .03 ... 2656 »

[数据结构常用算法jz

说明:矩阵的转置。将一个稀疏矩阵压缩存贮到一个三元组数组中,转置存放到三元组数组中。-Matrix transpose. A compressed sparse matrix storage to a triple array, transpose them onto an array of triples.
<刘慧> 在 2024-11-06 上传 | 大小:154624 | 下载:0

[数据结构常用算法ACM_Code

说明:包括计算几何、特殊数据结构、组合数学等知识点的代码。每个代码对应一道ACM试题,根据代码头说明找到题目具体来源,比如POJ 2050。来自NUAA ACM校队,ACM比赛必备!-Include computational geometry, special data structure, combinatorial mathematics and other knowledge-point code. Each code corresp
<yesrush> 在 2024-11-06 上传 | 大小:154624 | 下载:0

[数据结构常用算法walls

说明:一些用C++实现的经典算法代码,注释也比较全-Some with C++ Realize the classic algorithm code, the Notes also the whole
<chuang> 在 2024-11-06 上传 | 大小:154624 | 下载:0

[数据结构常用算法Quick_Sort

说明:实现快速排序,数据结构课程上的作业,对于想学号C语言的同学很有参考意义哦-Fast sorting, data structures courses on the operation, for No. I wanted to learn C language is very useful for students, oh
<一龙> 在 2024-11-06 上传 | 大小:154624 | 下载:0

[数据结构常用算法quicksort

说明:自己写的数据结构的快速排序的算法,大二的时候写的,写的不好请不要见怪-Write their own data structures of the Quick Sort algorithm, written in his sophomore year when, well written please forgive
<kaede> 在 2024-11-06 上传 | 大小:154624 | 下载:0

[数据结构常用算法expr

说明:逆波兰式的输入及计算,是数据结构的很好代码-Reverse Polish Notation of input and calculation, is a good source data structure
<tj> 在 2024-11-06 上传 | 大小:154624 | 下载:0

[数据结构常用算法RBtree

说明:红黑树的实现 经过严格测试,保证正确,暂时只实现插入没有删除-Red-black tree implementation of rigorous testing to ensure the right moment not only to achieve insertion deletion
<xdev> 在 2024-11-06 上传 | 大小:154624 | 下载:0

[数据结构常用算法doublelink

说明:实现双链表的各种基本运算,并在此基础上设计一个主程序完成如下功能:-To achieve double-linked list of basic operations, and on this basis, the design of a main program to complete the following functions:
<慧慧> 在 2024-11-06 上传 | 大小:154624 | 下载:1

[数据结构常用算法HuffmanCoding

说明:用哈夫曼编码实现文件压缩。压缩模块是通过构造哈夫曼树,以文件中字符出现的次数作为权值,得到哈夫曼编码对文件进行压缩。首先扫描文件统计字符出现次数,存入链表中。再将链表中的weight依次赋予权值,然后创建对应的哈夫曼树。最后将生成的哈夫曼树的长度写入文件,再将生成的哈夫曼树写入压缩文件。 解压缩模块是要将压缩文件还原为原文件。先读取一个4字节的哈夫曼树长度,根据读取的长度分配对应大小的哈夫曼树存储空间,然后读取哈夫曼树。-File
<秋月白> 在 2024-11-06 上传 | 大小:154624 | 下载:0

[数据结构常用算法shujujiegou

说明:1.多项式的加减乘运算 2.迷宫创建 3.校园导游 4.表达式运算 5.跳舞搭配 都是基于数据结构-1. Polynomials subtraction multiplication 2. Maze to create 3. Campus tour guide 4. Expression evaluation 5. Dancing is based on the data structure with
<董露> 在 2024-11-06 上传 | 大小:154624 | 下载:0

[数据结构常用算法yiyuanduoxiangshi

说明:数据结构的一元多项式的加减乘除法的运算,仅供学习。-Data structure of a polynomial addition and subtraction multiplication and division operations, for learning.
<蓝夏军> 在 2024-11-06 上传 | 大小:154624 | 下载:0

[数据结构常用算法chapter7tree

说明:c++描述的树及二叉树知识的讲解。包括树的遍历及哈弗曼树的内容。-C++ descr iption of the tree and binary tree of knowledge to explain. Including the contents of the tree traversal and Ha Fuman tree.
<李学俊> 在 2024-11-06 上传 | 大小:154624 | 下载:0
« 1 2 ... .93 .94 .95 .96 .97 1798.99 .00 .01 .02 .03 ... 2656 »

源码中国 www.ymcn.org