herrDeng網內搜尋

自訂搜尋

Ads

2009年11月19日 星期四

請完成該程式!

請完成該程式!
#include <iostream>
#include <cstdlib>
#include <cmath>
#include <ctime>
#include <cstring>

using namespace std;
struct students{
       double scores[50];
       double average;
       double stdev;
       double Me, Q1, Q3;    
};
void sort(double scores[], int len);

double computeAverage(struct students X);
......

data structure

http://spreadsheets.google.com/ccc?key=0AmrQEWnVRVj6dExxNW9oSmRlVlJjWG9Nb0ppTTdiM3c&hl=zh_TW
Related Posts Plugin for WordPress, Blogger...

熱門文章