This book focuses primarily on XML itself. It covers the fundamental rules that all XML documents and authors must adhere to, whether a web designer uses SMIL to add animations to web pages or a C++ programmer uses SOAP to exchange serialized objects with a remote database. This book also covers generic supporting technologies that have been layered on top of XML and are used across a wide range of XML applications.
標簽: fundamental XML documents primarily
上傳時間: 2014-01-14
上傳用戶:zjf3110
學籍管理系統 系統是在VC++6.0和SQL Server 2000下開發的. 數據庫在Database目錄下,在SQLSERVER的查詢分析器中執行即可生成數據庫. 源程序在Src目錄中. 因為程序極為經典,所以本人在此轉載~ 一、編程環境: windows2000 +visual stdio c++ .net,Ado + SQL2000 二、SQL設置: 將在SQL2000下建立schooldata數據庫,導入數據文件 三、導入數據: data目錄下有school_back數據庫備分文件 操作:用SQL企業管理器還原數據庫來導入數據 訪問本地數據庫服務器,密碼是自己設置的那個,操作schooldata數據庫的用戶名和密碼相同。 主要用ADO訪問數據庫,和幾個顯示數據的控件Treectrl,listctrl,datagrid等程序中有幾個BUG還沒解決, 四、實現功能: 操作:在選擇查詢條件:選擇一個,tree控件里顯示相關信息 可以在tree控件里單擊來顯示每個ITEM,每個ITEM相關信息顯示在LIST控件內 雙擊LIST控件顯示具體信息 也可以在窗口里單擊右鍵或操作菜單具體操作 五、主要功能: 查詢,添加,刪除,顯示“學院,各系,班級,學生,教師,社團,課程”等信息
標簽: SQLSERVER Database Server 2000
上傳時間: 2015-05-11
上傳用戶:wuyuying
lzo-1.08-src.zip 高效的壓縮解壓代碼
上傳時間: 2015-05-12
上傳用戶:2467478207
通用寄存器的部分代碼 LIBRARY IEEE USE IEEE.STD_LOGIC_1164.ALL ENTITY traffic IS PORT(clk,sm,sb:IN bit mr,my,mg,br,by,bg:OUT bit ) END traffic
標簽: IEEE STD_LOGIC LIBRARY traffic
上傳時間: 2014-01-14
上傳用戶:水口鴻勝電器
uC_OSII移植源碼lumit_Ucosii_110.src.zip
標簽: lumit_Ucosii uC_OSII 110 src
上傳時間: 2014-01-03
上傳用戶:氣溫達上千萬的
C++ Base64編碼/解碼源代碼 inline int Base64Encode(char * base64code, const char * src, int src_len = 0) inline int Base64Decode(char * buf, const char * base64code, int src_len = 0) 以上兩個函數內聯定義在base64.h中,使用時include "base64.h" 即可,編碼后的長度一般比原文多占1/3的存儲空間,為了效率,程序并沒有檢查目標存儲區是否溢出,請保證有足夠的存儲空間。
上傳時間: 2015-05-14
上傳用戶:yan2267246
參考了JAVA方面MIS系統開發的書籍做的一個 電力收費的系統,包里面是可以直接運行的JAR文件了...SRC是源文件可一些需要的包...數據庫是用的MSQLserver2000,"java程序數據源.BAK"如果安裝不到SQLserver就按照在SSQL2000里面的提示做,或者在G盤下安裝(我原來的數據庫是安裝在G盤的)一個數據庫,再在里面安裝(恢復)這個備份
標簽: MSQLserver JAVA 2000 java
上傳時間: 2015-05-16
上傳用戶:zhouli
Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It serves well when there s just small amount of data. When the tree is somewhat bigger, the dumping/loading process could take a lengthy time and makes your mission-critical program less efficient. How about an AVL tree that can directly use the disk for data storage ? If there s something like that, we won t need to read through the whole tree in order to pick up just a little bit imformation(a node), but read only the sectors that are neccssary for locating a certain node and the sectors in which that node lies. This is my initial motivation for writing a storage-media independent AVL Tree. However, as you step forth, you would find that it not only works fine with disks but also fine with memorys, too.
標簽: available libraries Although nearly
上傳時間: 2014-01-22
上傳用戶:zhoujunzhen
with this program you can search your whole driver and list all files in a tree view box.
標簽: program driver search files
上傳時間: 2013-12-16
上傳用戶:源弋弋
This book isn t for uber-programmers who already have all the answers. If you think that J2EE does everything that you need it to do and you can make it sing, this book is not for you. Believe me, there are already enough books out there for you.
標簽: uber-programmers already answers think
上傳時間: 2015-05-22
上傳用戶:tb_6877751