基于VB和ACCESS的成績管理系統,此程序為畢業設計題目.采用ADO控件ADODC訪問數據庫并通過DATAGRID顯示出來的結構.具有基本的添加查找刪除等功能。涉及到多表聯合查詢。 文件包括info.mdb mainform.frm mainform.frx,mainform.text,moudel1.text,moude1.bas,工程1.dep,工程1.pdm,工程1.vbp,工程1.vbw,數據庫作業.exe等文件。 下載解壓可以運行。
上傳時間: 2015-10-29
上傳用戶:youke111
<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="util.asp" --> <% Head="您放入購物車的物品已經全數退回!" Session("ProductList") = "" %> <html> <head> <meta http-equiv="Content-Type" content="text/html charset=gb2312"> <STYLE type=text/css>.main { FONT-SIZE: 9pt } .main1 { FONT-SIZE: 14px } </STYLE> <title>清空購物車</title> </head> <body topmargin="5" bgcolor="#E6E4C4"> <diiv align="center"><center> <table width="100%" border="0" class="table1" bordercolor="#62ACFF" cellspacing="0" class=main1> <tr> <td width="80%" valign="top"> <p align="center" class=main1><%=Head%></p> <p align="center"> <br><input type="button" value="關閉" name="B2" onclick="window.close() " style="font-size: 9pt"></td> </tr> </table> </center></div> </body> </html>
標簽: lt LANGUAGE VBSCRIPT include
上傳時間: 2015-11-05
上傳用戶:zhaoq123
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE>會員登錄</TITLE> <META http-equiv=Content-Type content="text/html charset=gb2312"> <SCRIPT language=javascript id=clientEventHandlersJS>
標簽: HTML lt Transitional gt
上傳時間: 2014-01-13
上傳用戶:jing911003
This data set contains WWW-pages collected from computer science departments of various universities in January 1997 by the World Wide Knowledge Base (Web->Kb) project of the CMU text learning group. The 8,282 pages were manually classified into the following categories: student (1641) faculty (1124) staff (137) department (182) course (930) project (504) other (3764)
標簽: universities departments WWW-pages collected
上傳時間: 2015-11-12
上傳用戶:chenlong
UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether for the IAR compiler. Jens E. Holtegaard ported one version using ICCAVR. Joerg Meyer did another port (using Jens port as a start?). This is basically Joerg s port plus a little bit of changes and documentation by me. - YOU MUST DOWNLOAD THE MAIN PART OF THE UCOS/II FROM THE UCOS/II WEBSITE http://www.ucos-ii.com . The supplied project file assumes the portable source is in the ..\source directory. - Joerg has written couple document showing the stack frames etc. but it is in German :-) They are included in this directory. - The Timer2 overflow interrupt is used for Timer Tick. If you want to change that, modify os_cpu_c.c and os_cpu_a.s - I have tested this using ATMega103 with and without external RAM using AVR Studio simulator. See test1.c test program. Both Code Compressed (PRO) and STD versions have been tested.
標簽: UCOS original Saether version
上傳時間: 2015-11-14
上傳用戶:ippler8
This book is a hands-on introduction to the principles and practice of embedded system design using the PIC microcontroller. Packed with helpful examples and illustrations, it gives an in-depth treatment of microcontroller design, programming in both assembly language and C, and features advanced topics such as networking and real-time operating systems. It is accompanied by a CD-ROM containing copies of all programs and software tools used in the text and a `student version of the C complier Designing Embedded Systems with PIC Microcontrollers: Principles and Applications is ideal for students of electronics, mechatronics and computer engineering. Engineers in industry and informed hobbyists will also find this book a valuable resource when designing and implementing both simple and sophisticated embedded systems using the PIC Microcontroller.
標簽: introduction principles hands-on embedded
上傳時間: 2014-01-17
上傳用戶:wuyuying
由http://cevx.com/bbs/的ahbbshenfeng提供!1.軟件功能: 漢字的顯示: UGL/ZINC下漢字的顯示 支持16,12,24點陣漢字的顯示. 2.使用環境和系統需求: 軟件版本 : UGL 2.0 / Zinc 6 目標機要求 : 有存儲字庫的介質(軟盤,硬盤,FLASH盤) 16點陣字庫占用約300K RAM 24點陣字庫占用約500K RAM 12點陣字庫占用約200K RAM 3.文件的說明: udbmffnt.c-------經過修改的字符處理文件,可以支持在UGL/ZINC中顯示16點陣漢字 hzk16 -------16點陣的字庫文件 hzk12 -------12點陣的字庫文件 hzk24 -------24點陣的字庫文件 text\uglText.c-------WindML下漢字顯示的例子 text\makefile-------編譯uglText.c所需的MAKEFILE hello\hello1.znc------ZINC下顯示漢字的例子文件,使用Zinc Designer設計得到.
標簽: ahbbshenfeng http cevx ZINC
上傳時間: 2014-01-12
上傳用戶:ljt101007
原理:對Pe文件的.data節,.text節進行XOR加密,然后將帶解密的Loader寫入文件頭和第一個段的開頭之間,修改Entry Point使其指向Loader. 測試用例:使用vc6.0自動生成的mfc對話框應用程序。 參考文獻:(1)def源碼 (2)黑客調試技術揭秘 (3)yoda s protector源碼
標簽: data
上傳時間: 2013-12-12
上傳用戶:dave520l
原理:對Pe文件的.data節,.text節進行XOR加密,然后將帶解密的Loader寫入文件頭和第一個段的開頭之間,修改Entry Point使其指向Loader. 測試用例:使用vc6.0自動生成的mfc對話框應用程序。 參考文獻:(1)def源碼 (2)黑客調試技術揭秘 (3)yoda s protector源碼
標簽: data
上傳時間: 2015-12-04
上傳用戶:wangdean1101
TTS,TTS To Speech,Read the text using the microsoft TTS engine,and ACE libraly
標簽: TTS
上傳時間: 2015-12-11
上傳用戶:氣溫達上千萬的