资源列表
MAMPRES
- Routine mampres: To obtain amplitude response from h(exp(jw)). input parameters: h :n dimensioned complex array. the frequency response is stored in h(0) to h(n-1). n :the dimension of h and amp. fs :sampling frequency (Hz). iamp:If
yuesehu
- 是数据结构的内容约瑟夫环 的源码,希望对正在读的人有帮助-data structure is the source of Josephus hope that the right people are reading help
Gauss列主元
- 高斯列主元消去法-out PCA Gaussian Elimination
3spline.txt
- 一个实现三次样条插值的C代码,希望对朋友们有用。
shouyinzhushou
- 根据系统全部零钱内钱币的信息,按钱币总张数最少的原则进行退币, 零钱总数:50元的10张,20元的20张,10元的50张,5元的100张,1元的100张,5角的200张,1角的500张,一角以下的可以丢弃。-According to the information system within all change coins, the coins, the total number of at least the principle of the coin, change the total n
zuixiaoerchengfa
- 最小二乘法的数值计算,用C语言编写的程序,很容易能够读懂和上手-Numerical calculation of the least square method, using C language program, it is easy to read and to use
erfenjiansuo
- 算法设计与分析实验:实现二分检索问题。界面友好,程序简单清晰,功能齐备。值得采纳!-Experimental Design and Analysis of Algorithms: the question of the realization of binary search. Friendly interface, simple and clear procedures, functions. Worthy of adoption!
nnpid
- 对非线性的被控对象进行神经网络的PID控制-The accused objects to the non-linear neural network PID control
2
- 二叉排序树的创建与使用 (时间限制为:1000毫秒) 描述: 二叉排序树的定义是:或者是一棵空树,或者是具有下列性质的二叉树:(1)若它的左子树不空,则左子树上所有的结点值均小于它的根结点的值;(2)若它的右子树不空,则右子树上所有结点的值均大于或等于它的根结点的值;(3)它的左右子树也分别为二叉排序树。现要求根据输入的元素值,构造一棵二叉排序树,并输出其先序遍历、中序遍历和后序遍历结果。 输入: 输入第一行为测试用例个数n,接下来为n个测试用例,每个测试用例占两
zuixiaoshu
- 实用数据结构基础(第三版),实验八,最小生成书-Based the practical data structure (third edition), experimental eight, minimum spanning book
new_sorting_clock
- merge sort using c++ language
3_2
- 主元素 线性选择算法主元素的判定(分治策略) 设T[0:n-1]是n个元素的数组,如果其中某个元素x在整个数组中的出现次数超过n/2,则称x为数组T的主元素。 请设计一个分治算法,判断数组T={1,2,2,2,3,4,3,2,2,4,2,2,6,7,2,2}中是否存在主元素。 -main character