代码搜索:Terminated

找到约 1,727 项符合「Terminated」的源代码

代码结果 1,727
www.eeworm.com/read/162614/5525196

ada c93005g.ada

-- C93005G.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/474506/6810968

c 0816.c

#include #include #include #include #include #include #include // FOR DATAFILE 1 #define DATA1_INPUT_FILENAME "gps
www.eeworm.com/read/203441/15359272

pas ttimethreadclass.pas

unit TTimeThreadClass; interface uses Classes,StdCtrls, SysUtils, ComObj, Messages,Dialogs,activeX; type TTimeThread = class(TThread) private protected procedure
www.eeworm.com/read/112441/15485307

c sig_chld_waitpid.c

#include "unp.h" void sig_chld(int signo) { pid_t pid; int stat; while ( (pid = waitpid(-1, &stat, WNOHANG)) > 0) { printf("child %d terminated\n", pid); } return; }
www.eeworm.com/read/106023/15649040

tas test.tas

(* This is a test program which can be compiled by the Taste-compiler. It reads a null-terminated sequence of numbers from a data input file and computes the sum of these numbers.*) PROGRAM T
www.eeworm.com/read/100235/15879859

php3 ldi_check.php3

www.eeworm.com/read/188533/8530562

txt readme.txt

The simulator GUI is started with command 'ui_start' in Matlab command window. WLAN simulation starts by clicking the 'Start Simulation' button in the GUI window. WLAN simulation can be termin
www.eeworm.com/read/379331/9200466

txt readme.txt

The simulator GUI is started with command 'ui_start' in Matlab command window. WLAN simulation starts by clicking the 'Start Simulation' button in the GUI window. WLAN simulation can be termin
www.eeworm.com/read/180505/9304086

txt readme.txt

The simulator GUI is started with command 'ui_start' in Matlab command window. WLAN simulation starts by clicking the 'Start Simulation' button in the GUI window. WLAN simulation can be termin
www.eeworm.com/read/176189/9512854

txt readme.txt

我再论坛找了很多OFDM的代码和文章,但总有遗患,为什么呢原因是大部分只有简单的映射,IDFTDFT变换等等,但主要的同步和信道估计去没有人提出来,甚至做出来.. 现在我终于找到了一份,它以FUNCTION的形式,再现了OFDM映射,IDFTDFT,同步(时间频率同步)和信道估计,以及频率偏移的估计等一系列代码. The simulator GUI is started with ...