资源列表
Stones-merger
- 在一个圆形操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2 堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。 试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分。 【输入文件】 包含两行,第1 行是正整数n(1<=n<=100),表示有n堆石子。 第2行有n个数,分别表示每堆石子的个数。 -Around in a circular playground placed n heap stones. Ston
matlab-function-Daquan
- matlab函数大全,几乎包含所有matlab函数。-matlab function Daquan, for almost all matlab functions.
Matrix-multiplication-problems-with
- 给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2,…,n-1。要算出这n个矩阵的连乘积A1A2…An。由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序。这种计算次序可以用加括号的方式来确定。若一个矩阵连乘积的计算次序完全确定,也就是说该连乘积已完全加括号,则可以依此次序反复调用2个矩阵相乘的标准算法计算出矩阵连乘积。本文的功能是采用动态规划算法,给出矩阵的一种最优的加括号方式,是计算量最小。-Given n matrices {A1, A2, ...
LargeNumber
- 大数运算包括加、减、乘、除四则运算 MFC-Large number
datastructrue
- 数据结构中一个统计程序中代码、注释和空行的行数以及函数的个数和平均行数,并评定程序设计等级的实习报-Data structure in a statistical program code, comments and empty lines lines and the number and function of the average number of rows, and assess levels of training program design report
Kalmanfilterfortargettracjectory
- 用Kalman滤波估计目标航迹的Matlab源程序,采用了最小方差法和交互多模型。-source code for estimation of target tracjectory using Kamlan filter method
gblb
- 归并链表:将两链表合并为同一链表。MFC-Merge linked list: the two lists into one list.
khpp
- 括号匹配:利用栈实现括号是否匹配的判定。MFC-Bracket matching: the use of parentheses stack implementation to determine whether the match. MFC
Heap-sort
- 堆排序 MFC 显示初始化的堆和排序后的堆。-Heap sort heap and initialize MFC display sorted heap.
Binary-sort-tree
- 创建二叉排序树 显示树和中序遍历结果 MFC-Create a binary search tree and the tree traversal results in MFC
DDA
- draw a line with the algorithm dda
83050_M1
- study how to generate a symbol sequence, a pulse-shaping filter, and an eye-diagram.
