-
2005.3.31VC调用M文件源代码
一个非常典型的”VC调用matlab中定义的.m文件中的函数的实例“附加说明文档,请站长检查,刚才发错了,不好意思(a very typical "call VC defined in Matlab. M document as a function of the examples "of the annotated document, please check station, just made a mistake, sorry)
- 2005-03-31 10:33:10下载
- 积分:1
-
FileSplitter
这是一个文件分割器,内部有详细的代码注解,非常不错(This is a file splitter, it has a detailed code comments, very good)
- 2010-05-20 11:22:17下载
- 积分:1
-
HP_Socket_Practice
HP_SOCKET练习,c#版本,HPSOCKET优秀的国产框架(HP_SOCKET Practice you can learn from it for new learner)
- 2018-01-16 09:47:20下载
- 积分:1
-
JZBWav_4_29
基于小波变换的语音识别,内含毕业论文和摘要以及可执行源程序(Speech recognition based on wavelet transform, containing thesis and summary of executable source code)
- 2021-03-03 14:49:33下载
- 积分:1
-
CudaSift-master
在GPU-CUDA平台上进行SIFT特征提取,加快提取速度(On GPU-CUDA platform SIFT feature extraction, speeding up the extraction rate)
- 2021-04-09 22:38:59下载
- 积分:1
-
SMGP
华为短信网关资料,可直接去华为官网上下载。(Huawei SMS gateway information can be downloaded directly to Huawei' s official website.)
- 2013-11-01 10:33:14下载
- 积分:1
-
6.串口通讯(Hello BlueTooth4.0)
网蜂科技开发板CC2530F256实现串口通讯(Realization of Watchdog Timing by Network Bee Technology Development Board CC2530F256)
- 2020-06-18 19:00: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
-
数组可以存放5个人的姓名,每个姓名包括first name,middle name和last name,输出姓名时,其中middle name只取大写的首字母,...
数组可以存放5个人的姓名,每个姓名包括first name,middle name和last name,输出姓名时,其中middle name只取大写的首字母,利用索引编写程序,使得用户输入last name后,输出姓名的全称。-array can store the names of five individuals, including the names of each first name, middle name and last name, the name of the output, which only middle name from the first uppercase letter, the use of indexing programming, enabling users to import last name, the name of the generic output.
- 2023-08-02 02:40:02下载
- 积分:1
-
KF-S
卡尔曼滤波的matlab S函数程序,将含有白噪声的输入进行滤波(Enter the Kalman filter matlab S function program containing white noise filtering)
- 2016-01-10 22:23:14下载
- 积分:1