资源列表

« 1 2 ... .40 .41 .42 .43 .44 2045.46 .47 .48 .49 .50 ... 2656 »

[数据结构常用算法determinant-caculator

说明:利用动态数组实现任意阶行列式计算,先将行列式化为上三角型,在计算对角线元素乘积-Dynamic arrays of any order determinant calculation, first the determinant into upper triangular, in the calculation of the diagonal elements of the product of
<高富帅> 在 2024-10-29 上传 | 大小:8192 | 下载:0

[数据结构常用算法polynomial_together

说明:利用链表实现两个多项式相加。满足的功能有同指数的两项合并,正负数相加为0消去此项,所得项的指数按从小到大排列。-two polynomials together
<kelsi> 在 2024-10-29 上传 | 大小:3072 | 下载:0

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

说明:数据结构中经典算法霍夫曼编码的实现,打印形式采用凹式打印-realization of Huffman code
<kelsi> 在 2024-10-29 上传 | 大小:6144 | 下载:0

[数据结构常用算法HuffmanTree

说明:数据结构经典算法——霍夫曼树的实现方法。以凹式形式输出。-Huffman Tree coding
<kelsi> 在 2024-10-29 上传 | 大小:5120 | 下载:0

[数据结构常用算法parking

说明:停车场管理系统。以堆栈方法实现停车场汽车的调度和收费问题。-parking lot management
<kelsi> 在 2024-10-29 上传 | 大小:4096 | 下载:0

[数据结构常用算法MaxAndMin

说明:递归分治思想实现S串中同时求出最大元和最小元。-with divid and conquer, to find out the max and min number in the string S.
<kelsi> 在 2024-10-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法CodeForACM

说明:ACM常用代码 用于算法设计和数据结构分析-code for ACM
<chenge> 在 2024-10-29 上传 | 大小:28672 | 下载:0

[数据结构常用算法1002

说明:poj1002代码,考虑的比较全面,值得推荐,互相学习-poj1002 code
<hwl> 在 2024-10-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法ExtendedAVLTree.java

说明:扩展AVLTree,添加克隆,合并和打印方法-extend the AVLTree class to include the following methods: clone(AVLTree<K,V> tree);merge(AVLTree<K,V> tree1, AVLTree<K,V> tree2 );void print(AVLTree<K, V>)
<rachel> 在 2024-10-29 上传 | 大小:3072 | 下载:0

[数据结构常用算法CompressedSuffixTrie.java

说明:构造compressed suffix trie class,并且实现findString()和findLongestCommonSubsequence()功能-implement the compact representation of the compressed suffix trie ADT for DNA analyses.
<rachel> 在 2024-10-29 上传 | 大小:2048 | 下载:0

[数据结构常用算法reverse.c

说明:对文本文件内容倒序输出。(针对已选择的文件,把文件的内容倒序输出)-reverse output file s content
<rachel> 在 2024-10-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法maze

说明:用c语言找出文件中全是1的路径(迷宫游戏)-maze game generated by c
<rachel> 在 2024-10-29 上传 | 大小:50176 | 下载:0
« 1 2 ... .40 .41 .42 .43 .44 2045.46 .47 .48 .49 .50 ... 2656 »

源码中国 www.ymcn.org