资源列表
ZArray
- 通用指针数组类,自动容量扩展,支持前插、后插,查找,前移,后移。
conjugate_gradient_algorithm
- 本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点-This procedure applies to solution of the form f (x) = 1/2* x' Ax+ bx+ c quadratic function of the stable point
ass2
- d-separation algorithm
yichuansuanfaPID
- 基于遗传算法整定的 PID 控制的MATLAB源程序-Based on genetic algorithm tuning PID control of the MATLAB source code
87361001bch_coder
- bch,的编码。。在matlab上运行的。。无限接-bch
btree
- 一个二叉树层次遍历代码,请各位高手指点一二!-Traversal of a binary-level code, or two expert guidance please!
sjjgzy
- 数据结构作业。单链表。创建一个单链表。输出单链表。-Data structure operations. Single linked list. Create a single list. Output of a single linked list.
DFSApp
- 利用DFSApple算法求出两点之间的最短距离。-DFSApple algorithm using the shortest distance between two points is calculated.
LL
- 使用非递归子程序法设计一个语法分析程序,理解自顶向下分析方法的原理,掌握词法分析程序的设计原则,掌握手工编写语法分析程序的方法-e :exp T :term t :term F :factor*/ char input[15]
insertstring
- 假设以块链结构(block linked)表示串,试编写将串S插入到串T某个字符之后的算法,若该字符不存在,则将串S联接在串T之后-Which means that the string is assumed to block chain structure (Block linked), try to write the string S is inserted into a character string T algorithm, if the character does not exi
weifendaoshu
- 数值分析中利用数值微分方法计算导数,Visual C++ 6.0中C实现-Numerical analysis using numerical methods to calculate the differential derivative, Visual C++ 6.0 in the C implementation
sequence-list
- 初始化顺序表L;依次采插入a,b,c,d,e元素;输出顺序表L;输出顺序表L长度;判断顺序表L是否为空;输出顺序表L的第三个元素;输出元素’a’的位置;在第四元素位置上插入’f’元素;输出顺序表L; 删除顺序表L的第三个元素;输出顺序表L; -The initialization sequence table L followed by mining into the A, B, C, D, e elements the output sequence table L the ou
