-
摘要:本程序将建立一个用邻接表方式存储的有向图,可以进行插入顶点或边的操作,可以输出有向图的信息或输出该有向图的拓扑有向序列。...
摘要:本程序将建立一个用邻接表方式存储的有向图,可以进行插入顶点或边的操作,可以输出有向图的信息或输出该有向图的拓扑有向序列。-Abstract: This procedure will create a stored using adjacency list of the directed graph that can be inserted into the operation of vertex or edge, you can output to the map information or the output of the topology graph has to have the sequence.
- 2022-01-20 22:44:45下载
- 积分:1
-
仓库管理Delphi源码、软件方案,学习实用两不误
仓库管理Delphi源码、软件方案,学习实用两不误-warehouse management Delphi source code, software programs, learning practical things correct
- 2022-06-02 21:24:54下载
- 积分:1
-
database
SQL Server 2008平台,包括了SQL语言的查询,插入,更新等操作,简单易懂,有详细注释(SQL Server 2008 platform, including SQL language query, insert, update and other operations, easy to understand, there are detailed notes)
- 2015-12-29 21:20:39下载
- 积分:1
-
这是用sql编写的同学录,班级同学的一系列的信息,希望能对大家有帮助...
这是用sql编写的同学录,班级同学的一系列的信息,希望能对大家有帮助-It is written with sql Classmates, class students a range of information and hope you can help
- 2022-11-27 01:20:04下载
- 积分:1
-
ASP.net+Access数据库源码
ASP.net+Access数据库源码 -本程序是一个电话本程序,仅供大家参考
- 2023-03-15 23:40:04下载
- 积分:1
-
将sql数据库中所有的表读出,并显示所有的字段,选者某个字段可以将该字段的内容保存为xml文件,xml文件读入到sql...
将sql数据库中所有的表读出,并显示所有的字段,选者某个字段可以将该字段的内容保存为xml文件,xml文件读入到sql-To sql database table all read out and display all of the field, selected from a field and the content of this field can be saved as xml file, xml document read into sql
- 2022-02-02 01:33:32下载
- 积分:1
-
SQL Server中的文件
----crear archivos.mdf.ldf和ndf
- 2022-08-14 18:06:21下载
- 积分:1
-
利用Visual C++编写的学生考试成绩管理软件源代码。
利用Visual C++编写的学生考试成绩管理软件源代码。-The use of Visual C++ Prepared students examination results management software source code.
- 2022-02-15 22:19:47下载
- 积分:1
-
Oracle BerkeleyDB
Oracle BerkeleyDB--SQLitehttp--www_sqlite_com_cn-_files2.rar//bdb3
- 2022-03-21 05:49:47下载
- 积分:1
-
使用T-SQL编写存储过程
应用背景介绍使用T-SQL编写存储过程的基本用法,供初学者学习之用。存储过程是预先编译好的一组 Transact-SQL 语句,作为一个单元存储在服务器端并在服务器端执行. 存储过程可以带输入、 输出参数, 具有返回值. 存储过程的优点如下:
(1) 存储过程可以强制应用程序的安全性, 可以防御 SQL 注入攻击.
(2) 存储过程大大减少网络通信流量.
(3) 存储过程在服务器上注册, 执行效率高.
(4) 存储过程大大提高应用程序的可维护性和设计效率.关键技术
在SQL Server 2008中定义、执行、修改存储过程。使用create procedure或create proc定义存储过程,使用exec或execute执行存储过程,使用alter proc或alter procedure修改已有存储过程。包含输入、输出参数的使用。包含用户登录、修改密码、模糊查询等存储过程。
- 2023-06-18 02:30:02下载
- 积分:1