導線計算(自動裝載數(shù)據(jù)vb程序)_第1頁
導線計算(自動裝載數(shù)據(jù)vb程序)_第2頁
導線計算(自動裝載數(shù)據(jù)vb程序)_第3頁
導線計算(自動裝載數(shù)據(jù)vb程序)_第4頁
導線計算(自動裝載數(shù)據(jù)vb程序)_第5頁
已閱讀5頁,還剩4頁未讀, 繼續(xù)免費閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)

文檔簡介

1、目的:進行導線計算界面裝載數(shù)據(jù)源碼const pi as double = 3.14159265private sub fwjjs(xa as double, xb as double, ya as double, yb as double, t)dx = xb - xady = yb - yaif dx = 0 then t = sgn(dy) * 90 else t = atn(dy / dx) * 180 / piif dx 0 then t = t + 180if t 360 then t(i) = t(i) - 360if t(i) x(i) then xmin = x(i)if x

2、max y(i) then ymin = y(i)if ymax y(i) then ymax = y(i)next ipic1.scale (ymin - 50, -xmax - 50)-(ymax + 50, -(xmin - 50)以下四行畫y軸pic1.line (ymin - 20, -(xmin - 30)-(ymax + 30, -(xmin - 30), rgb(0, 0, 255)pic1.line (ymax + 15, -(xmin - 10)-(ymax + 30, -(xmin - 30), rgb(0, 0, 255)pic1.line (ymax + 15, -(

3、xmin - 50)-(ymax + 30, -(xmin - 30), rgb(0, 0, 255)pic1.print y以下四行畫x軸pic1.line (ymin - 20, -(xmin - 30)-(ymin - 20, -xmax - 30), rgb(0, 0, 255)pic1.line (ymin - 40, -xmax + 10)-(ymin - 20, -xmax - 30), rgb(0, 0, 255)pic1.line (ymin, -xmax + 10)-(ymin - 20, -xmax - 30), rgb(0, 0, 255)pic1.pset (ymin

4、 + 15, -xmax - 35), rgb(255, 250, 250)pic1.print xfor i = 0 to ubound(x) - 1pic1.line (y(i), -x(i)-(y(i + 1), -x(i + 1), rgb(250, 0, 0)next i以下畫點號for i = 0 to ubound(x)pic1.pset (y(i), -x(i), rgb(250, 0, 0)if i = 0 then pic1.print aif i = 1 then pic1.print bif i = ubound(x) - 1 then pic1.print cif i = ubound(x) then pic1.print d pic1.print i - 1next irem if x(ubound(x) - 1) = x(1) and y(ubound(x) - 1) = y(1) then pic1.print brem

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
  • 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論