资源列表
c1
- 这是一个C病毒,无破坏性,可放心用来研究反病毒技术-This is a C virus, non-destructive, can rest assured that anti-virus technology used to study
minv
- 多维矩阵的转置功能,用于在2维及以上维数时,将某几维转置,实现相关功能-Multi-dimensional matrix transpose function, used in two-dimensional and higher dimensions, it will be a several-dimensional transpose
exponential
- Uniform & Exponential RV mean, variance PDF, CDF
chap5_4plant
- 采用状态非那亏方法对名义模型进行控制,不用建立精确模型,事项鲁棒控制。-Uses the state of non-loss method that controls the name of the model, without the establishment of an accurate model, robust control matters.
BAmodel
- 这是一个生成BA model的程序,该程序简短有效.-BA model programme
andian
- 鞍点问题: 若矩阵A中的某一元素A[i,j]是第i行中的最小值,而又是第j列中的最大值,则称A[i,j]是矩阵A中的一个鞍点。写出一个可以确定鞍点位置的程序-10, saddle point problem: If the matrix A of an element A [i, j] is the minimum value of i-line, but is the first j columns of the maximum, claimed that A [i, j] is the ma
digui(dengjujiedianchazhigongshi)
- 用递归函数做增距节点差值,计算方法的计算-digui
Prim
- prim算法,明了,简单,变量命名规范,适合初学者。-prim algorithm, clear, simple, variable naming conventions, for beginners.
code
- SGU101代码,,,,,,,,,不错!-SGU101 code
ex18
- void Delay(int time) { static int DelayLoopCount = 500 int i,j=0 for(j=0 j<time j++) for(i=0 i<DelayLoopCount i++) } -void Delay(int time) { static int DelayLoopCount = 500 int i,j=0 for(j=0 j<time j++)
24
- 一个算24的小程序。可以给出任意四个数是否能算24-A program which can tell whether four given numbers can computes 24
1
- 命令解释程序的编写 编写类似于DOS,UNIX的命令行解释程序 (1)自行定义系统提示符 (2)自定义命令集(8-10个) (3)用户输入HELP以查找命令的帮助 (4)列出命令的功能,区分内部还是外部命令 (5)用户输入QUIT退出 (6)内部命令有dir, cd, md, rd, cls, date, time, ren, copy等。-Command interpreter program similar to the DOS, UNIX command lin
