搜索资源列表
timer_system
- TurboC 提供了 time() (被定義在 <time.h> 中) 這個函式供我們取得系統時間, 當我們執行了 time(NULL) 時, 該函式便會傳回一個 time_t 型態(被定義在 <time.h> 中) 的數字, 單位是"秒", 所以我們應該先用 time_t 宣告一個變數, 來接收 time() 的傳回值:-TurboC provides the time () (is defined in the <time.h> In) This
matlab1
- 坐标转换,在空间直角坐标系中,地球坐标可以设为,h为地面到大气层外圈的距离,R为地心到地面的距离-Coordinate transformation, in the space rectangular coordinate system, the earth coordinates can be set to, h for ground to the atmosphere of the outer ring distance, R is the distance to the center of
