资源列表
004
- 约瑟夫问题-Joseph
List1-3
- 壓縮演算法-基本的資料壓縮演算法-將run長度部分做為表示Run-Length編碼的碼
shortpath
- 求最短路径,基于VISUAL C++开发的源代码 属于数据结构
cengxubianlierchashu
- ,该程序的功能是实现二叉树结点的类型定义和对二叉树的基本操作。该程序包括二叉树结构类型以及每一种操作的具体的函数定义和主函数。 -, The program
tree
- 数据结构二叉树算法的应用,VC环境下运行可通过-Binary tree data structure of the application algorithm, VC environment to run through
assemble
- matlab prog for beam with uniform loading with fix and simplysupported beam....using finite element method and its displaced graph
BinarySearchTree
- 使用C++语言实现的数据结构——二叉查找树-Data structure- a binary search tree using C++ language
pinfanfangwen
- 设有一头指针为L的带有表头结点的非循环双向链表,其每个结点中除有prev(前驱指针),data(数据)和next(后继指针)域外,还有一个访问频度域freq。在链表被起用前,其值均初始化为零。每当在链表中进行一次Locate(L,x)运算时,令元素值为x的结点中freq域的值增1,并使此链表中结点保持按访问频度非增(递减)的顺序排列,同时最近访问的结点排在频度相同的结点的最后,以便使频繁访问的结点总是靠近表头。试编写符合上述要求的Locate(L,x)运算的算法,该运算为函数过程,返回找到结点的
Practice1_19
- 连接两个链表,就是将第一个链表的最后连接到第二个链表的开头。-concatenate two list
n_mianji
- 计算光谱数据吸收峰的面积,深度,斜度等,适用于光谱敏感波段提取,以便进一步分析。-Spectral absorption peak area calculation data, depth, gradient, etc., for sensitive bands extracted for further analysis.
Auto-Correlated-Cosine-for-VAD
- 在基于高维空间和自相关函数的基础上,基于短时自相关夹角余弦值的语音端点检测。-On the basis of higher dimension space and auto-corre lated func tions, this paper presents a new method of end point detection of speech, a c ross zero speech recognition method based on short time auto-correla
weiqinglaieg2_1
- 近似动态规划学习例子,是我在看魏庆来的《迭代自适应动态规划理论及应用》书中的例子,自己编的程序,可以运行,有一定参考价值。-Approximate Dynamic Programming learning example, I look at Wei Qing to the " iterative adaptive dynamic programming theory and application," the book example, own program, you ca