搜索资源列表
infix-Postfix
- 利用堆栈进行表达式的 Infix -> postfix 转换 适合大专院校计算机专业数据结构课参考 用法: 输入infix表达式为:(3+2*3)^2 则 转换位postfix表达式 323*+2^ 进而可以计算出表达式的值为81 目前bug: 主要作原理演示用,只能处理1位数字变量,且变量值不可太大-use of the stack for expression Infix -
scan-haff
- 通过本课程设计,应使学生掌握哈夫曼编码的特点、存储方法和基本原理,培养学生利用C++语言正确编写程序及调试程序的能力,运用数据结构知识解决实际问题的能力,为后续计算机专业课程的学习打下坚实的基础-passage of the curriculum design, should help students grasp the characteristics of Huffman coding, storage and basic principles, Training students to u
dongtai
- 算法 | 微机及接口技术 | 管理信息系统 | 信号与系统 | 网络通信/技术 | 数据库系统原理 | 数据库及其应用 | 计算机应用技术 严蔚敏《数据结构(c语言版)习题集》算法设计题第八章答案 作者名:不详 来源:网友提供 05年7月7日 第八章 动态存储管理
lainggezifuchuandelianjie
- 两个字符串的链接,我们首先应该了解两个字符串在计算机的表示原理-Link the two strings, we should first understand that the two string theory in computer
A
- 这篇文章并不试图对这个话题作权威的陈述。取而代之的是,它只是描述算法的原理,使你可以在进一步的阅读中理解其他相关的资料。 最后,这篇文章没有程序细节。你尽可以用任意的计算机程序语言实现它。如你所愿,我在文章的末尾包含了一个指向例子程序的链接。 压缩包包括C++和Blitz Basic两个语言的版本,如果你只是想看看它的运行效果,里面还包含了可执行文件。 -This article does not attempt to be authoritative on the subject
jisuanjikaoyan
- 计算机考研资料,包括计算机组成原理和计算机操作系统!-Computer Kaoyan information, including computer organization and computer operating systems!
02
- 线性表的链式存储及其运算,能较好的理解计算机中链式存储的原理。-Linear form a chain store and its operation, to better understand the principles of the computer chain store.
lexical-analysis-complete-code
- 计算机编译原理课程中词法分析完整代码,并附有个功能模块的说明。-Compiler theory lexical analysis complete code