-
vector_4
with study image process sample program
- 2015-02-21 15:33:29下载
- 积分:1
-
Exercise04
4th exercise of computer graphics course
- 2014-11-22 23:54:40下载
- 积分:1
-
CPPPremier
C++Premier(中文第四版)学习C++的红宝书(C++Premier(Chinese 4th edition))
- 2014-11-17 23:30:12下载
- 积分: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
-
Chaotic-time-series-analysis
混沌时间序列Matlab源程序,包含时间序列的时间延迟计算,关联积分计算,相空间重构,时间序列分解,Heaviside函数的计算,延迟时间和时间窗口计算,混沌吸引子关联维计算,重构相空间进行K_L变换,混沌吸引子关联维计算,Hurst指数分析,关联维和Kolmogorov熵计算,FFT计算序列平均周期,最大lyapunov指数计算,利用互信息法求时间延迟,混沌和噪声识别的源程序。(Matlab chaotic time series source, time includes the time series of delay calculation, correlation integral calculation, phase space reconstruction, time series decomposition, calculated Heaviside function, the delay time and the time window calculated correlation dimension of chaotic attractors calculated reconstruction phase space K_L transform computing correlation dimension of chaotic attractors, Hurst exponent analysis, correlation dimension and Kolmogorov entropy calculation, FFT calculation sequence averaging period, maximum lyapunov index, mutual information method the time delay, chaos and noise source identification.)
- 2016-11-15 09:40:52下载
- 积分:1
-
VC_MATLAB7SharedLibrary
调用MATLAB7 Compiler 产生共享库程序的方法介绍,有如下的大致结构:
1.声明变量或者是函数作为输入变量;
2. 调用 mclInitalizeApplication函数,并测试是否成功,该函数设置了一个全局的MCR
状态,并且构建MCR实例;
3. 对于每个库,调用一次<libraryname>Initalize函数,为库创建一个MCR 实例;
4. 调用库中的函数,并处理其结果(这是程序的主要部分);
5. 为每个库调用一次<libraryname>Terminate函数,用于注销相联系的MCR;
6. 调用 mclTerminateApplication函数,释放与全局MCR状态相联系的资源;
7. 清除变换,关闭文件等,然后退出。(VC+ MATLAB7 C Shared Library Target)
- 2009-06-06 10:46:54下载
- 积分:1
-
MATLABCommandWindowbyVB
VB and matlab混合编程实现,用VB输入命令,matlab后台运算,是混合编程的基础程序!(需要安装matlab才能正常运行)(VB and matlab Matlab, using VB input command, matlab computing background is the basis of mixed programming process! (Need to install matlab to work properly))
- 2008-01-13 13:36:23下载
- 积分:1
-
EnterprisePersonnelManagementSystem
(1)员工各种信息的输入,包括员工的基本信息、学历信息、婚姻状况信息和职称等;
(2)员工各种信息的修改;
(3)对于转出、辞职、辞退、退休员工信息的删除;
(4)按照一定的条件,查询,统计符合条件的员工信息;
(5)至少应该包括每个员工详细信息的查询,按婚姻状况查询、学历查询、工作岗位查询等;
(6)至少应该包括按学历、婚姻状况、岗位、参加工作时间等统计各自的员工信息;
(7)对查询,统计的结果打印输出。
((1) the importation of all kinds of information employees, including employees of the basic information, education information, marital status and title information, etc.
(2) the staff changes all kinds of information
(3) for the transfer, resignation, dismissal, retirement of employee information deleted
(4) in accordance with certain conditions, query, statistics eligible employees
(5) at least every employee should include details of inquiries, according to marital status inquiries, academic information, job inquiries, etc.
(6) should include at least according to their academic qualifications, marital status, status, statistics, etc. to participate in the working hours of their employees
(7) of the query, the results of statistical printout.)
- 2009-06-10 09:29:15下载
- 积分:1
-
Partial-Differential-equation
偏微分方程_编程 Routines in C, C++,
Fortran, Java® , Maple® , and MATLAB(Ordinary and Partial Differential
Equation Routines in C, C++,
Fortran, Java® , Maple® , and MATLAB)
- 2014-11-07 09:14:16下载
- 积分:1
-
ANT_AN04_Burst_Transfers
ANT协议中的burst数据传输方式详解,包括收发时序及数据格式。(ANT protocol Detailed burst data transmission, including the timing and receive data format.)
- 2014-01-12 10:07:36下载
- 积分:1