资源列表
数值计算常用算法
- 由数值计算方法的一些常用算法,其中包括一些数值拟和-by numerical calculation of some common algorithms, including some numerical fitting
长整数的乘积求余及应用
- 长整数的乘积求余及应用,能使得大整数的乘积变为小程序- The long integer product strives for -odd and the application, can cause the great integer the product to become the scr ipt
基本算法正式稿
- 这里面包含了acm程序设计的各种常用的算法-contains acm procedures commonly used in the design of algorithms
ExpStack
- 数据结构中堆栈的具体应用,实现表达式的化简、求值等功能,可以自由确定变量,并且可以给变量赋值。Vc开发,包括了用户操作界面,输入输出清晰。-stack data structures to the specific applications, simplification of the expression, evaluates functions and the freedom to determine variables, as well as to assign values to var
数据结构10个程序
- 在tc编译通过 顺序表的操作 链表的操作等-tc compiled by the order of the operating table Chain operation
排序6和1
- 包括数据结构中最常用的6种排序算法和相关解释,适用与严蔚敏的c语言版。-including data structure of the six most common types of algorithm and the related interpretation, application and Yan Wei Min c language version.
完整堆排序算法
- 数据结构常用算法的堆排序算法,完整版可直接编译运行,教学实验中常用!-algorithm commonly used data structures heap sorting algorithm, a complete version can be directly translated operations, which are often used in teaching experiment!
matrixlib
- 一个很好的矩阵类,使用者用了请务必感谢原作者-a good matrix type, users spent Be sure to thank the original author! !
算法排序效率对比
- 程序以图形的形式对各种排序的效率进行对比,是学习排序算法的很好的工具-procedures to graphics in the form of various sort of efficiency compared learning algorithm is a good tool
四则运算实现(c 语言 数据结构课程设计题)
- 四则运算实现(c 语言 数据结构课程设计题)-four Computing (c language curriculum design data structures that)
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)所得的文法。即