搜索资源列表
中文版SQL Server2000开发与管理应用实例
- 第 1 章 安装和配置SQL Server 1 1.1 SQL Server的版本和版本选择 1 1.2 安装SQL Server的常见问题 3 1.3 如何理解实例 5 1.4 如何实现无值守安装 5 1.5 Desktop Engine 9 1.5.1 MSDE 2000概述 9 1.5.2 获取MSDE 2000 9 1.5.3 安装MSDE 2000 10 1.5.4 管理MSDE 2000 11 1.5.5 支持的并发用户数和数据库容量 12 1.6 SQL Se
xuejiguanli.rar
- 学籍管理:使用链表或顺序表实现数据的录入、浏览(对于学生记录的整体浏览和逐一浏览)、添加(可以添加任何符合记录格式的学生档案记录)、删除(可以删除数据库中任一条学生记录)、修改(可以修改其中的任一条学生数据内容)、查找(可以根据学生学号,查找某学生信息,也可以查找具有相同特征的学生的集合(比如:相同年龄、相同系别、相同籍贯、相同性别、相同专业等))、排序(如可按年龄排序)等功能;,School management: the use of linked list or the realizati
CHAP09
- 顺序表的查找,有序表的查找,静态树表的查找,索引顺序表的查找-Sequential table lookup, table lookup ordered, static tree table lookup, index lookup table in order
SQLIST1
- 线性表顺序存储类型的各项基本操作实现与说明。-Linear form of the order of storage type and descr iption of the achievement of the basic operation.
3
- 1. 如何存储三对角阵? 2. 如何用行逻辑链接顺序表及十字链表存储稀疏矩阵? -1. How tridiagonal storage array? 2. How to use the logic of the link line order form and cross linked list sparse matrix storage?
11
- 顺序表的合并,c语言实现,数据结构课程设计使用-The merger of the order form, c language, data structure design courses
SqList
- 顺序表插入删除操作的实现 还待完善~希望他们指点~-Remove the table insert operation in order to achieve still hope that they will be perfect ~ pointing ~
Oracle-rownum
- 对于rownum来说它是oracle系统顺序分配为从查询返回的行的编号,返回的第一行分配的是1,第二行是2,依此类推,这个伪字段可以用于限制查询返回的总行数,而且rownum不能以任何表的名称作为前缀。-Rownum oracle for the system in order for the distribution of which is from the number of rows returned by the query and returns the first line of d
Oracle_sjkjc
- oracle数据库开发实例 本书以真实工作任务为载体组织教学内容,在真实工作环境中探索数据库的创建与设计。按照如下顺序传授知识与训练技能:体验数据库的应用→认识Oracle的工作环境、体验Oracle 10g环境中常用工具操作→数据库的创建与管理→数据表的创建与管理→管理视图→SQL编程语言→PL/SQL编程语言→管理PLSQL存储过程与触发器→管理安全性→数据库安全性→Oracle数据库的访问→数据库探索性设计。在讲解数据库知识和训练操作技能的过程中,遵循学生的认知规律,提高学生的学习效率
Oracle_kaifashili
- 本书以真实工作任务为载体组织教学内容,在真实工作环境中探索数据库的创建与设计。按照如下顺序传授知识与训练技能:体验数据库的应用→认识Oracle的工作环境、体验Oracle 10g环境中常用工具操作→数据库的创建与管理→数据表的创建与管理→管理视图→SQL编程语言→PL/SQL编程语言→管理PLSQL存储过程与触发器→管理安全性→数据库安全性→Oracle数据库的访问→数据库探索性设计。在讲解数据库知识和训练操作技能的过程中,遵循学生的认知规律,提高学生的学习效率-The real task b
liambiao
- 1、初始化顺序表;2、依次采用尾插法插入a,b,c,d,e元素;3、输出顺序表;4、输出顺序表L长度;5、判断顺序表是否为空;6、输出顺序表的第三个元素;7、输出元素‘a’的位置;8、在第四个元素上插入f;9、删除顺序表的第三个元素;10、释放顺序表;-1, the initialization sequence table 2, and the tail plug fit into a, b, c, d, e element 3, the output order of table 4,
123
- /对顺序表进行插入和删除操作(在第i个元素前插入元素e;删除第i个元素) **通过数组下标来实现-on the order of the table insert and delete operations ( in the first I elements before insertion element E delete the first I element )******** to achieve through the array subscr ipt
dzbb
- 按月生成带值班表,股长以上的带班,普通科员值班,顺序排列。-failed to translate
link
- 数据结构中关于线性表的一些程序,有顺序存储的线性表,链式存储的线性表和静态线性表。-Linear table data structure about some of the procedures, linear tables are stored in order, chain linear table data structure about some of the procedures, linear tables are stored in order, linear table and
《数据结构》实验1 线性表 - 副本
- 顺序表的基本操作 创建任意整数线性表 遍历线性表(The basic operation of the sequential table creates an arbitrary integer linear table)