资源列表
[数据结构常用算法] shujuchouxiang
说明:数据抽象(使用类和对象设计回应程序) 实验内容描述: 1. 测试程序 假设类名为Welcome,测试程序如下: void main() { Welcome we Welcome you(we) you.Display() you.Set(“Thank you.”) cout<<you.Get()<<endl you.talk() you.Display() } -data ab<jason> 在 2025-06-19 上传 | 大小:38kb | 下载:0
[数据结构常用算法] hfafumanbianmawenti
说明:对任意输入的一段英文,为每个字符编制其相应的赫夫曼编码;并利用该编码为任意输入的0、1序列进行解码. -the indiscriminate importation of the English section to the preparation of each character corresponding Hefuman coding; The coding and use of indiscriminate importation of 0, a sequence decoder.<jason> 在 2025-06-19 上传 | 大小:71kb | 下载:0
[数据结构常用算法] shujujiegoukechengsheji
说明:1.本程序中,以栈模拟停车声,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。 2.程序执行命令包括: 车的进库,车的出库 -1. The procedure to stack parking acoustic simulation, simulation car to queue outside the sidewalk, Reading from the terminal according to the input data management simula<jason> 在 2025-06-19 上传 | 大小:59kb | 下载:0
[数据结构常用算法] 24_problem
说明:程序设计经典问题,24点问题,VC++源代码,通过调试-program design classic, 24 points, VC source code, debugging<better> 在 2025-06-19 上传 | 大小:876kb | 下载:0
[数据结构常用算法] setColor_pro
说明:经典的着色问题,数据结构,本代码由本人自己编写,VC++版本-classic color issues, data structure, the code from my own preparation, the VC version<better> 在 2025-06-19 上传 | 大小:252kb | 下载:0
[数据结构常用算法] mux4x1_vhdl
说明:mux4*1 vhdl 乘法器源码 经过测试直接可用-mux4* a source vhdl multiplier can be directly tested<南晓波> 在 2025-06-19 上传 | 大小:3kb | 下载:0
[数据结构常用算法] infix-Postfix
说明:利用堆栈进行表达式的 Infix -> postfix 转换 适合大专院校计算机专业数据结构课参考 用法: 输入infix表达式为:(3+2*3)^2 则 转换位postfix表达式 323*+2^ 进而可以计算出表达式的值为81 目前bug: 主要作原理演示用,只能处理1位数字变量,且变量值不可太大-use of the stack for expression Infix-<QKY> 在 2025-06-19 上传 | 大小:41kb | 下载:0
[数据结构常用算法] ORDER_BTREE
说明:实现二叉树的前序、中序、后序排列,以菜单形式出现-achieve binary tree of the former sequence, sequence after sequence arranged in the form of menu<赵树彬> 在 2025-06-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] baiduzhixing
说明:2005百度之星程序设计大赛总决赛题目解答-2005 Baidu Star Program Design Contest Finals topic answers<刘华> 在 2025-06-19 上传 | 大小:304kb | 下载:0
[数据结构常用算法] factorialxxxyy
说明:一个最优化的大数阶乘算法,可以计算超过5位数的阶乘,而运算时间只需几秒。-an optimization of large factorial algorithm can calculate the median of over 5 factorial, and the computation time only a few seconds.<刘华> 在 2025-06-19 上传 | 大小:196kb | 下载:0
[数据结构常用算法] fractions_compositor
说明:写一个程序,列出在0和1之间的所有分母不大于N的最简分数,下面是N=5时的情况: 0/1 1/5 1/4 1/3 2/5 1/2 3/5 2/3 3/4 4/5 1/1 总共有11个分数! 还需要进行排序。-write a procedure set out in the 0 and 1 denominator between all the N is not greater than the most simple level, Below is N = 5:00 of : 0/1<刘华> 在 2025-06-19 上传 | 大小:215kb | 下载:0