资源列表
hwy_sell
- 数据库在VB界面上的实现.如何实现数据库登陆界面、以何种形式登陆、销售系统界面等-in VB database interface is achieved. How landing database interface, in whatever form, landing, sales system interface
语法分析之左递归实验
- 此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (1)把文法G的所有非终结符按任一种顺序排列成P1,P2,…Pn 按此顺序执行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的规则改写成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是关于Pj的所有规则; 消除关于Pi规则的直接左递归性 END (3)化简由(2)所得的文法。即
KUAHAO
- 用C做的括号匹配程序,可以检测用户输入的括号是否匹配并给出提示-C matching brackets do procedures, the user can input the brackets and whether the match is suggested
高斯消元法(不列主元)
- 高斯消元法(不列主元)大学计算方法里面的一个算法,用c++编的-Gaussian Elimination Act (PCA not out) University calculation inside an algorithm, using the c series
哈希表设计
- 哈希表设计是数据结构中重要的一个项目,该程序详尽说明了哈希表的建立等过程。-hash wishes it is an important project in the structure of the data that the form is designed, this procedure proves exhaustivly hash wishes such course as the setting-up of the form ,etc..
wt
- 小波变换算法,运用小波理论,优化其核心算法,提高计算效率-wavelet transform algorithm, using wavelet theory, optimizing their core algorithm, improve computational efficiency
一元稀疏多项式的计算
- 一元多项式的计算,建立两个多项式,并进行相加,相减运算,输出结果.参考资料:严蔚敏《数据结构与算法》-one yuan polynomial calculations, the establishment of two polynomials, and together, subtract operation, the output results. References : Yan Wei Min "data structure and algorithm"
二叉树的生成与遍历
- 建立并按前,中,后序方法遍历二叉树,本代码用的是非递归方法,递归方法的稍后给出-established as before, during and after the binary tree traversal sequence method, the code of non - recursive method, recursive method is later
插入排序的改进算法—希尔排序算发1
- 插入排序的直接改进算法--希尔排序算法.将用户输入的一列数按递增顺序排好并输出.以及直接插入冒泡选择排序算法的实现-inserted directly improve the ranking algorithm -- Hill sorting algorithms. Users input a few in increasing order to arrange and output. Bubble and direct insertion Selection Sorting Algorithm
wenbenbianjisuanfa
- 一个很简单的用C写的文本编辑的工具,在tc下运行调试成功 希望对大家有用!-a very simple C text editor to write the tools running under the debugger tc success useful for all!
penguzzle
- 著名的15谜游戏(15-puzzle )的Tcl/Tk版本,现在它可以有 4x4, 5x5 或6x6 的格子,所以更加有趣,改变图片也更加容易。 -mystery of the famous 15 games (15-puzzle) Tcl / Tk editions, it could 4x4, 5x5 or 6x6 lattice, the more interesting and change the picture much easier.
用C语言写的约瑟夫环
- 数据结构课程设计,用C语言编写的约瑟夫环-data structure course design, preparation of the C language Josephus