-
matlabODEexample
说明: 从方程组中消去一些未知函数及其各阶导数,得到只含有一个未知函数的高阶常系数线性微分方程(Eliminated from the equations of some unknown function and its first derivative, the only unknown function contains a higher-order linear differential equations with constant coefficients)
- 2008-11-23 14:21:58下载
- 积分:1
-
dandaofangzhen
c++ 通用弹道仿真计算程序(经典版)lalalalla(C dandaofangzhenchengxudfdfdfdfdf)
- 2013-09-08 13:55:54下载
- 积分:1
-
pid
matlab模糊控制 控制规则以及模糊隶属函数的编程(matlab fuzzy control)
- 2011-08-19 08:56:02下载
- 积分:1
-
wmflogicgenery
由于最近做一个项目需要对MATLAB电路图做测试,且需要满足MCDC且覆盖每个门,由于
手工生成非常麻烦而且也容易出错,所以做了个工具来自动生成测试用例(With the recent need to do a project on the MATLAB test circuit, and the need to meet and MCDC coverage of each door, hand-generated as a result of a very troublesome and error-prone, so do a tool to automatically generate test cases)
- 2009-06-26 09:50:36下载
- 积分:1
-
yixingceshi
由于地球的上空有76颗依星,所以依星可以定位到地球的任意一个地方,该程序主要完成地理位置的定位(Because there are 76 above the Earth s Iridium, Iridium so you can navigate to any place of the Earth, which is mainly geographic location)
- 2015-03-23 15:26:34下载
- 积分:1
-
srchybrid45b_VeryCD
电骡0.45b源码.rar (-- Mule 0.45b source. Rar-- Mule 0.45b source. Rar)
- 2007-01-21 13:07:10下载
- 积分:1
-
direction-vario
semivariogram structure function ,it is about 2D semivariogram.
- 2012-05-07 22:05:40下载
- 积分:1
-
Shaped_Histograms
this mi test m-file for matlab program
- 2013-08-27 14:44:20下载
- 积分: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
-
exp2
实验二、数字图像伽马校正。MATLAB程序。有报告,有源码。(The second experiment, digital image gamma correction)
- 2011-01-04 19:22:34下载
- 积分:1