freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

附合導線平差程序設計報告-資料下載頁

2025-02-04 06:31本頁面

【導讀】隨著測繪科學技術的不斷發(fā)展,在測量數(shù)據(jù)的處理中產(chǎn)生很多種平差的方法。一定的參考,還能為測繪數(shù)據(jù)的管理帶來幫助。平差程序設計與其它程序設計相同,應當滿足一定的要求。程序邏輯結構簡單,清晰易讀,符合結構化程序設計要求,便于擴展;數(shù)學模型及計算方法正確、先進,計算結果精度高;適應性強,便于移植,充分考慮各種可能形式,盡量滿足不同要求與需要;數(shù)據(jù)輸入與用戶作業(yè)方式與習慣相統(tǒng)一,輸出明了、齊全;盡量減少手工處理工作量,操作簡便;人機交互性要強。上述要求,既體現(xiàn)在平差程序的總體設計中,也貫穿于平差程序設計的各個環(huán)節(jié)中。通常習慣以角度制為單位。這樣,在數(shù)據(jù)處理中,經(jīng)常需要在角度制與弧度制之間進行相互。這里,我們使用double類型數(shù)據(jù)表示角度制數(shù)和弧度制數(shù)。在角度制與弧度制的轉化中,涉及如下圖2所示的兩個環(huán)節(jié)。在平面網(wǎng)間接平差計算中,近似坐標計算是非常重要的一項基礎工作。算成功是間接平差是否可以進行的必要條件。

  

【正文】 iarraylength2。i++) { //strcpy(,arrayelem[i+1].name)。 =arrayelem[i].x+arrayelem[i].。// =arrayelem[i].y+arrayelem[i].。 AddCor(array,pnt,i+1)。 } } //輸出 void Print(DyArray * array, FILE * out) { double d,m,s。 fprintf(out, 方位角閉合差 fb=%.0lf 秒 %s 角度改正 v=%.0lf 秒 \n, , , )。 fprintf(out, 坐標增量閉合差 fx=%.0lfmm fy=%.0lfmm fs=%.0lfmm\n, *1000, *1000, *1000)。 fprintf(out, 導線全長相對閉合差 fs/∑ S=1/%d\n\n, )。 fprintf(out, 坐標方位角 \n)。 for (int i=0。 iarraylength1。 i++) { d=arrayelem[i].。 m=(d(int)d)*100。 s=(m(int)m)*100。 fprintf(out, α %s%s=%.0lf176。 %.0lf′ %.0lf″ \n, arrayelem[i].name, arrayelem[i+1].name, d, m, s)。 } fprintf(out, \n近似平差坐標 \n)。 for (i=1。 iarraylength1。 i++) { fprintf(out, %s x=%.3lfm y=%.3lfm\n, arrayelem[i].name, arrayelem[i].x, 地圖學課程設計報告 13 arrayelem[i].y)。 } } int main(int argc, char* argv[]) { DyArray pnts。 Init(amp。pnts)。 char infile[255], outfile[255]。 if (argc 2) { printf(Enter infile name:\n)。 scanf(%s, infile)。 } else strcpy(infile, argv[1])。 FILE * in = fopen(infile, r)。 if(in == NULL) { printf(File %s cann39。t open!, infile)。 return 1。 } if (argc 3) { printf(Enter outfile name:\n)。 scanf(%s, outfile)。 } else strcpy(outfile, argv[2])。 FILE * out = fopen(outfile, w)。 if(out == NULL) { printf(File %s cann39。t open!, outfile)。 return 1。 } 地圖學課程設計報告 14 //讀入已知點的坐標 ReadKnwData(in, amp。pnts)。 Init(amp。pnts)。 //觀測值信息寫到動態(tài)數(shù)組 ReadObsValue(in, amp。pnts)。 //求角度閉合差 fb Fb(amp。pnts)。 //角度改正 CorrectAngle(amp。pnts)。 //推算方位角 Direct(amp。pnts)。 //坐標增量改正 CorrectDirect(amp。pnts)。 //解算近似平差坐標 Coordinate(amp。pnts)。 fclose(in)。 //輸出 Print(amp。pnts, out)。 fclose(out)。 Destroy(amp。 pnts)。 return 0。 }
點擊復制文檔內(nèi)容
環(huán)評公示相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1