摘要:
一.翻译下面这段文字 Software engineers shall commit themselves to making the analysis, specification, design, development, testing and maintenance of software 阅读全文
摘要:
#include<stdio.h>#include<stdlib.h>#define IN 1#define OUT 0void main(){ { char string[8000], c; int i, num = 0, word = OUT; gets(string);//*输入句子 for 阅读全文
摘要:
#include<stdio.h>#include<stdlib.h>#include<time.h>int main(){ int x, y, z, t,i;srand(time(NULL));printf("小学三年级四则运算练习题\n");for (i = 0; i <100; i++){ x 阅读全文