代码搜索:4

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

代码结果 10,000
www.eeworm.com/read/217469/14961979

lst 4-4.lst

C51 COMPILER V7.09 4_4 08/25/2005 10:49:02 PAGE 1 C51 COMPILER V7.09, COMPILATION OF MODULE 4_4 OBJECT MODULE PLACED IN 4-4
www.eeworm.com/read/217469/14961982

c 4-4.c

#include #include void subfun(int *m,int *n); int main() { int i,j; SCON = 0x50; TMOD |= 0x20; TH1 = 0xf3; TR1 = 1; TI = 1; printf("i,j=?\n");
www.eeworm.com/read/217469/14961983

obj 4-4.obj

www.eeworm.com/read/217469/14961986

opt 4-4.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 {
www.eeworm.com/read/116477/14968481

cpp 4_4.cpp

#include int gy(int m,int n) { int t,r; if(m
www.eeworm.com/read/116477/14968768

cpp 4-4.cpp

#include #include void Averge(int Iarray[]); void Averge(float Farray[]); const int size=10; main() { int Iarry[size]={2,7,3,6,4,5,3,6,8,9}; float Farry[size]={7.8,8
www.eeworm.com/read/116426/14969746

c 4-4.c

/*4-4.c*/ #include #include #include #include #include void getstr(int x,int y,char *str){ int key; char ch; char s[2]; int i=0; s[1]='\0'; s
www.eeworm.com/read/115447/15014255

c 4-4.c

#include "stdio.h" #define StackSize 100 //假定预分配的栈空间最多为100个元素 typedef int DataType;//假定栈元素的数据类型为字符 typedef struct{ DataType data[StackSize]; int top; }SeqStack; // 置栈空 voi
www.eeworm.com/read/215702/15052339

cpp 4_4.cpp

//4_4.cpp #include #include using namespace std; class Point //Point类声明 { public: Point(int xx=0, int yy=0) {X=xx;Y=yy;} Point(Point &p); int GetX() {return X;} int Ge
www.eeworm.com/read/114073/15115765

cpp 4-4.cpp

// mappings项目 # include # include // 仲裁访问的互斥体 static HANDLE g_hMutexMapping = INVALID_HANDLE_VALUE; // 增加共享内存中的数值的简单线程 static DWORD WINAPI ThreadProc(LPVOID lpParam)