代码搜索结果

找到约 10,000 项符合 X 的代码

x9852.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {

x9852.plg

礦ision3 Build Log Project: D:\My Documents\Proteus&&Keil\x9852\x9852.uv2 Project File Date: 09/10/2007 Output:

clr_x.cpp

#include #include void DRAWPICTURE(void); void CLR_X(void); void main() { int driver=DETECT,mode; registerbgidriver(EGAVGA_driver); initgraph(&driver,&mode,"");

x86.md

%{ enum { EAX=0, ECX=1, EDX=2, EBX=3, ESI=6, EDI=7 }; #include "c.h" #define NODEPTR_TYPE Node #define OP_LABEL(p) ((p)->op) #define LEFT_CHILD(p) ((p)->kids[0]) #define RIGHT_CHILD(p) ((p)->kids[1])