用C++中的MFC編程實現正軸等角割圓柱投影,實現以下要求: 取克拉索夫斯基橢球 (1)制圖區域: Bs=0°, BN=25° LE=105°, LE=125° (2)經緯線間隔: ΔB=ΔL=5° (3)制圖比例尺: 1:M0=1:1000 000 (4)標準緯線: Bk=±15° 計算經緯網格點的 x, y,m,n, p
上傳時間: 2013-12-29
上傳用戶:himbly
在命令窗輸入如下內容就得到圖形了: [t,x]=ode45( godhua ,[0,10],[0,0,0,1]) subplot(131) plot(t,x(:,4)) xlabel( t ) ylabel( y ) subplot(132) plot(t,x(:,1)) xlabel( t ) ylabel( v ) subplot(133) plot(t,x(:,2)) xlabel( t ) ylabel( \theta )
標簽: subplot godhua xlabel plot
上傳時間: 2013-12-25
上傳用戶:15736969615
加密程序源代碼* A 變成 C,B 變成 D,a 變成 c,b 變成 d,Y 變成 A, * z 變成 b,以此類推。非字母字符不變。
上傳時間: 2013-12-28
上傳用戶:stvnash
1928年,Wilhelm Ackermann (1896 - 1962,David Hilbert的學生) 發現x的y次冪的z-重積分 A(x,y,z)是遞歸的但不是原始遞歸的。Rosza Peter將A(x,y,z)簡化到二元函數,初始條件由Raphael Robinson簡化。
標簽: 1928
上傳時間: 2013-12-10
上傳用戶:xfbs821
S6B0724液晶顯示驅動程序 void LCD_BUSY(void) void write_LCD_data(uchar lcd_data) void write_LCD_command(uchar command) void clear_lcd(void) void LCDClearLine(uchar line) void prints(uchar line,uchar * temp) void printf(ulong int x) void change_code(uint * x) void Sendlcd(uchar x,uchar y,uchar dat) void Sendhz(uchar x,uchar y,uchar dat) void display_HZ(void) void display_date(void) void LCD_initial(void) void prints_id(uchar line,uint id) //void print_lcd(uchar *sss)
標簽: void write_LCD_command write_LCD_data LCD_BUSY
上傳時間: 2016-03-17
上傳用戶:獨孤求源
激光加工控制系統 可以讀入plt文件,然后仿真,再通過并口 輸出x y步進電機的驅動信號及開關光信號 實現激光雕刻
上傳時間: 2013-12-22
上傳用戶:songrui
dwg加密小程式(LSP) 1,將要進行加密的圖紙另外復制一份,切記!!! 2,在autocad中,打開要加密的圖紙。 3,點擊 autocad 菜單 “工具” -》 “加載應用程序” ,加載 lockup.lsp。 4,加載后會出現提示對話框,點確定。 5,在autocad中,鍵入 lockup ,回車。 6,英文提示“是否進行加密?” ,輸入 y ,回車。 7,余下的提示,都回車,加密完成,保存圖紙。
上傳時間: 2016-03-21
上傳用戶:xiaohuanhuan
編寫簡單的加密程序它把一個文件的所有字母按下列規律進行 換,非字母的字符保持不變。文本可以自行創建,文件名可以自定 轉換規律:‘A’→‘Z’,‘B’→‘Y’,• •
上傳時間: 2016-03-23
上傳用戶:ouyangtongze
運行程序,顯示主菜單,要求做出選擇: 輸入 1 ,轉到樂曲選擇菜單,輸入要播放的樂曲的序號,若輸入正確(如 1 ),則要求輸入播放次數,然后按輸入的播放次數播放所選樂曲,輸入非法或樂曲播放完后返回樂曲選擇菜單。 輸入 2 或者 3 ,程序提示“該部分功能未完成,按任意鍵返回”,按一下鍵盤返回主菜單。 輸入 4 或 q 或 Q ,程序提示是否退出,鍵入 y ,程序退出,鍵入其它值則返回主菜單。
標簽: 運行程序
上傳時間: 2016-03-26
上傳用戶:CSUSheep
Intro/: Directory containing introductory examples. HelloWorld.c A simple program that draws a box and writes "Hello World" in HelloWorld.f it. data The data file for the introductory progressive example. Lines.c Reads the data from file "data" and plots just the curve with Lines.f no labels, viewport or anything indicating quantity or units. Viewport.c Restricts the graph to a viewport and frames the viewport, Viewport.f leaving the remainder of the area for labels, etc. CharLbls.c Adds labels for the chart title, X-axis title, and Y-axis CharLbls.f title. Tics.c Adds tic marks to the viewport edges, but since clipping was Tics.f not set correctly, tics extend outside the viewport. Clip.c Sets clipping such that tic marks are clipped at the viewport Clip.f boundaries. TicLabels.c Adds numeric tic labels to the graph this is the final TicLabels.f installment of the progressive example.
標簽: introductory HelloWorld containing Directory
上傳時間: 2016-03-29
上傳用戶:exxxds