代码搜索:init

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

代码结果 10,000
www.eeworm.com/read/295270/8172901

init enter execs

/* Initialize the traffic generation parameters. */ bursty_source_sv_init (); /* Schedule the first OFF-period scheduling by setting */ /* a self-interrupt for the start time. If the start */ /*
www.eeworm.com/read/295270/8172956

init enter execs

/* Initilaize the statistic handles to keep */ /* track of traffic sinked by this process. */ bits_rcvd_stathandle = op_stat_reg ("Traffic Sink.Traffic Received (bits)", OPC_STAT_INDEX_NONE, OPC
www.eeworm.com/read/295270/8172966

init enter execs

/* Initialization of the process model. */ /* All the attributes are loaded in this routine */ wlan_mac_sv_init (); /* Schedule a self interrupt to wait for mac interface */ /* to move to
www.eeworm.com/read/195072/8175153

s init.s

;;************************************************************** ;;BootLoader for simuCPU,you can only free use it for personal study purpose! ;;www.MShowTec.com for more information. ;;lmjx,Email:
www.eeworm.com/read/194991/8180288

cpp init.cpp

////////////////////////////////////////////////////////////////////////////// // Copyright
www.eeworm.com/read/295047/8188746

h init.h

#ifndef __INIT_H__ #define __INIT_H__ #define UTXD BIT4 #define URXD BIT5 extern void Init(void); #endif
www.eeworm.com/read/295047/8188752

c init.c

#include "Config.h" #include "Init.h" /******************************************************************************* Init_USART0() 串口初始化函数 ***************************************************
www.eeworm.com/read/294924/8192800

c init.c

/**** init.c *****/ #include "global.h" struct entry keywords[]={ "div",DIV, "mod",MOD, 0,0 }; void init() { struct entry *p; lval=rval=0; for(p=keywords;p->token;p++) inse
www.eeworm.com/read/294924/8192812

c init.c

/******************** init.c *************************/ #include "global.h" struct entry keywords[]={"div",DIV,"mod",MOD,0,0}; void init() /* 将关键字填入符号表 */ { struct entry *p; for(p=keyw
www.eeworm.com/read/294924/8192838

o init.o