代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/254771/12120140

txt yabflex.txt

%{ /* YABASIC --- a tiny integrated Basic Compiler/Interpreter FLEX - part this Program is subject to the GNU General Public License; see the file yabasic.c for detai
www.eeworm.com/read/254349/12142180

cpp field.cpp

// $Id: field.cpp,v 1.47 2002/11/03 00:41:27 t1mpy Exp $ // id3lib: a C++ library for creating and manipulating id3v1/v2 tags // Copyright 1999, 2000 Scott Thomas Haug // Copyright 2002 Thijmen Klok
www.eeworm.com/read/254329/12145395

sh szu_try_1.sh

#!/bin/bash dir=./ echo -n "Please input the initial file number??? " read a cp ${dir}/szu_try_0.sh ${dir}/${a}.sh chmod +x ${dir}/${a}.sh sh ${a}.sh ${a}
www.eeworm.com/read/151831/12171987

h config.h

/* rough config.h */ /* * History * * 2002-01-16: Nandy Lyu * - Initial code * */ #ifndef _CONFIG_H_ #define _CONFIG_H_ #include "autoconf.h" #endif /* _CONFIG_H_ */
www.eeworm.com/read/339455/12235112

c main_test2.c

#include "CO_TYPES.H" #include "CO_MAIN.H" #include "Timer.H" #include "DemoObj.h" #include "CO_DICT.h" #include "CO_ABERR.H" // Abort types #include unsigned char test3[0
www.eeworm.com/read/150130/12310645

h upsd_usb.h

///////////////////////////////////////////////////////////////////////////// // upsd_usb.h // // Prototypes and constants for USB driver module. // // Author: Jon Moore // // Revision History:
www.eeworm.com/read/150130/12310648

c upsd_usb.c

///////////////////////////////////////////////////////////////////////////// // upsd_usb.c // // USB driver module for uPSD3000 chip. // // Author: Jon Moore // // Revision History: // // 07
www.eeworm.com/read/150130/12310685

c usb_desc.c

///////////////////////////////////////////////////////////////////////////// // usb_desc.c // // USB descriptors. // // Author: Jon Moore // // Revision History: // // 07/22/02 (JAM) Initial
www.eeworm.com/read/150030/12323620

c hellowin.c

/*------------------------------------------------------------ HELLOWIN.C -- Displays "Hello, Windows 95!" in client area (c) Charles Petzold, 1996 ---------------------------
www.eeworm.com/read/149958/12329330

cpp ex14.cpp

//第14章 迈入面向对象编程部分 //[例14.1]用结构实现求两个数的和(函数通过CA*const型的形参操作结构CA中的成员) #include struct CA { int m;long n; };//声明一个结构CA,它有两个不同类型的数据成员 inline void