搜索资源列表
PinYuRongCha
- DSP课程例程: ① 为频率特性加频域容差图; ② 在对数幅频特性上加要求的指标标识; ③ 量化子程序的调用。
F90shuzhijisuanchengxuku
- fortran90数据库程序安装后有很多子程序可以直接调用方便实用非常好 强烈推荐-fortran90 database program after installation many subroutines can be called directly facilitate practical very good strongly recommended
JingTuiYouHuaSuanfa
- 进退法优化子程序-该源码由5部分组成,用户编号主程序后直接调用即可-act Optimization Subroutine-5 from the source code components, main program user numbers can be called directly after
MDEFIR1
- 利用窗函数法设计FIR滤波器,给出其抽样响应 。程序中调用了子程序mwindow
MWINDOW
- 计算七类窗函数并给出归一化对数幅频曲线,同时也是利用窗函数法设计FIR滤波器的程序MDEFIR1所调用的子程序MWINDOW.C
turbo
- 使用MATLAB完成turbo码的编码,在给定生成多项式交织映射表和删余选择的情况下进行TURBO的编码。主程序为encederm.m,调用子程序rsc_encede.m和encode_bit.m
mxuliem序列
- m序列子程序,可以作为一个被调用的函数
meep4py
- meep是mit开发的,基于FDTD算法,用于计算电磁场传播问题的开源软件包。meep4py是meep的python接口,这样可以通过python来调用meep的子程序。
recursion
- 递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。 递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。-Recursion, is a function to achieve a very important part of many programs
BRANCH
- 马尔可夫链算法,包括子程序和调用主程序示例,用C++编写-Markov chain algorithm
SVD
- 实矩阵奇异值分解,可控制技术精度,被其他程序调用的子程序。-Real matrix singular value decomposition, can control the precision,be used by other programs called subroutines.
UserDefineConcrete
- UserDefineConcrete,marc调用自定义非线性弹性材料子程序,清华混凝土有限元源代码-UserDefineConcrete, marc call a custom non-linear elastic material subroutine
m
- m序列Matlab程序,一个主程序,一个调用子程序-m sequence of Matlab program, a main program, a subroutine call
opc_DEMO
- Matlab通过OPC方式与OPC服务器通讯。 1、opc_Comm_demo.m Matlab通过OPC方式与OPC服务器通讯Demo 2、display_opcdata 在opc_Comm_demo.m中调用的子程序-Matlab via OPC and OPC server communication means. 1, opc_Comm_demo.m Matlab via OPC and OPC server communication mode Demo 2, di
ASKmod
- 在matlab上实现2ASK信号的调制,以及相干解调,并给出调制/解调后的信号波形。主程序名为ASKmod.m,调用子程序为T2F.m、F2T.m、 和LPF.m。-To achieve in matlab 2ASK signal modulation, and coherent demodulation, and given modulation/demodulation of signal waveform. Main program, called ASKmod.m, call subro
paixu
- 对数字进行排序,并且调用子程序从小到大输出-Sorting and of digital output, since the subroutine output
Binary-tree-VC
- 建立一棵二叉排序树并对它进行前序遍历。建立二叉树利用了插入算法,数据由用户输入;对二叉树前序遍历,利用非递归调用子程序,然后对二叉树(1)访问根结点;(2)遍历左子树;(3)遍历右子树。程序中要注意左右指针llink和rlink的使用。-Create a binary sort tree and pre-order traversal. The establishment of the binary tree to the use of the insertion algorithm, the
8-1
- 编写子程序嵌套结构的程序,把整数分别用二进制和八进制形式显示出来。 主程序BANDO:把整数字变量VAL1存入堆栈,并调用子程序PAIRS 子程序PAIRS:从堆栈中取出VAL1 调用二进制显示程序OUTBIN显示出与其等效的二进制数,输出八个空格;调用八进制显示程序OUTOCT显示出与其等效的八进制数,调用输出回车及换行符的子程序。-Write subroutine nesting structure of the program, and integer, respective
vb-math
- vb编程,一些常用的数学方法的源代码,可以直接调用子程序,方便快捷。-vb programming, some commonly used mathematical methods of the source code
SVM
- 该算法用Visual Studio编写 ,用于实现对样本的训练以及测试,并可以转换成matlab语言,直接调用子程序(The algorithm is written in Visual Studio, which is used to train and test the sample, and can be converted into a matlab language and directly invoked the subroutine.)