-
matcomVCmixed-programming
讲述MATLAB与VC混合编程的一篇文章(About the mixed programming MATLAB and VC article)
- 2011-12-06 19:26:29下载
- 积分:1
-
pq_powerflow
潮流计算是电力系统稳态分析的重要组成部分,pq分解法是牛拉法的改进。(Power system power flow calculation is an important part of the steady state analysis, P- Q decomposition method is a kind of improvement of cattle rafa.)
- 2014-12-25 21:58:59下载
- 积分: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
-
embedded-systems
基于 嵌 入式系 统 理 论和 容 错系 统 体系 结 构, 结 合故障 一 安 全电 路的 设计 理念, 给出 了 一 种 嵌
入式 二乘 二 取 二容 错计算 机 联锁系 统的 硬件 设计. 深 入阐 述了 系 统 硬件电 路的 设计理论依据和工
作原 理, 同 时 给出了 设计中 的 元 件选型. 通过功能 测试, 系 统设计符 合故障 一 安全的 设计原则, 理论
计 算 表明, 其可 靠 性、 安全 性 达 到 铁 路 信号系 统 要求(Based on the theory of embedded systems and fault-tolerant system architecture, combining design fail-safe circuitry, gives a socketed
Take two squares two-in fault-tolerant computer interlocking system hardware design. Further expounded on system hardware circuit design theory and work
Design principles for the principle, and gives the design of the component selection through functional testing, failure of a safety system designed to meet the theoretical
Calculations show that the reliability, security, railway signaling system requirements to achieve)
- 2014-01-19 21:42:09下载
- 积分:1
-
matlab1
matlab入门经典教程--百看不厌1.rar(Getting Started tutorial matlab classic- never lost their appeal 1.rar)
- 2009-01-12 16:21:38下载
- 积分:1
-
edgecode
数字图像处理中的边缘检测程序合集,包括VC++和MATLAB实现(Digital Image Processing Edge Detection Collection procedures, including the VC and MATLAB)
- 2007-06-01 11:10:08下载
- 积分:1
-
caijian
实现了直线和矩形框的裁剪功能,是用编码裁剪原理实现的(Achieved a straight line and cut features a rectangular box is the use of coding theory to achieve cutting)
- 2010-01-06 14:20:59下载
- 积分:1
-
Final-Game
"Guess The Number" Gae For Beginers.
- 2013-12-12 21:10:34下载
- 积分:1
-
VCandMATLAB
link about Matlab and Vc
- 2011-10-25 11:13:26下载
- 积分:1
-
MATLABandCCS
说明: 这是这段时间 在网上荡的 MATLAB 与CCS联调的资料。里面包含的联调的命令,以及一个完整的FIR 程序,利用MATLAB与CCS的联合实现!希望对大家有用。。。(This is a time-line swing of MATLAB and CCS FBI data. Which included the FBI' s command, as well as a complete FIR program using MATLAB and CCS, the joint realization of! Want to be useful to everyone. . .)
- 2010-03-25 15:58:28下载
- 积分:1