资源列表

« 1 2 ... .12 .13 .14 .15 .16 1917.18 .19 .20 .21 .22 ... 2656 »

[数据结构常用算法TXL

说明:程序设计一般由两部分组成:算法和数据结构,合理地选择和实现一个数据结构和处理这些数据结构具有同样的重要性。在通讯录管理程序中,由于预计记录数相对于一个单位的学生人数或职工人数来说不会太大,除了能够增加、删除、保存等外,更多的情况时查询,且能够实现快速查询,所以选用静态数组保存数据,实现多种查询方式。-Programming generally consists of two parts: algorithms and data stru
<kongyameng> 在 2024-11-03 上传 | 大小:4096 | 下载:0

[数据结构常用算法hannuota

说明:用链表实现了汉诺塔的问题,主要用了链表的创建,插入,排序,删除,等-use the link to solve the hannuota problems
<leipengfei> 在 2024-11-03 上传 | 大小:345088 | 下载:0

[数据结构常用算法Kakutanitheorem

说明:用C语言实现的角谷定理,用的是递归的方法-C language of the horns therealization of theorem, use is recursive methods...
<林川> 在 2024-11-03 上传 | 大小:141312 | 下载:0

[数据结构常用算法ZIXULIE

说明:这个源代码描述的是给定两个字符串,根据动态规划算法来计算出这两个字符串的最大子字符串。-Described in this source code is given two strings, according to the dynamic programming algorithm to calculate the largest substring of two strings.
<kongyameng> 在 2024-11-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法huffman

说明:哈夫曼的编码/译码器用顺序表存储哈夫曼树 用二叉链表存储哈夫曼树 -huffman code
<water> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法getRandomMethodFour

说明:用四种方式实现从26个字母中随机取num个不重复的字母-Four randomly selected from the 26 letters num duplicate letters
<you> 在 2024-11-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法Conway

说明:利用链表实现Conway生命模型,在free.txt里输入初始的图样。空格表示死亡,命令行参数为 conway.exe free.txt [n],n为繁殖代数。-Realize the conway module with linklist. present the initialize picture in free.txt. space stands for dead,* stands for alive. the command
<kimi> 在 2024-11-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法Quine-McCluskey

说明:Quine–McCluskey算法,C++语言编写-Quine–McCluskey Algorithm,finished with C++
<> 在 2024-11-03 上传 | 大小:3072 | 下载:0

[数据结构常用算法compute

说明:表达式求值:给定一个浮点数混合运算的中缀表达式,分别实现:转换成为后缀表达式,然后求值;直接对中缀表达式求值两种求值算法两种实现方法。表达式中包含的运算符:加法+,减法-,乘法*,除法/,括号(),乘方#等运算符。运算符的优先级和结合性符合数学运算法则。比如:命令行输入 (-2.0)+(1.0+2.0)*3.0-2.0#2.0回车 (1)中缀表达式输出: (-2.0)+ (1.0+2.0)*3.0-2.0#2.0=3.0 (
<> 在 2024-11-03 上传 | 大小:3072 | 下载:0

[数据结构常用算法KMP

说明:KMP算法,这是我在课后编的,能查找到所有的子串,并标记其位置,使用DEVCPP,也可以载入VC6.0工程中。先输入要查找的子串,再输入任意串,将从任意串中找到所有子串,包括重叠部分,并一一标号-KMP algorithm, which is a series of after school can find all the substring, and mark its location, use DEVCPP can also lo
<> 在 2024-11-03 上传 | 大小:109568 | 下载:0

[数据结构常用算法test3

说明:数据结构是计算机存储、组织数据的方式。数据结构是指相互之间存在一种或多种特定关系的数据元素的集合。-The data structure is a computer store, organize data. The data structure is a collection of one or more data elements of the specific relationship between each other.
<王涛> 在 2024-11-03 上传 | 大小:15805440 | 下载:0

[数据结构常用算法1-factory

说明:设计模式一般工厂模式案例 设计模式一般工厂模式案例-design pattern
<ded> 在 2024-11-03 上传 | 大小:1024 | 下载:0
« 1 2 ... .12 .13 .14 .15 .16 1917.18 .19 .20 .21 .22 ... 2656 »

源码中国 www.ymcn.org