资源列表

« 1 2 ... .96 .97 .98 .99 .00 1901.02 .03 .04 .05 .06 ... 2656 »

[数据结构常用算法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 (2)后缀表达式输出: -2.0 1.0 2.0 + 3.
<> 在 2025-06-16 上传 | 大小:3kb | 下载: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 load the VC6.0 project. To enter
<> 在 2025-06-16 上传 | 大小:107kb | 下载: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.
<王涛> 在 2025-06-16 上传 | 大小:15.07mb | 下载:0

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

说明:设计模式一般工厂模式案例 设计模式一般工厂模式案例-design pattern
<ded> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法001

说明:Hash算法,Java语言编写。五种Hash算法-hash algorithm
<> 在 2025-06-16 上传 | 大小:2kb | 下载:0

[数据结构常用算法biaodashiqiuzhi

说明:数据结构中,用栈等实现后缀表达式求值,其中表达式采用了文件输入,免去了手动输入-In data structures, such as with stack realize suffix expressions are evaluated
<朱星波> 在 2025-06-16 上传 | 大小:16kb | 下载:0

[数据结构常用算法pro2

说明:选择、插入、冒泡、堆、散列等各种排序方法的源代码-Select, insert, bubbling, the source code of the heap, hash, such as a variety of sorting methods
<蔡玉> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法Huffman-encoding-and-decoding

说明:用c++实现了哈夫曼的编码和译码。C + + implementation of the Huffman encoding and decoding-C++ implementation of the Huffman encoding and decoding
<lhd> 在 2025-06-16 上传 | 大小:345kb | 下载:0

[数据结构常用算法huffman

说明:输入字符权值,然后生成对应的哈夫曼编码并打印出来!-Enter the character weights, and then generate the corresponding Huffman coding and print them out!
<高阳> 在 2025-06-16 上传 | 大小:692kb | 下载:0

[数据结构常用算法BCH

说明:BCH 纠错码算法 主要用于bch算法设计,非常实用,简单易懂-BCH 纠错码算法
<朱恒> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法sort

说明:运用多种排序方法对数列进行排序,并比较各种排序算法的优越性!-Using a variety of sort sort of series, and compare the advantages of various sorting algorithms.
<高阳> 在 2025-06-16 上传 | 大小:714kb | 下载:0

[数据结构常用算法1

说明:给定程序中,函数fun的功能是将带头结点的单向链表逆置。-A given program, the function of the function fun will take the lead in the singly linked list of nodes inverse set.
<xiaoyu> 在 2025-06-16 上传 | 大小:6kb | 下载:0
« 1 2 ... .96 .97 .98 .99 .00 1901.02 .03 .04 .05 .06 ... 2656 »

源码中国 www.ymcn.org