這是我自己寫的一段程序,用的是周立功的smartarm開發板,一個任務能從U盤里讀取mylove.bmp文件并顯示在屏幕上,讀取的是RGB565格式的bmp,有一個任務是讀取u盤里readme.txt文檔并顯示在屏幕,不支持中文,完整的usb host stack 代碼,文檔中帶有ZLG/FS ZLG/GUI ZLG/USB
標簽: 程序
上傳時間: 2016-01-13
上傳用戶:it男一枚
bulk endpoint endless source/sink firmware. EP2OUT will always accept a bulk OUT EP4OUT will always accept a bulk OUT EP6IN will always return a 512 byte packet. The packet contains an incrementing byte starting at 0x02. Since EP6 always returns a 512 byte packet, this endpoint should never be accessed except with a high-speed host controller. EP8IN will continuously return the packet most recently written to EP4OUT
標簽: bulk will endpoint firmware
上傳時間: 2016-01-14
上傳用戶:sk5201314
本類庫包含了常規的數據庫聯結操作,可以手動注冊數據庫在drivers.xml中。 本類庫包含如下類: ------------------------------------- DriverUtilities loadDrivers():加載驅動程序,本類提供了mysql,oracle,sql server,access的數據庫驅動,url記錄。 isValidVendor(String vendor):判斷vendor數據庫相關記錄是否存在。 makeURL(String host,String dbName,String vendor):生成聯結URL。 getDriver(String vendor):獲得vendor數據庫的驅動名稱。 ------------------------------------- DriverUtilities2 繼承自DriverUtilities loadDrivers(String filename):加載驅動程序,本類提供了mysql,oracle,sql server,access的數據庫驅動,url記錄,從drivers.xml中載入,解析該文檔,可以在該文件中加入新的記錄。 ------------------------------------- coreservlets.beans.ConnectionInfoBean getConnection(String driver,String url,String username,String password):連接數據庫。
上傳時間: 2014-01-24
上傳用戶:ardager
This document contains a worksheet for entering the installation information required by AquaLogic Interaction 6.1, running on Windows. Print this document and use it to gather the host computer, portal, database, and additional information that you need to install and configure all of the various AquaLogic Interaction components.
標簽: installation information AquaLogic worksheet
上傳時間: 2013-12-10
上傳用戶:宋桃子
基于S3C2410的xmodem協議實現,實現后可以通過該協議完成target和host的文件傳輸,不需要再用Jtag燒板子
上傳時間: 2013-12-23
上傳用戶:stewart·
The tool presented below tries to detect from remote if the target machine was compromised with the HACKER Defender rootkit. The tool connect to the remote host, and compares the reply to several known replies. The rootkits that can be detected by the tool are: HACKER Defender v1.0.0 and below.
標簽: compromised presented the machine
上傳時間: 2016-02-21
上傳用戶:gundan
非常仔細的GS算法,用于RS解碼過程。是KV算法的基礎。包含很多例子。不可多得的關于RS碼的資料
標簽: 算法
上傳時間: 2016-02-29
上傳用戶:zhichenglu
博客管理系統。安裝說明: 1、在SQLSERVER中創建blog數據庫并創建登陸帳號blog:blog,然后在SQL Server查詢分析器中運行doc目錄下db.sql創建所有表; 2、將工程導入Eclipse; 3、部署工程; 4、運行tomcat; 5、進入tomcat管理web后臺, 在Tomcat->Service->Host->Context(blog)->Resources->Data Sources中添加 Data Source URL: jdbc:jtds:sqlserver://${dbhost}:1433 DatabaseName=blog JDBC Driver Class: net.sourceforge.jtds.jdbc.Driver User Name: blog Password: blog 6、done!
上傳時間: 2013-12-14
上傳用戶:蟲蟲蟲蟲蟲蟲
3、使用如下命令更改密碼: shell> mysqladmin -u root -p password ‘newpass’ Enter Password:******* 出現Enter Password的提示后輸入原來的密碼oldpass即可。 讀者可以嘗試其它所有本章介紹的方法。 4、首先以root用戶的身份連接到服務器: shell> mysql -u root -p Enter password:******* 出現Enter password提后輸入root用戶的密碼,然后即進入mysql客戶機的交互模式,可以看到下面的提示: Welcome to the MySQL monitor. Commands end with or \g. Your MySQL connection id is 4 to server version: 3.23.25-beta-log Type help or \h for help. Type \c to clear the buffer mysql> 然后發布查詢,直接鍵入題目中的語句: mysql> SELECT User,Host FROM mysql.user
標簽: Enter mysqladmin Password password
上傳時間: 2016-03-17
上傳用戶:talenthn
本程序是一種先進的充氣電纜氣壓自動監測系統的程序。其特點是可以對電纜線路上各點的氣壓值進行24小時實時監控。使管理人員可以實時掌握電纜內的氣壓情況,及時發現漏氣隱患,從而保證通信暢通。 系統采用性能價格比較好的AK-3 型壓力傳感器,直接輸出0~5V電壓信號。電壓信號的轉換采用串行接口的12位A/D轉換器TLC2543,精度和速度都能很好地滿足系統要求。儀器的CPU采用目前低價位但技術十分成熟的AT89C51,儀器的LED數碼管顯示/驅動芯片采用接口簡單但功能強大的HD7279。本系統提供日歷時鐘電路,在方便用戶確定時間的同時,還可以為定時通信提供依據;在發生報警時還能向上位機提供確切的報警時間。同時系統還設計了RS-232總線的通信接口電路,每到整點就要向上位機發送各路氣壓值,供上位機記錄分析。 本系統軟件分兩大部分,鍵盤中斷和定時中斷。工作流程是這樣的:每50ms就要進行AD轉換,尺度變換,比較是否越位,是否報警等操作,如果有按鍵動作,執行鍵盤中斷程序。鍵盤解釋在5s之內有效。 如需詳細的硬件電路與說明文檔,請與作者聯系!
上傳時間: 2014-01-12
上傳用戶:wfeel