代码搜索:init

找到约 10,000 项符合「init」的源代码

代码结果 10,000
www.eeworm.com/read/441009/7678065

~pas init.~pas

unit init; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons; type Tfrminit = class(TForm) GroupBox1: TGroupBo
www.eeworm.com/read/441009/7678110

dfm init.dfm

object frminit: Tfrminit Left = 209 Top = 176 Width = 451 Height = 214 BorderIcons = [biSystemMenu, biMinimize] Caption = #31995#32479#21021#22987#21270#22788#29702 Color = clBtnF
www.eeworm.com/read/441009/7678151

dcu init.dcu

www.eeworm.com/read/441009/7678157

pas init.pas

unit init; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons; type Tfrminit = class(TForm) GroupBox1: TGroupBo
www.eeworm.com/read/440885/7679207

c init.c

#include "version.h" #include #include #include #include #include "configfile.h" #include "util.h" #include "net.h" #include "msignal.h" #include "buf.h"
www.eeworm.com/read/440885/7679355

h init.h

#ifndef __INIT_H__ #define __INIT_H__ #include "common.h" BOOL init( int argc , char** argv, char** env ); #ifdef _ITEM_QUITPARTY typedef struct tagDisappearItem { char string[64]; }DisappearItem;
www.eeworm.com/read/440778/7681521

s init.s

;************************************************************** ; ; This an simple implementation of bootloader for S3C4510B ; Hope it is useful to you. ; ; Duyunhai use this program to UART0
www.eeworm.com/read/440690/7684087

h init.h

//Timer/Counter initialize #define timer0_13bit TMOD&=0xf0 #define timer0_16bit TMOD&=0xf0;TMOD|=0x01 #define timer0_auto_reload TMOD&=0xf0;TMOD|=0x02 #define timer1_13bit
www.eeworm.com/read/440493/7688679

c init.c

void init_sys(void) { TMOD=0x01; TH0=(65536-50000)/256; //50ms TL0=(65536-50000)%256; EA=1;ET0=1; PT0=1; TR0=1; }
www.eeworm.com/read/440097/7693969

h init.h

/*************************************************************************** init.h - description ------------------- begin