搜索资源列表
追查ZhuiCha_com网络技术 追查网络技术论坛.files
- (2) 主要算法的基本思想: 从题目上来分析我认为这是一个图的最短路径问题。因此决定用Dijkstra算法按路径长度递增的顺序逐步产生最短路径的方法:设置两个顶点的集合T和S,集合S中存放已找到的最短路径的顶点,集合T中存放当前还未找到的最短路径的顶点。初始状态时,集合S中只包含源点V0,然后不断从集合T中选取到顶点V0路径长度最短的顶点加入到集合S中,集合S中每加入一个新的顶点U,都要修改顶点V0到集合T中剩余顶点的最短路径长度值,集合T中各顶点新的最短路径长度值为原来的最短路径长度值与顶
LookupAPI
- This program uses the database created by MakeAPIDB. It opens a connection * to a database using the same property file used by MakeAPIDB. Then it * queries that database in several interesting ways to obtain useful * information about Java
24170047218
- vc+sqlCOleSafeArray CWnd CDialog CDataExchange GetWindowRect EndDialog SetWindowText GetWindowText MessageBox CString CTime CCmdTarget CWinApp COleTemplateServer COleObjectFactory DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu IsIconi
SQLServerControl
- 极易使用的SQL数据库操作控件 Ver 1.0 一个很容易使用的SQL服务器操作控件,体积小巧,方便使用,摆脱你挣扎在大堆代码中的苦恼,操作SQL数据库仅需要几句代码,易如反掌,主要功能有: 1. 很方便的登录到 SQL 服务器,支持SQL7.0 2000更高版本 2. 备份,修复和还原数据库操作 3. 任意添加和删除数据库操作 4. 任意控制SQL服务器操作 (如启动,停止,暂停和继续等) 5. 检查服务器运行状态 (如是否启动,停止或者暂停等状态) 5. 检
Inside_Microsoft_SQLServer_2005_T-SQL_Programming_
- Inside Microsoft SQL Server 2005: T-SQL Programming。
SQLServer2005
- 数据库技术与应用——SQL Server 2005教程,清华大学的教程ppt-Database Technology and Applications- SQL Server 2005 tutorials, Tsinghua University tutorial ppt
SQL.Server.2008.for.Developers.From.Novice.to.Pro
- Right from the start, this book will expand your basic knowledge, and you will soon find yourself moving from a beginner toward a competent and professional developer. This book aims to cater to a wide range of developers, from those who prefer t
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
T-SQL
- 在学习SQL Server过程中整理的T-SQL语句,适合初学者学习使用。-SQL Server in the learning process of finishing T-SQL statement, suitable for beginners learning to use.
oledb11
- The ATL OLE DB Provider templates only seem to support read-only rowsets and making them support updating of data isn t as easy as you d expect! -The ATL OLE DB Provider templates only seem to support read-only rowsets and making them support updatin
T-sqlprogramingstructure
- T-SQL编程结构介绍。包括注释结构、变量声明、判断和循环、游标、事务、、备份等基本概念。是入门的好书籍-Introduced T-SQL programming structure. Including annotations structure, variable declarations, judgments, and circulation, cursors, transactions, backup and other basic concepts. Is a good book en
T-SQL
- T-SQL基本使用说明,适合初学者学习SQL SERVER时使用-T-SQL basic instructions for beginners to learn to use SQL SERVER
Apress.Beginning.T-SQL.2008.Oct.2009
- Beginning T-SQL 2008. This book introduces you to the language known as T-SQL, also called Transact-SQL.
Microsoft.Press.Microsoft.SQL.Server.2008.T-SQL.F
- This book walks you through your first steps in T-SQL (also known as Transact-SQL), which is the Microsoft SQL Server dialect of the standard ANSI-SQL language. You ll learn the theory behind T-SQL querying and programming, how to develop T-SQL code
T-SQL
- sql 语句总结,利用T-SQL语句,实现数据库的备份与还原的功能-The SQL statement summarizes the SQL statement summarizes, using the T-the SQL statement, realize the database backup and restore function
T-SQL
- T-SQL 开发大全配套示例代码,SQL server-sql server T-SQL development, demon code
T-SQL
- 数据库实验 T-SQL编程 综合有 条件结构 循环结构 CASE结构 函数使用-Database, T-SQL programming comprehensive experimental conditional loop structure structure structure function using CASE
T-SQL-stored-procedure
- T-SQL破解加密的存储过程,包含sql2000和sql2005两个版本。-T-SQL stored procedure to break the encryption, including sql2000 and sql2005 two versions.
T-SQl
- 关于t-sql的使用,
T-SQL代码规范
- 一个嵌套代码块中的语句使用四个空格的缩进。(上述代码中的多行 SELECT 语句是一个 SQL 语句。)在同一语句中开始新行时,使 SQL 关键字右对齐。将代码编辑器配置为使用空格,而不是使用制表符[每个制表符对应为4个空格,请在SQL编辑器中进行设置。]。这样,不管使用何种程序查看代码,格式都是一致的。(A statement in a nested block of code that uses four spaces for indentation. The multiline SELEC