CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数据库系统 搜索资源 - A* T

搜索资源列表

  1. 追查ZhuiCha_com网络技术 追查网络技术论坛.files

    0下载:
  2. (2) 主要算法的基本思想: 从题目上来分析我认为这是一个图的最短路径问题。因此决定用Dijkstra算法按路径长度递增的顺序逐步产生最短路径的方法:设置两个顶点的集合T和S,集合S中存放已找到的最短路径的顶点,集合T中存放当前还未找到的最短路径的顶点。初始状态时,集合S中只包含源点V0,然后不断从集合T中选取到顶点V0路径长度最短的顶点加入到集合S中,集合S中每加入一个新的顶点U,都要修改顶点V0到集合T中剩余顶点的最短路径长度值,集合T中各顶点新的最短路径长度值为原来的最短路径长度值与顶
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:23.35kb
    • 提供者:林渊
  1. LookupAPI

    0下载:
  2. 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
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:3.12kb
    • 提供者:李霞
  1. dtl

    0下载:
  2. The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automa
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:413kb
    • 提供者:
  1. dfw

    0下载:
  2. f your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-RO
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:145.29kb
    • 提供者:type
  1. A_Database1825931252004

    0下载:
  2. This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications an
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:33.19kb
    • 提供者:gaolu
  1. mysqlBB_sources-1.1

    0下载:
  2. 这是mysql BB for virtools 2.1的源代码,注意仅适用于dev 2.1版本。其它版本需要修改后重新编译,有功夫和工夫的高手可自行编译,希望能再共享出来。- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ This is the source codes of mysql BB for virtools dev 2.1 ! +++++++++++++++++++++++
  3. 所属分类:MySQL

    • 发布日期:2017-03-31
    • 文件大小:842.61kb
    • 提供者:saintdom
  1. SQL.Server.2008.for.Developers.From.Novice.to.Pro

    0下载:
  2. 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
  3. 所属分类:SQL Server

    • 发布日期:2017-06-02
    • 文件大小:14.42mb
    • 提供者:Di_Ablo
  1. 新建 Microsoft Word 文档

    0下载:
  2. 摘要  ?  ?      设计时的自动化加快了编码,并保证所有过程都用相同的命名规范和结构来生成。为了在大型 SQL 项目中尽量提高编码的效率,作者编写了一系列的设计时(design-time)存储过程,用它们来生成运行时(run-time)存储过程,并一直在工程中使用。最近,作者更新了其存储过程以便使用 SQL Server 2000 的特性,其中包括用户定义函数。本文所及内容涵盖创建并执行这些动态 T-SQL 脚本以使普通的数据库存储过程编码自动化。- Time the abstract
  3. 所属分类:Database system

    • 发布日期:2017-11-09
    • 文件大小:13.84kb
    • 提供者:王洋
  1. Inside+Microsoft+SQL+Server+2005+T-SQL+Programming

    0下载:
  2. SQL Server 2005微软官方权威参考手册. 是Inside Microsoft SQL Server 2005系列书中的第一本,SQL Server类的顶尖之作 全球公认SQL Server 2005经典著作,囊括大量鲜为人知的技术内幕,大师智慧、专家经验尽览无余。.. 本系列图书中文版得到了微软总部SQL Server组专家的高度重视,同时也得到了微软中国上海SQL Server全球技术支持中心的高度关注。... -SQL Server 2005 Microsoft
  3. 所属分类:SQL Server

    • 发布日期:2017-04-09
    • 文件大小:2.59mb
    • 提供者:李凤杰
  1. makedata

    0下载:
  2. 为学习T-Sql的初学者准备的一个自动建立数据库、表、练习数据的Sql脚本文件。-To study the T-Sql a beginner ready to automatically create the database, tables, practice data Sql scr ipt file.
  3. 所属分类:SQL Server

    • 发布日期:2017-04-11
    • 文件大小:1.59kb
    • 提供者:chenxiansheng
  1. S2SQLServer

    0下载:
  2. 了解设计数据库的基本步骤 熟练使用T-SQL实现建库、建表、加约束 掌握T-SQL编程,实现功能强大的查询 掌握创建索引、视图,快速访问数据库 掌握创建存储过程,实现复杂的业务规则 理解触发器的原理,实现高级的约束,以上摘自幻灯片,这个教程就是关于这一类的-Learn the basic steps of the design of a database of skilled use of T-SQL to achieve the Treasury building, bu
  3. 所属分类:Database system

    • 发布日期:2017-05-16
    • 文件大小:3.62mb
    • 提供者:按时
  1. Databasedesignskills60

    0下载:
  2. 如果把企业的数据比做生命所必需的血液,那么数据库的设计就是应用中最重要的一部分。有关数据 库设计的材料汗牛充栋,大学学位课程里也有专门的讲述。不过,就如我们反复强调的那样,再好的 老师也比不过经验的教诲。所以我们最近找了些对数据库设计颇有造诣的专业人士给大家传授一些设 计数据库的技巧和经验。我们的编辑从收到的130 个反馈中精选了其中的60 个最佳技巧,并把这些 技巧编写成了本文,为了方便索引其内容划分为5 个部分: 第 1 部分— 设计数据库之前 这一部分罗列了12 个
  3. 所属分类:Database system

    • 发布日期:2017-04-16
    • 文件大小:54.63kb
    • 提供者:一度
  1. Sams.Teach.Yourself.Microsoft.SQL.Server.T-SQL.in

    0下载:
  2. Sams Teach Yourself sql server is a good one for self study
  3. 所属分类:SQL Server

    • 发布日期:2017-03-27
    • 文件大小:884.58kb
    • 提供者:ayhamz
  1. SQLServer2000code

    0下载:
  2. 《中文版 SQL Server 2000 开发与管理应用实例》光盘代码--作者邹建 本书全面系统地介绍了SQL Server 2005应用、开发和管理方面的技术,涉及安装和升级SQL Server、T-SQL增强、T-SQL应用、XML数据处理、CLR集成、开发SQL Server应用程序、端点、Service Broker、SQL Server Integration Services、SQL Server配置、SQL Server安全管理、数据的加密与解密、数据备份与还原、数据库的高可用
  3. 所属分类:SQL Server

    • 发布日期:2017-03-29
    • 文件大小:319.8kb
    • 提供者:烈马
  1. Script

    0下载:
  2. 一个简单的方法来在文本文件中写入字符串,使用T-SQL SQL服务器-A simple way to write string into a text file in SQL Server using T-SQL
  3. 所属分类:SQL Server

    • 发布日期:2017-04-01
    • 文件大小:1.34kb
    • 提供者:yuanlong
  1. sqlite-amalgamation-3.6.18.tar

    0下载:
  2. sqlite3是一个用于嵌入式的数据库系统,由于具有原子事务的功能,所以在嵌入式设备易掉电中的应用中非常适合。此个版本是第三版SQLITE3-SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database e
  3. 所属分类:Database system

    • 发布日期:2017-04-09
    • 文件大小:1.32mb
    • 提供者:wwwpanic
  1. T-sqlprogramingstructure

    0下载:
  2. 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
  3. 所属分类:SQL Server

    • 发布日期:2017-03-30
    • 文件大小:347.23kb
    • 提供者:苏应数
  1. FAQ_Oracle

    0下载:
  2. FAQ Oracle (PDF) : Cette F.A.Q. a été réalisée à partir des questions fréquemment posées sur le forum Oracle de www.developpez.com et de l expérience personnelle des auteurs. Elle pourra traiter de tout type de questions portant sur les techno
  3. 所属分类:Oracle

    • 发布日期:2017-03-30
    • 文件大小:412.2kb
    • 提供者:Karim
  1. T-SQL-leap-year

    0下载:
  2. 自己编写一段程序判断一个年份(比如1900年)是否是闰年,是则显示1900年为闰年,否则显示1900年不是闰年. -I have written a program to determine whether a year (such as 1900) is a leap year, is the show in 1900 as a leap year, otherwise show that 1900 was not a leap year.
  3. 所属分类:SQL Server

    • 发布日期:2017-11-11
    • 文件大小:11.53kb
    • 提供者:ERIC
  1. T-SQL代码规范

    0下载:
  2. 一个嵌套代码块中的语句使用四个空格的缩进。(上述代码中的多行 SELECT 语句是一个 SQL 语句。)在同一语句中开始新行时,使 SQL 关键字右对齐。将代码编辑器配置为使用空格,而不是使用制表符[每个制表符对应为4个空格,请在SQL编辑器中进行设置。]。这样,不管使用何种程序查看代码,格式都是一致的。(A statement in a nested block of code that uses four spaces for indentation. The multiline SELEC
  3. 所属分类:SQL Server

« 12 3 »
搜珍网 www.dssz.com