搜索资源列表
追查ZhuiCha_com网络技术 追查网络技术论坛.files
- (2) 主要算法的基本思想: 从题目上来分析我认为这是一个图的最短路径问题。因此决定用Dijkstra算法按路径长度递增的顺序逐步产生最短路径的方法:设置两个顶点的集合T和S,集合S中存放已找到的最短路径的顶点,集合T中存放当前还未找到的最短路径的顶点。初始状态时,集合S中只包含源点V0,然后不断从集合T中选取到顶点V0路径长度最短的顶点加入到集合S中,集合S中每加入一个新的顶点U,都要修改顶点V0到集合T中剩余顶点的最短路径长度值,集合T中各顶点新的最短路径长度值为原来的最短路径长度值与顶
SQLchufa
- SQL数据库的一些基本的操作源码 包括创建存储过程,表,触发器的创建-SQL database, the basic operation of the source code including the creation of stored procedures, tables, triggers the creation of
jxsCtMBe
- java的一个网上商店的源码,后台是Access数据库.功能还可以.界面比较简单,但是基本的功能都有.-java an online store the source code, backing of the Access database. function can also. the interface is simple, but the basic function,.
ODBC API SQL
- 开放数据库互连(ODBC)已经成为Client/Server数据库应用系统中访问远程数据库的一个标准。作为强大的前端开发工具,Visual Basic为开发者提供了多种访问ODBC数据源的途径,如JET数据库引擎、ODBC API函数、RDO接口等。比较而言,直接使用ODBC API函数的编程难度最大,但获得的存取数据库的性能也最佳。-Open Database Connectivity (ODBC) has become the Client / Server Database Applica
VB_DB
- VB+SQL/Access 数据库基本连接和应用实例源码21个 既有基本的连接例子,也有复杂的应用实例-VB+ SQL/Access database connectivity and application examples of the basic source of 21 examples of both basic connectivity, but also examples of complex applications
misjxc
- visual basic源代码,本系统是用vb实现的床库管理软件-visual basic source code, the system is to achieve vb bed library management software
Modeling4
- 示例程序分别是在Delphi 7、PowerBuilder 9.0、Visual Basic.NET 2003、Visual C#.NET2003和SQL Server 2000个人版下调试通过的,不同的版本可能存在差别。另外,使用的操作系统是Microsoft Windows 2000(Professional,Server),原则上操作系统对程序没有影响,不过作者没有在其他操作系统平台上调试这些程序。在配套光盘中,作者提供了示例程序的源代码。另外,建议读者重新编译所有示例程序,进而熟悉它们的
SQLSERVER2000
- SQLSERVER2000综合资料管理系统(易语言)源代码 本人是初学者~~~请大家给测试测试~ 主要是让大家学习SQLSERVER2000的一些基本操作~~~有什么问题~还请大家指出~~因为我也是初学者~~~淮北联通现用综合资料管理软件,需SQL SERVER 2-SQLSERVER2000 Integrated Management Information System (Yi language) source code I am a beginner ~ ~ ~ please ~
BBS(VB)
- 基于vb的bbs,用的是sqlservice2000 能实现现在bbs的基本功能,如鉴权,留言,公告,发帖等基本功能,可以联机使用,需要更改源程序中的IP,不过没有数据库文件了,仅供参考-Vb on the bbs, using a bbs now sqlservice2000 to achieve the basic functions, such as authentication, message, notice, posting and other basic functions,
SQL_Server
- SQL Server的PPT及基础源代码,对基础学习者很好-PPT and basic SQL Server, source code, on the basis of a good learner
yjsfcy
- 湖南一家食府餐饮成功应用的管理系统,包含:酒席预订业务\系统基本配置\点菜与收银\报表查询\客户档案管理\仓库管理\日常管理等模块,所有源码以及设计文档等-Hunan restaurants catering a successful application of the management system, including: banquet booking business \ system basic configuration \ la carte and the cash regis
mssqlSQL_Server_2005SQL2000
- 这是上课时老师给我们的sql 2005 的源代码,记录的基本的命令-This is the class the teacher gave us the source code sql 2005, recorded the basic commands
ADOOperations
- 该源码的主要功能:通过ADO+SQL Server实现数据插入,数据删除,数据更新,数据查询,是学习数据库编程的常用也是基本技术,源码风格规范,功能齐全,是掌握ADO技术的经典实例。-The main function of the source: by ADO+ SQL Server for data insertion, data deletion, data update, data query, is to learn database programming is basic tech
SQL
- SQL的一些精妙语句实例,适合有一定基础的人来看,可以通过这些语句体会到怎样才可以把SQL用好。举例:1、说明:复制表(只复制结构,源表名:a 新表名:b) (Access可用) 法一:select * into b from a where 1<>1 法二:select top 0 * into b from a - Some exquisite examples of SQL statements, for people who have some basic t
(CSharp)
- 个人财务软件源码,VS2008SQL2000经测试基本能用,-Personal finance software the source, VS2008SQL2000 been tested Basic can be used,
wuyexxxtvbPsql
- 使用说明 1.在使用源程序前,请先创建数据库。具体方法是在 Microsoft SQL Server 2000的“查询分析器”中打开SQL文件夹中的数据库SQL脚本,然后按F5执行脚本,即可生成实例所需要的数据库。 2.配置ODBC数据源,具体方法可以参考本书光盘pic文件夹中的图片。 3.在Visual Basic 6.0开发环境中打开Code文件夹中的工程项目文件,即可使用实例的源代码。-Use the source, first create a database. The
LibraryManagementSystem
- 这是一个以Visual Basic+SQL Server进行编程的图书馆管理系统源代码。-This is a Visual Basic+ SQL Server programming library management system source code.
chaoshixiaoshouxitong
- 小型超市销售管理系统,MS SQL Server 2000 + Visual Basic 6.0 SP6 开发,文档里面有完整的需求说明书,详细设计说明书,测试文档等,另外附带有活动、时序图的源设计文件, 默认管理员帐号:admin 密码:admin -Small supermarket management system management system, the MS SQL Server 2000+ Visual Basic 6 SP6 development, document
shudianzhulie
- 书店租赁管理信息系统的数据库系统,用C++编译的源代码,可以实现普通书店的图书借阅归还等基本操作。-The system of bookstore lease management information system, using C++ compiler source code, can achieve the common bookstore book lending return and other basic operations.
DATABASE
- 简单的sql查询基本语句练习素材,删除表,添加数据进入数据源表,左右表的链接等(Simple SQL query basic sentences exercise material, delete tables, add data into the data source table, left and right table links, etc.)
