LCD顯示電子計價秤方案 1. 該方案使用的傳感器為20KG,靈敏度約為0.5mv/v,選用新傳感器線性較好的一段(100g-15Kg),直接處理,沒有做非線性修正,稱重可能會有偏差. 2. 軟件基于KEILC開發,使用單片機的型號為AT89S52,在Main.c文件中有詳細說明。
上傳時間: 2013-12-29
上傳用戶:helmos
程序名稱: 數碼管顯示與鍵盤管理芯片ZLG7289的標準驅動程序(C51) 文件名: ZLG7289.h ZLG7289.C 說明: 本程序已經調試通過 程序的可移植性很好,僅做少量修改就可以直接包含使用 程序占用資源少,僅使用4根必須I/O口線,不占用定時器等其它資源 所有全局性的標識符都以ZLG7289_開頭,不必擔心命名沖突問題 程序結構清晰,思路明確,結合ZLG7289的數據手冊很容易理解 用法: 1、重新定義I/O接口 2、如果CPU的主頻比較高,則要適當調整延時,詳見ZLG7289_Delay()函數 3、在用戶程序中包含本頭文件 4、在Main()函數的開始處添加初始化函數ZLG7289_Init() 5、以后在程序中可以直接使用ZLG7289的用戶指令集 6、讀取鍵盤掃描碼使用函數ZLG7289_Key(),查詢方式、中斷方式皆可
上傳時間: 2013-12-09
上傳用戶:zhangzhenyu
郵件發送組件 環境的搭建: 1、新建一個Web工程 2、在工程的src下新建一個包smart.jrsoft.email 3、將Source下的類拷貝到新建的包smart.jrsoft.email里面 4、運行類SendEmail.java里的Main方法 運行注意事項: 1、注意包名的大小寫情況。 2、SendEmail這個類在頁面調用沒調試成功。
上傳時間: 2013-12-16
上傳用戶:陽光少年2016
(1) 實現一個Point類,該類包含表示坐標的兩個int型變量x、y,構造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,計算兩點間距離的double distance(Point)方法。其中計算平方根用Math.sqrt()方法。 (2) 實現一個Circle類,該類包含表示圓心的Point型變量center,表示半徑的int radius變量,以及構造方法Circle()、Circle(int xx,int yy,int r)、Circle(Point c,int r),返回周長和面積的int perimeter()、double area()方法,返回兩個圓是否為同一個圓(返回0)、同心圓(返回1)、相交的圓(返回2)、分離的圓(返回3)、包含的圓(返回4)等關系的int relation(Circle c)等方法。PI值可以用Math.PI常量。 (3) 實現測試上述兩個類的ClassTest類。該類在Main方法中分別創建若干個Point對象和Circle對象,并調用相關方法,輸出方法的返回值,驗證其正確性。 (4) 將Point類、Circle類和主類的包名分別調整為p1、p2、p3,并重新運行,驗證是否運行正確。
標簽: Point
上傳時間: 2014-11-25
上傳用戶:cylnpy
(1) 編寫一個代表圓柱體的Cylinder類,該類是Circle類的子類。Cylinder類包括圓柱體的高度變量height以及計算圓柱體的體積方法volume()和計算表面積的方法surfaceArea()。 (2) 編寫測試Cylinder類的CylinderTest類,并在該類得Main方法中調用Cylinder類的相關方法。 (3) 重寫Point和Circle類的equals()、toString()方法,并測試這些方法的正確性。
上傳時間: 2016-08-19
上傳用戶:moerwang
For build this project you can use ant (www.apache.org). Before build project rename file build.properties.pattern in build.properties and set specific for your machine parameters, then start build.bat (for Windows platform) or build.sh (for Linux) in root project folder. After compile process all binary files will be copy into build forlder. For additional information please visit web site http://www.m-g.ru/corba To subscribe on news about MT_DORB send e-mail with subject subscribe to corba@m-g.ru We recommend that you place the MTDORB_UCUtils.dll ( or MTDORB_UCUtils.so for Linux) in the Windows\System directory (or Windows\System32 for WinNT and Win2K and /lib for Linux). Main MTDORB author: Oleg V. Safonov <safonov@m-g.ru>
標簽: build project Before apache
上傳時間: 2016-08-20
上傳用戶:zhenyushaw
This a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is self explanatory. Tool tips are given in blue color. The cursor needs to be positioned on these for detailed explanation. The Main file is "runsim.m". In these simulations the SISO option is not explicitly given. This is because the SISO result for a particular type of modulation is shown in every plot for purposes of comparison. This software has been tested on MATLAB version 6.0 and above with signal processing and communication toolbox options.
上傳時間: 2016-08-24
上傳用戶:杜瑩12345
DLL注入,就把什么枚舉進程、查找窗口和進程特權設置那西東西省了。 附件中帶了一個testDll.dll,是我寫的一個測試DLL,因為一般的DLL注入進去了可能沒反應,所以在我寫了個DLL,在里面加了MessageBox,可以彈出來,這樣就知道DLL運行沒有。DLL是VC++寫的,因為我用的是VB迷你版,只能寫ActiveX DLL,而這種DLL不能用來注入(我寫了個,在Main函數里寫了個MsgBox,啟動對象設為 Sub Main,發現可以注入,但沒有MsgBox出現),如果誰要DLL源碼就回貼說,我發上來。
標簽: DLL
上傳時間: 2014-01-23
上傳用戶:guanliya
平臺PXA270, Mobile6.0 這是270的mobile6.0的bootloader,有需要的朋友可以參考下!Main.c是主文件,nandfls.cpp,norfls.cpp是flash驅動!
標簽: bootloader 270 6.0 Mobile
上傳時間: 2014-11-27
上傳用戶:klin3139
量子遺傳算法MATLAB源代碼,內含多個子文件,測試時運行Main文件即可
上傳時間: 2014-12-22
上傳用戶:ecooo