资源列表

« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 2656 »

[数据结构常用算法biaodashiqiuzhisuanfa

说明:扩充课堂上讨论的表达式求值算法的功能,使得算法除了能进行加(+)、减(–)、乘(*)、整除(/) 运算之外,还能进行乘方(^)运算。 乘方运算符的优先级高于加、减、乘、整除运算符,低于括号;多个乘方运算符连续出现时,从右往左计算。 输入数据从文本文件“实习3数据.txt”中读取。该文件只有一行:一个用分号(;)结尾的表达式。 输出结果显示在屏幕上。 例如,若从文本文件中读取的数据是: 4+(2^2^3*4-
<文龙> 在 2024-11-19 上传 | 大小:9kb | 下载:1

[数据结构常用算法acbm

说明:acbm算法,高效快速的多字符匹配算法。在很多工程中有很大的用处-acbm algorithm, the number of characters in rapid and efficient matching algorithm. In many projects there are a lot of useful
<杨书童> 在 2024-11-19 上传 | 大小:4kb | 下载:1

[数据结构常用算法Huffman

说明:根据ascii码文件中各ascii字符出现的频率情况创建Haffman树,再将各字符对应的哈夫曼编码写入文件中,实现文件压缩。-In accordance with ascii code ascii characters in the document the frequency of the situation created Haffman tree, and then the character of the Huffman co
<郭峰> 在 2024-11-19 上传 | 大小:797kb | 下载:1

[数据结构常用算法f

说明:哈弗曼编码 根据给定的字母表 数据结构试验-哈弗曼coding of the alphabet according to a given test data structure
<孙龙> 在 2024-11-19 上传 | 大小:2kb | 下载:1

[数据结构常用算法Cpp1

说明:Dijkstra算法,实现图的遍历并打印路径-Dijkstra algorithm, the realization of graph traversal and print path
<frewq> 在 2024-11-19 上传 | 大小:2kb | 下载:1

[数据结构常用算法dijkstra

说明:dijkstra算法的matlab实现,验证数据采用了河北省主要城市的赋值无权网络图,并分析了单程往复式行驶的效率因素,实际应用价值高-the dijkstra algorithm matlab to achieve, verify the data used in major cities in Hebei Province network has no right of assignment, and an analysis of
<WJC> 在 2024-11-19 上传 | 大小:551kb | 下载:1

[数据结构常用算法Cshujujiegou

说明:C_C++与数据结构,运行环境 ======== WINDOWS 95/98,32MB以上内存,声卡等附属设备。 显示分辨率不低于1024×768,小字体。 1. 该软件不需安装,直接运行C_STRU.EXE即可。具体操作方法见软件中“帮助”菜单项中的“操作说明”。 2. 使用时,必须将 \h_file 文件夹中所有头文件拷贝到 Turbo C 文件夹中。 注意:不能将 \h_file 文件夹拷贝到 T
<xiaozhang> 在 2024-11-19 上传 | 大小:4.07mb | 下载:1

[数据结构常用算法SeqQueue

说明:数据结构SeqQueue.h头文件,包含QInsert,QDelete,QFront-SeqQueue.h data structure header files, including QInsert, QDelete, QFront
<杨穆智> 在 2024-11-19 上传 | 大小:1kb | 下载:1

[数据结构常用算法duct4

说明:duct.f computes a fully developed viscous laminar flow in a rectangular channel of aspect ratio b/a (=bar). solve the equation: d^2u/dx^2 + d^2u/dy^2 = -1, -a<x<a, -b<y<b method of discretisation: 3-poi
<Barboy> 在 2024-11-19 上传 | 大小:2kb | 下载:1

[数据结构常用算法sjjg_C_cdrom

说明:《数据结构(C语言版)》配书光盘 DSDemo。给大家共享-" Data structure (C language version)," CD-ROM with the book DSDemo. To share
<王三> 在 2024-11-19 上传 | 大小:7.84mb | 下载:1

[数据结构常用算法data_struct

说明:数据结构常用算法的程序实现,采用C语言,之--二分查找※※快速排序--篇。-Commonly used data structure of the program algorithm using C language, the- binary search ※ ※ Quick Sort- Part.
<ssl> 在 2024-11-19 上传 | 大小:1kb | 下载:1

[数据结构常用算法recursiveBTKnapsack

说明:用vc++6编写的程序,采用回溯法,解决背包问题。-Vc++6 with the preparation of the procedures, the use of backtracking to solve knapsack problem.
<柳春锋> 在 2024-11-19 上传 | 大小:1.05mb | 下载:1
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 2656 »

源码中国 www.ymcn.org