代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/141322/13022991
par pal.par
MPEG-2 Test Sequence, 25 frames/sec
test%d /* name of source files */
q%d /* name of reconstructed images ("-": don't store) */
- /* name of intra quant matrix file ("-": default
www.eeworm.com/read/141322/13022993
par ntsc.par
MPEG-2 Test Sequence, 30 frames/sec
test%d /* name of source files */
q%d /* name of reconstructed images ("-": don't store) */
- /* name of intra quant matrix file ("-": default
www.eeworm.com/read/141152/13035404
s startup.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
www.eeworm.com/read/242148/13092195
h i2c.h
extern uint8 xdata Temp0;
extern uint8 xdata Temp1;
extern uint8 xdata Temp2;
extern uint8 xdata Temp3;
extern int16 xdata Ax;
extern int16 xdata Ay;
extern void SMBus_Initial(void);
//
www.eeworm.com/read/326374/13145247
s startup.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
www.eeworm.com/read/241389/13147823
s startup.s
;**************************************************************************************************
;**File Name: Startup.s
;**Function: lpc21xx Start-up code
;***********************************
www.eeworm.com/read/240985/13181438
cpp test12_1.cpp
//{ test12_1 }
#include"grary1.h"
const int n=15;
bb1 b;
void bubble(bb1& b)
{ GrpArr ag;
int i,j;
boolean suc;
Clear_range(1,1,getmaxx(),getmaxy());
create_grp_Arrbb
www.eeworm.com/read/240985/13181744
cpp emp6_06.cpp
// emp6_06
#include "trees.h"
void postordertree(tree t)
{
if (t!=NULL){
postordertree(t->firstson);
cur_tnode_onoff(t);
putchar(t->data);
getch();
cur_tnode_onoff(t);
postord
www.eeworm.com/read/240985/13181813
cpp emp8_10.cpp
#include"grary1.h"
main()
{
bb1 b1(10,40);
GrpArr ag;
int i,j,hl;
char ch;
for(i=20;i
www.eeworm.com/read/240985/13181892
cpp emp9_06.cpp
#include"grary2.h"
void main()
{ const int i1=1,j1=1,i2=5,j2=5;
BB2 a1(i1,i2,j1,j2),a2(i1,i2,j1,j2),a3(i1,i2,j1,j2);
GrpArr2 ag1,ag2,ag3 ;
int i,j, k;
char ccc;
rand_AnyAr