搜索资源列表
chap81236
- “代码”目录下的程序,需要安装SQL Server 2000,并建立起相应数据库。 各个实例的数据库文件存放在相应“建库脚本”目录下,有两种方法建立数据库。 一是在SQL Server的企业管理器中右击“数据库”节点,单击【所有任务】|【附加数据库】菜单命令, 选择相应的数据库文件(扩展名为mdf),单击【确定】按钮就可以了;另一种方法是通过SQL Server的企业管理器的恢复数据库功能, 从数据库备份文件恢复,备份文件的扩展名为bak。 -"code"
Flex_PHP.通过PHP读出数据库的记录内容
- 通过PHP读出数据库的记录内容,绘制一个flash的拓扑图,支持节点拖动,收放子节点等,PHP读出数据Treasury through the records of the contents of a flash map of the topology map, support for drag nodes, child nodes, such as folding
ECSClient
- 数据库的应用和树状结构的应用,可以通过该例子学习如何动态添加树形节点,以及如何使用ADO访问SQL数据库。-Database application and the application of tree, you can learn how to dynamically add the example of tree nodes, and how to use ADO to access SQL databases.
Inside+Microsoft+SQL+Server+2005+T-SQL+Programming
- SQL Server 2005微软官方权威参考手册. 是Inside Microsoft SQL Server 2005系列书中的第一本,SQL Server类的顶尖之作 全球公认SQL Server 2005经典著作,囊括大量鲜为人知的技术内幕,大师智慧、专家经验尽览无余。.. 本系列图书中文版得到了微软总部SQL Server组专家的高度重视,同时也得到了微软中国上海SQL Server全球技术支持中心的高度关注。... -SQL Server 2005 Microsoft
11
- 统计叶子节点个数,复制,深度求解,c语言实现,数据结构课程设计-Statistics on the number of leaf nodes, copy, depth Solving, c language, data structure of the curriculum design
src
- 数据库系统教程课程大实验源码,实现了解析xml文档,将节点编码插入数据库的功能!-analytical xml document, encod nodes into the database!
c
- 建立学生管理链表,能够实现学生日常管理功能,包括: (1) 学生基本信息链表的建立 (2) 链表中学生结点的插入 (3) 链表中学生结点的删除 (4) 链表的浏览(遍历) (5) 链表中学生结点的查找 -The establishment of student management list, students can achieve daily management functions, including: (1) the establishment of student
XMLTable
- tsql function that returns nodes and values of parsed xml
Tree
- 建立一棵二叉树,用二叉链表存储二叉树,计算二叉树中包含的结点个数-A binary tree, using the the binary list stored binary tree to calculate the number of nodes in a binary tree contains
2222
- 构造一个图,至少有四个结点,实现图的非递归深度优先遍历,存储、初始化也包括在内。-Construct a map, at least four nodes, to achieve non-recursive depth-first traversal, the memory, the initialization is also included.
HBase-authoritative-guide-
- 本书探讨了如何通过使用与HBase高度集成的Hadoop将HBase的可伸缩性变得简单《把大型数据集分布到相对廉价的商业服务器集群中;使用本地Java客户端,或者通过提供了REST、Avro和Thrift应用编程接口的网关服务器来访问HBase;了解HBase架构的细节,包括存储格式、预写日志、后台进程等;在HBase中集成MapReduce框架;了解如何调节集群、设计模式、拷贝表、导人 批量数据和除节点等。 本书适合使用HBase进行数据库开发的高级数据库研发人员阅读。-This boo
bp神经网络分类
- 1. 采用BP神经网络设计男女生分类器。采用的特征包括身高、体重、是否喜欢数学、是否喜欢文学、是否喜欢运动共五个特征,BP神经网络包含一个隐层,隐层结点数为5。要求:自行编写代码完成后向传播算法,采用交叉验证的方式实现对于性能指标的评判(包含SE,SP,ACC和AUC,AUC的计算可以基于平台的软件包)。(. using BP neural network to design the classifier for male and female students. The features in
db2常用管理命令
- DB2常用命令手册,常用编目节点,编目数据库,取消编码,清除缓存,及导入导出数据命令;(DB2 common command manuals, commonly used cataloging nodes, cataloging databases, cancellation of encoding, clear cache, and import and export data command;)
splitA
- Alter FUNCTION [dbo].[split](@expression VarChar(max),@delimiter VarChar(30) = ' ') RETURNS @TmpTable TABLE (RefNo VarChar(max)) AS BEGIN if rtrim(isnull(@expression,'')) > '' begin declare @cxml xml set @cxml = '<x_k><![CDATA['+re