代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/180141/9318385
c 8-2-2.c
/*中国系统分析员顾问团,http://www.csai.cn*/
/*程序员下午考试指南书籍源码*/
#include
#include
#define n 30
long tn[n],td[n],score[n+1][10],order[n];
char s[80];
int mark[]={15,12,9,7,6,5,4,3,2,1}
www.eeworm.com/read/180141/9318388
c 2-2-3.c
/*中国系统分析员顾问团,http://www.csai.cn*/
/*程序员下午考试指南书籍源码*/
#include
#include
#include
#include
#define MAXN 50
int gcd(int m,int n)
{
int temp;
if(n
www.eeworm.com/read/180141/9318415
c 2-2-6.c
/*中国系统分析员顾问团,http://www.csai.cn*/
/*程序员下午考试指南书籍源码*/
void rcr(int a[], int n, int k){
int i,j,t,temp,count;
count = 0; /*记录移动元素的次数*/
k = k % n;
if(k != 0){ /*若k是n的倍数,则元素无须移动;否则,每个元素都要移动*/
i =
www.eeworm.com/read/180141/9318432
c 1-2-2.c
/*中国系统分析员顾问团,http://www.csai.cn*/
/*程序员下午考试指南书籍源码*/
#include
#include
#define MAXSIZE 32
typedef struct {
int *elem; /*栈的存储区*/
int max; /*栈的容量,即栈中最多能存放的元素个数*/
www.eeworm.com/read/180123/9318925
rc2 thread2.rc2
//
// THREAD2.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
///
www.eeworm.com/read/376195/9325570
uv2 lsd2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Target
www.eeworm.com/read/376169/9328214
c e2-2.c
www.eeworm.com/read/376169/9328239