摘要:
以前从来没写过,因为过于复杂,现在回头在看,也就那么回事。看来在复杂的东西只要坐下来尽心的去写,就一定能写出来。附上我写的高精算法,望高手指教。(可能冗余的代码很多,还没来的急优化)#include#includetypedef struct{ int arr[255]; int s;}martrix;martrix chengfa(martrix A,martrix B){ i... 阅读全文
posted @ 2007-08-01 11:05
saintqdd
阅读(1449)
评论(3)
推荐(0)