相信有用過這本書的~~無非就是資管或者是資工

不過書有些地方有錯誤....最近再看的時候才發現

例如第一章....

P27 Program1.14這邊有點小錯誤

float sum(float list[],int n)

{

float tempsum = 0;

int i;

for( i = 0 ; i < n ; i + +)                 (n+1)

count+=2;   (這邊照理來說是count++;照她寫的會變(2n))     (n)

count + =3;

return 0;

}

 

P29   Program1.18

void add(int a[][MAX_SIZE],int b[][MAX_SIZE],int c[][MAX_SIZE],int rows ,int cols)

{

int i,j;

for( i = 0 ; i < rows ; i++)

{

for( j = 0 ; j < cols ; j++)

count +=2;   (跟剛剛一樣,這裡要count++;)

count +=2;

}

(count ++;)最後面還要再執行一次

}

小弟我還不才~~沒有什麼在讀書

所以今天指PO第一章的錯誤

改天還會在PO

這本書是"聖經"

拿著時請用雙手捧著她

別拿去包便當阿~~一本書少說也要幾千塊.....

都阿斗仔寫的...阿斗仔的字就比較貴拉~~

中國字不值錢拉

arrow
arrow
    全站熱搜

    ts79614 發表在 痞客邦 留言(3) 人氣()