-
NLPCA
pca主成分分析,改进的pca程序源代码(pca principal component analysis, improved pca program source code)
- 2020-09-18 15:47:55下载
- 积分:1
-
DEEC.matble
分簇协议的改进协议DEEC的matlab代码,绝对正确,大家可以下载试试,对学习WSN路由协议很有帮助。(Improved clustering protocol agreement DEEC matlab code, absolutely correct, you can download to try, to learn helpful WSN routing protocol.)
- 2014-01-20 17:29:25下载
- 积分:1
-
StringEdit_Demo
I have often found that user input edit boxes on a dialog require much more than the capabilities provided by the basic CEdit control. A common problem I have encountered is the need for an edit control that restricts the characters that can be entered into the box in some manner. Some types of restrictions would include confining input to a specific set if legal characters, excluding characters in an illegal set, limiting text to a maximum length and providing for fixed length strings that may be padded to the right with spaces if they are too short.
- 2007-08-29 13:38: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
-
ser
Serial port communication for kwp 2000 fast initialization. this code is not complete. I am trying to develop it
- 2015-02-24 00:23:12下载
- 积分:1
-
Matlab-tool-Matcom4
Matlab6.5与VC60混合编程工具Matcom4,有助于两者混合编程(Matlab6.5 and VC60 mixed programming tool Matcom4, helps both hybrid programming)
- 2015-01-10 10:44:40下载
- 积分:1
-
LDPC
LDPC码的C语言编译码,包含校验矩阵,备注等等(LDPC codes codec C language, including parity check matrix, notes, etc.)
- 2015-02-26 08:12:55下载
- 积分:1
-
2光伏电源+配网
这是光伏电源并网的配网模型,里面包含boost,mppt,逆变器,10kv配电网(This is the distribution network model of photovoltaic power grid, which contains boost, MPPT, inverter, 10kV distribution network.)
- 2018-03-21 10:12:16下载
- 积分:1
-
New-folder-(2)
ttis is a forgery detction ppr to implemnt.
- 2014-02-08 21:11:12下载
- 积分:1
-
最小二乘法电力系统状态估计 estimation-WLS
最小二乘法电力系统状态估计,利用IEEE-14和IEEE-30节点系统检验,结果正确(WLS method of power system state estimation)
- 2020-06-27 04:00:01下载
- 积分:1