/* 自定義代碼塊樣式 */

herrDeng網內搜尋

自訂搜尋

Ads

2009年11月23日 星期一

解3DES2的密文

73CEA21176D2A8FF6D863BEB24D1BEABADE024133BF5CD6A83C7209A668E3320

Key=0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02

Mode=ECB

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

2009年11月12日 星期四

C加強作業


  1.  類似費氏數列 f[0]=1, f[1]=2, f[n]=2*f[n-1]+f[n-2],求f[5]=?
  2.  gcd(52,39)=?
  3.  無窮迴圈

2009年11月9日 星期一

Related Posts Plugin for WordPress, Blogger...

熱門文章