代码搜索:Variable

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

代码结果 10,000
www.eeworm.com/read/290020/8511899

plg 18b20.plg

礦ision2 Build Log Project: C:\Documents and Settings\liucs.LIU-B260AF0302B\My Documents\keil\18b20\18b20.uv2 Project File Date: 07/17/2007 Output:
www.eeworm.com/read/289862/8521101

h codegen.h

#ifndef _CODEGEN_H_ #define _CODEGEN_H_ void GenLabel(char lab[LABEL_SIZE]); void StackSegmentBegin(void); void StackSegmentEnd(void); void CodeSegmentBegin(void); void CodeSegmentEnd(void);
www.eeworm.com/read/289584/8541348

h sposvar.h

/****************************************** ** Mini OS 1.5.0 head file ** ** Mini OS 1.5.0 variable declare ** ** Author :Taylor Wang ** ** Date :2003/1/2
www.eeworm.com/read/188340/8548601

tdf counter1.tdf

SUBDESIGN COUNTER1 ( CLK : INPUT; RST : INPUT; COUNTOUT[13..0] : OUTPUT; ) VARIABLE COUNT[13..0] : DFF; BEGIN COUNT[].CLRN = RST; -- Active Low (74393
www.eeworm.com/read/289460/8549466

plg wavelets.plg

Build Log --------------------Configuration: Wavelets - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\ADMI
www.eeworm.com/read/432650/8584507

plg gg.plg

礦ision3 Build Log Project: C:\Documents and Settings\Administrator\桌面\hua1\shiboqi\gg.uv2 Project File Date: 09/19/2007 Output: Build target '
www.eeworm.com/read/187959/8585314

plg dzshowmode2.plg

礦ision2 Build Log Project: C:\Documents and Settings\xyz\桌面\上载代码\dzshowmode2\dzshowmode2.uv2 Project File Date: 01/16/2007 Output: Build targe
www.eeworm.com/read/432630/8585755

pro chapter08light.pro

; Chapter08Light.pro PRO Chapter08Light zdata = DIST(40) mywindow = OBJ_NEW('IDLgrWindow',RETAIN=2) myview = OBJ_NEW('IDLgrView') mymodel = OBJ_NEW('IDLgrMODEL') mysurf = OBJ
www.eeworm.com/read/388617/8594881

cpp pointer.cpp

// pointer.cpp -- our first pointer variable #include int main() { using namespace std; int updates = 6; // declare a variable int * p_updates; // declare po
www.eeworm.com/read/388617/8595249

cpp twofile1.cpp

// twofile1.cpp -- variables with external and internal linkage #include // to be compiled with two file2.cpp int tom = 3; // external variable definition int dick = 30;