资源列表
sir
- 这是SIR微分方程模型对初值问题的求解和作图-This is the SIR model differential equations to solve the problem of initial value and mapping
sigproc1
- signal processing and white noise generator
distribution_of_rectangulartube
- 气体分子在分子流态下经过方管时延管壁的相对入射密度分布-Gas molecules under molecular flow through the side wall of tube time delay density distribution of the relative incidence
4
- 输入n个数,求这n个数构成的集合的所有子集-Enter the number n, find the n number of the set of all subsets
BRESCIR
- An implementation of Bressenhams circle drawing algorithm in Turbo C/C++.
dynamic_programming_seeking_to_strike_points
- 动态规划求取点距,求200点A中插入30个点B后,A到最近B的最小和-dynamic programming, seeking to strike points beyond 200 point a to insert a 30- point b, c to the nearest b the minimum and
tsvd
- 截断奇异值分解技术是一种正则化方法,用于不适定问题的数值计算-Truncated Singular Value Decomposition is a regularizaiton method for ill-conditioned problem computation.
zzx3
- 此小程序是实现数学问题的N乘方表,用于初学者应用。-This small program is a mathematical problem of N power table for beginners applications.
顺序查找代码
- 顺序查找适合于存储结构为顺序存储或链接存储的线性表。 基本思想:顺序查找也称为线形查找,属于无序查找算法。从数据结构线形表的一端开始,顺序扫描,依次将扫描到的结点关键字与给定值k相比较,若相等则表示查找成功;若扫描结束仍没有找到关键字等于k的结点,表示查找失败。
Exprdemo
- 表达式演绎算法,可以自动演绎表达式,将代换过程可视化达到同步输入输出-Expression interpretation algorithm that can automatically interpret the expression, the substitution process to achieve simultaneous input and output visualization
bayes
- 分类编辑器,实现数据的分类:贝叶斯算法,参数估计-Category editor for data classification: Bayesian algorithm, parameter estimation
ex15
- 简易计算器。该计算器可以实现一些简单的算术运算。比如,加减乘除等。-This procedure is a simple procedure.This procedure can achieve addition,subtraction,multiplication,and division.