搜索结果
找到约 529 项符合
英语听力 的查询结果
其他 Mongodb 教程
Mongodb基础教程中文版,对初学者且英语不太好的朋友非常有用
技术资料 pic16f676中文资料
方便英语水平稍差的PIC单片机编程与爱好者查阅学习与使用
源码 学生成绩管理
#include<stdio.h>
#include<windows.h>
int xuanxiang;
int studentcount;
int banjihao[100];
int xueqihao[100][10];
char xm[100][100];
int xuehao[100][10];
int score[100][3];
int yuwen;
int shuxue[000];
int yingyu[100];
int c[100];
int p;
char x[1000][100]="",y[100][100]="";/*x学院 y专业 z班级*/&nbsp;
...
习题答案 新视野大学英语三课后习题blanked cloze
信息可靠,来源自身。靠前必备良心出品。方便背诵记忆!
源码 成绩查询系统
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#define N 100
int iNumOfStu=0;
struct score
&nbsp;&nbsp;{
&nbsp;&nbsp;float math;
&nbsp;&nbsp;float english;
&nbsp;&nbsp;float computer;
&nbsp;&nbsp;};
struct student
&nbsp;&nbsp;{
&nbsp;&nbsp;int number ...