程序構架基于:運用JSP+Struts+JSTL技術的MVC架構,數據庫采用SQL Server。 使用說明: 設置數據庫: 把/zefeng/database/zefenggb_Data數據庫文件,附加到SQL Server數據庫中,數據庫的用戶名和密碼設置成sa。 本程序源代碼在/zefeng/src/目錄下。
上傳時間: 2015-11-26
上傳用戶:1051290259
一、注意事項 1. 所附程序是(電子菜單)的源代碼,均經過ARM SDT2.51集成環境編譯連接通過,可在北京博創興業有限公司的實驗平臺ARM300上運行。 2. 各實驗的全部源代碼分別存放在各實驗目錄下面。其中主要源代碼在SRC子目錄中,更多的其他源代碼分散存放在實驗目錄下的各個子目錄中。程序運行時所需圖片在各實驗目錄下的bmp子目錄中。各實驗目錄下的后綴名為“apj”的文件是ARM SDT的工程文件。 3. 各實驗編譯鏈接后生成的可運行文件在Debug目錄下,文件名為“system.bin”,把該文件及所需圖片下載到博創實驗平臺上,重新啟動實驗平臺就可以看運行結果了,也可以根據需要進行單步調試。 4. ARM SDT軟件的一些和實驗平臺相關的具體配置請參看博創ARM300實驗平臺的實驗指導書。
上傳時間: 2015-12-01
上傳用戶:lps11188
minigui實例源代碼,目標板處理器是s3c2410,包括相應的配置文件。代碼包括Dialog box、Simple editor、Bitbmp disp、GDI draw等
上傳時間: 2013-12-27
上傳用戶:silenthink
The sfloppy sample is a super floppy driver that resides in the directory \\Ntddk\Src\Storage\sfloppy. It is a class driver for Super Floppy disk drives. It sits a level above the port driver (ATAPI, USB, etc) in the driver stack, and brokers communication between the application level and the port driver. The floppy driver takes requests from filesystem drivers and then sends the appropriate SCSI_REQUEST_BLOCK (SRB) to the port driver. It is compatible with x86 and IA64 platforms.
標簽: NtddkSrcStoragesfloppy directory sfloppy resides
上傳時間: 2015-12-04
上傳用戶:84425894
Welcome to the software files for the ADS8361 to TMS320F2812! There are two project files in each of the folders McBSP, SPI and Both. Mode II and IV are explored using the McBSP port alone, as well as the SPI port. These projects are located in the SPI and McBSP folders. Modes I and III are explored using both McBSP and SPI. In Mode I, the M0 and M1 pins are controlled by use of the jumper on the evaluation module. A0 is controlled by the DX pin of the McBSP port. In Mode III, the A0, M0 and M1 pins are controlled via GPIO functions of PortF. The "SRC", "CMD" and "INCLUDE" files in the archive are from "C28x Peripheral Examples in C" (document # SPRC097). If you have questions about this or other Data Converter products, feel free to e-mail us at:
標簽: files the software Welcome
上傳時間: 2015-12-16
上傳用戶:lixinxiang
本程序是一個動態建立鏈表的程序 分為鏈表的建立,打印,按照num大小順序添加節點和刪除這四個子函數。源碼程序在src和include文件夾里面,可執行程序是Linked_list_demo
上傳時間: 2015-12-21
上傳用戶:wpwpwlxwlx
一個簡單的同學錄系統,有增、刪、修改、查詢、分頁功能,非常適合JSP的初學者。 編程環境:MyEclipse+Access+Tomcat5.5 文件列表: index.jsp-------------------首頁文件模塊 add_new.jsp-----------------增加記錄模塊 modify.jsp------------------修改記錄模塊 del.jsp---------------------刪除記錄模塊 save.jsp--------------------保存記錄模塊 search.jsp------------------查找記錄模塊 in.jsp----------------------導入常用的類模塊 src\ConDb.java--------------連接數據庫的JavaBean 數據庫文件:TXL.mdb 安裝運行:解壓后放入Tomcat\webapps 配置數據源:控制面板--->數據源ODBC---->系統DNS---->添加----->Driver do Micrsoft Access(*.mdb) ---->數據源名稱:class---->選擇數據庫文件所在目錄 在瀏覽器下輸入:http://localhost:8080/txl
上傳時間: 2015-12-23
上傳用戶:zhangyi99104144
新華龍單片機的ISP客戶端程序,可通過JTAG在線刷新內部固件,這個壓縮包為SRC源代碼。
上傳時間: 2014-12-03
上傳用戶:zmy123
一個比較好的44B0的啟動代碼. 工程目錄結構說明 --根目錄 -- bootloader.apj, ARM Project Manager工程文件 -- INC目錄, 頭文件 -- SRC目錄, 源文件 -- Debug目錄, debug版本的編譯和鏈接結果 -- Bin2C, 將Bin文件轉化為C代碼的數組的軟件 -- DOC, 相關文檔。
標簽: bootloader Project Manager 44B0
上傳時間: 2016-01-07
上傳用戶:tedo811
圖形顯示技巧,這是其中一段代碼 procedure TForm1.Button1Click(Sender: TObject) var newbmp:TBitmap i,bmpheight,bmpwidth:integer //推拉 begin newbmp:=TBitmap.Create newbmp.Width:=image1.Width newbmp.Height:=image1.Height bmpheight:=image1.Height bmpwidth:=image1.Width for i:=0 to bmpheight do begin newbmp.Canvas.CopyRect(Rect(0,bmpheight-i,bmpwidth,bmpheight),image1.Canvas,Rect(0,0,bmpwidth,i)) form1.Canvas.Draw(120,100,newbmp) end newbmp.free end
標簽: procedure TBitmap TObject Button
上傳時間: 2016-01-18
上傳用戶:comua