-
Bpcma
基于matlab中的simulink的pcm编码码解码器的仿真结果 ,经测试可直接使用。
(Simulation results based on simulink in matlab pcm coding decoder has been tested directly.)
- 2012-07-25 23:41:36下载
- 积分:1
-
Windows_shell
Window Shell扩展编程编程的相关例子,想学shell编程的朋友有福了!(Window Shell-programming related to the expansion of programming examples, want to learn shell programming blessed Friend!)
- 2007-10-24 15:23:50下载
- 积分:1
-
matcom_functions
MATCOM提供了MATLAB到C++的编程接口,本文是MATCOM4.5的说明文档,详细介绍了MATCOM的各个函数和操作符等。(MATCOM MATLAB to C++ provides a programming interface, this article is MATCOM4.5 documentation, detailing MATCOM various functions and operators and so on.)
- 2014-08-18 10:39:13下载
- 积分:1
-
main
这是一个基于颜色直方图的粒子滤波目标跟踪的主程序,比较完整,供大家参考(This is a color histogram based particle filter tracking the main program, more complete, for your reference)
- 2011-05-22 10:54:08下载
- 积分:1
-
root-MUSIC-MATLAB
root-MUSIC算法MATLAB程序(root-MUSIC algorithm based on MATLAB program)
- 2014-10-23 18:01:43下载
- 积分:1
-
SimuWave
在matlab/simulink目前还没有更好地实现小波包模块,simuwave包括了各种各样的小波包子模块,可以自己实现小波分解。( At present, matlab/simulink is still not better to implement the wavelet packet module, simuwave includes a variety of wavelet packet module, you can realize the wavelet decomposition.
)
- 2016-06-25 08:37:38下载
- 积分:1
-
testSetIP
调用windowd netsh命令,实现网络参数(IP、gateway、netmask、和dns的修改),功能还不完善,拿来大家一起学习(Call windowd netsh command, network parameters (IP, gateway, netmask, and dns changes), the function is not perfect, and brought them to learn together)
- 2015-03-23 14:46:37下载
- 积分:1
-
CA0LUR83
自己写的matlab小程序,用于解方程组。可以参考下(Their own small programs written in matlab for solving equations. Can refer to)
- 2011-09-27 10:15:02下载
- 积分:1
-
5
一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。
C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。
系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。 (Compiling together the sequence of test procedures, involving the sequence of function calls and operator symbols, such as the priority problem. Now I give you to start speaking. Procedures for C compiler always start from the main function and at这道题the focus of " fun ((int) fun (a+ c, b), ac)) " statement. System must first determine the most outer layer of fun () function of real parameters, the first parameters of recursive calls required fun () function (may be called the inner function). Inner function separately for the two parameters x = a+ b = 2+8 = 10, y = b = 5, to execute the function body x+ y = 10+5 = 15, then the outer function parameters were x = 15 . Its another parameter y = ac = 2-b =- 6, once again to execute the function body may eventually return the value of x+ y = 15+ (-6) = 9.)
- 2009-03-15 15:36:23下载
- 积分:1
-
Cloth__Simulation
一个布料的OPNEGL仿真模拟,用来理解布料受力模型。(a fabric OPNEGL simulation to understand the cloth mechanical model.)
- 2007-03-21 21:14:54下载
- 积分:1