- Apr 29 Wed 2009 23:29
-
IR 樣品的準備
- Apr 21 Tue 2009 11:13
-
fortran -變數形態
- Mar 09 Mon 2009 22:41
-
linux 指令
cat t1.f90 t2.f90 > t3.f90
合併檔案 t1,t2 到 t3 (new) ,t1,t2不會消失 且會照t1(上),t2(下)排列
who
列出所有線上的使用者
合併檔案 t1,t2 到 t3 (new) ,t1,t2不會消失 且會照t1(上),t2(下)排列
who
列出所有線上的使用者
- Feb 01 Sun 2009 22:53
-
just you and me
這篇文章受密碼保護,請輸入密碼後查看內容。
- Dec 26 Fri 2008 16:56
-
error massage(174) & iofrt commend
(174) sigsegv:
目前我覺得應該是記憶體錯誤1.ram 不夠大 ; 2. code 裡可能有array or matrix,dimention 可能錯了
如果是2 很麻煩>"<
loop is vectorized:
目前我覺得應該是記憶體錯誤1.ram 不夠大 ; 2. code 裡可能有array or matrix,dimention 可能錯了
如果是2 很麻煩>"<
loop is vectorized:
- Dec 19 Fri 2008 14:59
-
fortran part5-contains
program test
implicit none
contains !以下為位內部函數function /subroutine ,只有program main 可呼叫 或 使用;且不用宣告real,external:: aa
implicit none
contains !以下為位內部函數function /subroutine ,只有program main 可呼叫 或 使用;且不用宣告real,external:: aa
- Dec 19 Fri 2008 12:30
-
fortran part4- function
1.function !key :don't change the imput
real,external ::aaa !this must be written in main program
real,intrinsic ::bbb
real,external ::aaa !this must be written in main program
real,intrinsic ::bbb
- Dec 17 Wed 2008 21:06
-
makefile part3
- Dec 17 Wed 2008 20:19
-
makefile part2
教學
http://www.gnu.org/software/make/manual/make.html#Makefile-Contents (Y-J Kao)
http://www.study-area.org/cyril/opentools/opentools/makefile.html (中文)
http://www.gnu.org/software/make/manual/make.html#Makefile-Contents (Y-J Kao)
http://www.study-area.org/cyril/opentools/opentools/makefile.html (中文)