小笨笨的DS學習網誌
★-------------
★------
★--------------------
★--------------------
★--------------------
2010年4月4日 星期日
資料結構練習-7~~Ch2-4e.c
#include <stdio.h>
#include <stdlib.h>
#include "Ch2-4.h"
void createMatrix(int r,int c,int *arr) {//函數:建立稀疏矩陣
int i, j, count;
m.rows = r; //初始結構的成員變數
m.cols = c;
count = 0;
閱讀更多 »
結構練習-6~Ch2-3-4e.c
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
struct test { //考試成績的結構
int math;
int english;
int computer;
};
閱讀更多 »
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)