搜索资源列表
exp
- 用Visual C++实现排序算法大全-with Visual C Sorting Algorithm Implementation Solutions
exp
- 处理了正确的算术表达式的转换为逆波兰式后进行计算,可处理多位整型数的运算,如:10*(15-5)+30/3#-Dealing with the correct arithmetic expression is converted to Reverse Polish-style after the calculation, can handle a number of integer arithmetic, such as: 10* (15-5)+ 30/3#
exp
- 本人自己写的一个班级成绩管理系统,内含详细丰富的设计文档和分析,供学习c/c++和数据结构的新手学习,大有裨益。-I wrote it myself a ticket sales system. The use of C/S mode, multi-threaded, multi-network marketing, the basic functions of each network as such as selling a ticket and the refund showed that
exp
- 大学数据结构实验课所与需要的所有源代码都有-Experimental data structure of the university courses required of all source code and have
Exp
- 使用VC编写的一个表达式计算器,可以进行四则混合运算,括号,工程对数,自然对数,组合数,排列数,阶乘等,本程序使用双向链表进行表达式计算。-VC prepared using an expression calculator, can be four hybrid operation, parentheses, the number of works, the natural logarithm, the number of combinations, arrangement number, f
DSA-Exp-2-HFM-OK
- 用从语言实现的哈弗曼编码 从明文翻译成哈弗曼编码同时可以将哈弗曼码翻译成明文-huffman code
exp
- 掌握简单匹配算法及模式匹配KMP算法的思想-Master the simple matching algorithm and pattern matching the thinking of the KMP algorithm
exp
- 给定n个石子,其重量分别为a1,a2,a3,……,an,要示将其划分成m份,每一份的划分费用定义为这份石子中最大重量与最小重量的差的平方。总划分费用等于m份划分费用之和。对于给定的n个石子,求一种划分方案,使得总划分费用最小。-Given an n stone, its weight, respectively a1, a2, a3, ......, an, to be shown to be divided into m parts, each a division of costs defi
exp
- 这是一个各种数据结构中的排序算法,排序,插入等操作的程序,程序可以比较各种算法对同一数据,或者不同数据的排序时间进行分析。同时还有实验报告-This is in the sorting operation of the algorithm, sort, insert, etc., in a variety of data structures, programs can compare various algorithms for analysis of the same data or dif
Project-Diva-5
- 先实现了将前缀表达式转换为逆波兰表达式的功能, 之后再利用逆波兰表达式对表达式进行求值, 支持+,-,*,/,^等运算, 以及sqrt, lg, ln, exp, sin, cos, tan, asin, acos, atan, sh, ch等函数操作-First realized the prefix expressions into reverse Polish notation features, re-use reverse Polish expression after the exp
