搜索结果
找到约 242 项符合
Same 的查询结果
Linux/Unix编程 The same vulnerability to x_hp-ux11i_nls_ct.c,but exploit ping command to get root shell.
The same vulnerability to x_hp-ux11i_nls_ct.c,but exploit ping command to get root shell.
Windows CE This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end
This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where your memory leak occurred. It will display in the debug windo ...
其他 This class implements the same API as the Java 1.3 java.util.TimerTask. * Note that a TimerTask ca
This class implements the same API as the Java 1.3 java.util.TimerTask.
* Note that a TimerTask can only be scheduled on one Timer at a time, but
* that this implementation does not enforce that constraint.
人工智能/神经网络 fastDNAml is an attempt to solve the same problem as DNAML, but to do so faster and using less memo
fastDNAml is an attempt to solve the same problem as DNAML, but to do so
faster and using less memory, so that larger trees and/or more bootstrap
replicates become tractable. Much of fastDNAml is merely a recoding of the
PHYLIP 3.3 DNAML program from PASCAL to C.
Linux/Unix编程 The same two-stage decoder as above. However, when transforming the symbols prior to Viterbi decodin
The same two-stage decoder as above. However, when transforming the symbols prior to Viterbi decoding, the amplitude information is ignored and only the phase of the received symbol is employed in the metric computation stage.
Linux/Unix编程 The Viterbi algorithm is the same as the binary case with one main difference: The survivor sequence
The Viterbi algorithm is the same as the binary case with one main difference: The survivor sequences include the uncoded bits, which are decided at each trellis stage when selecting one of two parallel branches with the largest correlation metric.
Presently, only 8-PSK modulation is considered. E ...
其他 Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same d
Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same directory as Rothberg s code (see above). You can download the .tar directory with the code weighted-match.tar here. Then "make" the codes (this codes are in C, not C++). The program is then run by the ...
微处理器开发 use the ARM7 and SDT2.51 to show how to DIY,the ADS1.2 is as same as the SDT2.51
use the ARM7 and SDT2.51 to show how to DIY,the ADS1.2 is as same as the SDT2.51
中间件编程 You can call MsgBoxEx instead of MsgBox MsgBoxEx will return the same vbMsgBoxResults as MsgBox, b
You can call MsgBoxEx instead of MsgBox
MsgBoxEx will return the same vbMsgBoxResults as MsgBox, but adds the frm, Left, and Top parameters.
matlab例程 SOUNDSC(Y,...) is the same as SOUND(Y,...) except the data is scaled so that the sound is played a
SOUNDSC(Y,...) is the same as SOUND(Y,...) except the data is
scaled so that the sound is played as loud as possible without
clipping. The mean of the data is removed.