小笨笨的DS學習網誌
★-------------
★------
★--------------------
★--------------------
★--------------------
2010年3月31日 星期三
女生宿舍傳說中的四大千金
2010年3月30日 星期二
資料結構作業~~Ch2-3-3e.c
#include <stdio.h>
#include <stdlib.h>
int main() {
//主程式
struct test {
//宣告結構
int math;
int english;
int computer;
int accounting;
};
閱讀更多 »
資料結構作業~~Ch2-3-1e.c
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
struct student { //學生資料
int id;
char name[20];
char Class[10];
int math;
int english;
int computer;
int accounting;
};
int main() {//主程式
閱讀更多 »
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)