the geometry of a diffraction grating, a common illustration in textbooks of optics, spectroscopy, and analytical chemistry. Sliders on the figures allow real-time interactive control of the incidence angle, grating ruling density (lines/mm), wavelength, and diffraction order.
標(biāo)簽: illustration spectroscopy diffraction textbooks
上傳時間: 2016-06-04
上傳用戶:極客
本文試圖幫助設(shè)計者在沒有表面安裝設(shè)備的情況下制作第一個使用 Cygnal TQFP 和 LQFP 器 件的樣機(jī)系統(tǒng) 本應(yīng)用筆記假定讀者至少具有通孔焊接的基本手工焊接技術(shù) 本文介紹如何拆除 清洗和更換一個具有 0.5 mm間距的 48 腳 TQFP 器件
標(biāo)簽: Cygnal TQFP LQFP 表面安裝
上傳時間: 2014-01-08
上傳用戶:xlcky
%以FRP-混凝土面內(nèi)剪切試驗說明matlab神經(jīng)元網(wǎng)絡(luò)的使用 %讀入試驗數(shù)據(jù),數(shù)據(jù)格式為 % FRP厚度(mm) FRP寬度(mm) FRP粘結(jié)長度(mm) FRP彈模(GPa) 混凝土抗拉強(qiáng)度(MPa) 混 凝土寬度(mm) %[ 0.169 50 130 97 2.9 100] %網(wǎng)絡(luò)輸出為極限承載力
上傳時間: 2014-01-22
上傳用戶:星仔
討論了利用GPS多普勒頻移觀測值確定運(yùn)動載體速度的基本原理,估計了這一方法可以達(dá)到的精 度。為驗證該方法的可靠性及穩(wěn)定性,做了兩個試驗:靜態(tài)試驗和動態(tài)試驗,試驗中實測動態(tài)數(shù)據(jù)處理采用 VAES軟件。理論研究和數(shù)據(jù)處理結(jié)果均表明,在衛(wèi)星分布較好的情況下,載體速度的確定精度可達(dá)mm/s。
標(biāo)簽: VAES GPS 動態(tài) 多普勒頻移
上傳時間: 2013-12-22
上傳用戶:cylnpy
In this paper we describe a control methodology for catching a fast moving object with a robot manipulator, where visual information is employed to track the trajectory of the target. Sensing, planning and control are performed in real-time to cope with possible unpredictable trajectory changes of the moving target, and prediction techniques are adopted to compensate the time delays introduced by visual processing and by the robot controller. A simple but reliable model of the robot controller has been taken into account in the control architecture for improving the performance of the system. Experimental results have shown that the robot system is capable of tracking and catching an object moving on a plane at velocities of up to 700 mm/s and accelerations of up to 1500 mm/s2.
標(biāo)簽: methodology describe catching control
上傳時間: 2014-01-12
上傳用戶:qq521
J2ME環(huán)境測試程序 1.只支持MIDP2.0上的測試.對NOKIA的屏幕測試有問題。 2.可以測試出手機(jī)的按鍵值 3.手機(jī)上J2ME的大部分屬性,例如:3D,FileConnection,MMAPI,CLDC,MIDP等等 4,可以測試出手機(jī)字體大小 5.可以測試出手機(jī)支持的部分媒體格式,像聲音格式等. 6.可以測試出手機(jī)的可用內(nèi)存等 7.可以測試出CANVAS屏幕大小等屬性.
標(biāo)簽: J2ME FileConnection NOKIA MIDP
上傳時間: 2014-01-11
上傳用戶:yyyyyyyyyy
計算衛(wèi)星位置的fortran程序,用切比雪夫內(nèi)插任意時刻的三位坐標(biāo),精度課達(dá)mm級別。內(nèi)有數(shù)據(jù)課進(jìn)行對比驗證,內(nèi)容講解的不是很詳細(xì)請原諒。
標(biāo)簽: fortran 計算 衛(wèi)星 程序
上傳時間: 2016-08-28
上傳用戶:lnnn30
MCP73831 是一款高級線性充電管理控制器,它適用于 空間小而對成本敏感的應(yīng)用場合。MCP73831 提供 8 引 腳2 mm x 3 mm DFN 和5 引腳SOT23 兩種封裝形式。 由于體積小且外接元件少,MCP73831 非常適用于便攜 式設(shè)備。MCP73831 也可用于USB 充電設(shè)備,它符合 主流USB 總線電源的所有規(guī)范。 MCP73831 采用恒流/ 恒壓充電算法,并提供預(yù)充選項 和充電結(jié)束控制選項。恒壓充電調(diào)節(jié)有四個選擇: 4.20V、4.35V、 4.40V 和4.50V,這可以適應(yīng)最新涌現(xiàn) 出來的電池充電要求。恒流充電電流由一個外部電阻設(shè) 定。在高功率或高溫的外界環(huán)境下, MCP73831 將根據(jù) 管芯溫度對充電電流大小進(jìn)行限制。熱調(diào)節(jié)功能對充電 周期進(jìn)行優(yōu)化,并維持器件的可靠性。
上傳時間: 2016-09-26
上傳用戶:myworkpost
pstmt = conn.prepareStatement("select ordernumber,datetime,price,dayofmoney from zujie where ordernumber= "+ cdName + " ") rs=pstmt.executeQuery() if(rs!=null && rs.next()){ String datetime = rs.getString(2) java.text.SimpleDateFormat formatter = new java.text.SimpleDateFormat ("yyyy-MM-dd") Date date = new Date() String date1=formatter.format(date) ParsePosition pos = new ParsePosition(0) ParsePosition pos1 = new ParsePosition(0) Date dt1=formatter.parse(datetime,pos) Date dt2=formatter.parse(date1,pos1) Long l = (dt2.getTime()-dt1.getTime())/(3600*24*1000)+1 double price = rs.getDouble(3) double dayofmoney=rs.getDouble(4) double dayofmoneybuy=dayofmoney*l double otherMoney = price-dayofmoneybuy request.setAttribute("price", price) request.setAttribute("l", l) request.setAttribute("dayofmoney", dayofmoneybuy) request.setAttribute("otherMoney", otherMoney)
標(biāo)簽: prepareStatement ordernumber dayofmoney datetime
上傳時間: 2013-12-14
上傳用戶:zsjinju
利用java編譯工具實現(xiàn)日期格式的輸出,其格式可以為YYYY MM DD或其他
上傳時間: 2013-12-21
上傳用戶:Zxcvbnm
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1