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