-
cert
Windows Digital Sign Tool
- 2015-01-26 01:11:56下载
- 积分:1
-
MATLABEngine
VC++中调用MATLAB引擎进行绘图完整源代码(VC++ graphics engine is called a complete MATLAB source code)
- 2010-10-31 16:20:37下载
- 积分:1
-
Search_DFT
Filtros Ma t lab trae varios filtros para series de tiempo
- 2013-09-24 08:00:15下载
- 积分:1
-
component
c++通用技能编码能力提升:组件安装管理程序,已测试。(c++ generic skills coding capacity building: Component Installation Manager has been tested.)
- 2013-10-01 15:50:55下载
- 积分:1
-
llpcp
lpc线性预测编码,合成与分析析,在matlab中实现-lpc
(lpc linear predictive coding, synthesis and analysis of the analysis, in-lpc in Matlab)
- 2012-07-30 00:55:13下载
- 积分:1
-
FuzzyController
该程序实现输入模糊控制量与模糊规则,在MATLAB中自动实现控制量查询表(The procedure volume and the input fuzzy control fuzzy rules, in MATLAB automatically control the volume of inquiries in the table)
- 2010-09-16 10:41:58下载
- 积分:1
-
auto-reversing-of-mal-emulator
Malware authors have recently begun using emulation
technology to obfuscate their code.In this paper, we present the first work in automatic
reverse engineering of malware emulators.(Automatic Reverse Engineering of Malware Emulators)
- 2015-04-11 10:25:51下载
- 积分:1
-
PMSM
这个是永磁同步电机矢量控制系统仿真,仿真结果正确,可以在空载、加载下很好的跟踪转速给定值。(This is a permanent magnet synchronous motor vector control system simulation, simulation results are correct, you can no load, a very good track speed setpoint under load.)
- 2014-08-22 09:45:45下载
- 积分: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
-
lm
说明: 最小二乘拟合的c++实现,使用差分,在matlab中设置c++编译器为vc++2005或以上,运行test.m即可(Least-squares fit in c++
set compiler as vc++ in matlab
then run test.m )
- 2011-09-29 15:24:18下载
- 积分:1