搜索资源列表
a8zd_database
- 忙碌的学生们!给你们一个数据库学生信息管理系统做为参考,因为我这几天也在做,做好了给你们作为参考!-busy students! Give you a student information database management system as a reference, because I also do these days, do to you as a reference!
汽车维护管理系统
- 呵呵~这是一个由PB开发的汽车维修管理系统设计的很好~建议大家下载借鉴 (不知道为什么开发环境里没有PB?)-Oh ~ This a PB development of vehicle maintenance management system designed to suggest to you good downloaded from (I do not know why no development environment PB?)
在SQL中删除重复记录(多种方法)
- 在SQL中删除重复记录 学习sql有一段时间了,发现在我建了一个用来测试的表(没有建索引)中出现了许多的重复记录。后来总结了一些删除重复记录的方法,在Oracle中,可以通过唯一rowid实现删除重复记录;还可以建临时表来实现...这个只提到其中的几种简单实用的方法,希望可以和大家分享(以表employee为例)。-SQL delete duplicate records sql learning for a long time, I found in a building used for
DB Design Tips
- 很好的书籍,自己下载了看吧。我这里就不多说了关于SQL的。-good books, downloaded and see themselves. Here I will not say more on SQL.
管理监控系统
- 本人工作中的一个软件开发实例。里面包含了数据库,(请配置ODBC数据源),串口实时监控的大体构架。看了它,你就能了解实际的软件开发大概是怎么一些要求。-I work in a software development examples. Which contains a database (ODBC data source configuration), serial real-time monitoring of the general architecture. Read it, you w
采购库存管理
- 这个是VB环境开发的,我也是转载的把原来的Access数据库改成了SQl Server数据库.希望大家可以借鉴-this is the development environment of VB, I also reproduced in their original Access database into the SQL Server database. Hope we can learn from
追查ZhuiCha_com网络技术 追查网络技术论坛.files
- (2) 主要算法的基本思想: 从题目上来分析我认为这是一个图的最短路径问题。因此决定用Dijkstra算法按路径长度递增的顺序逐步产生最短路径的方法:设置两个顶点的集合T和S,集合S中存放已找到的最短路径的顶点,集合T中存放当前还未找到的最短路径的顶点。初始状态时,集合S中只包含源点V0,然后不断从集合T中选取到顶点V0路径长度最短的顶点加入到集合S中,集合S中每加入一个新的顶点U,都要修改顶点V0到集合T中剩余顶点的最短路径长度值,集合T中各顶点新的最短路径长度值为原来的最短路径长度值与顶
12ImageTest
- SQL Server 数据库图片保存,读取,显示。以前别人的Access数据库程序,经过我修改,提取,完善-SQL Server database to preserve photographs, read, show. Before others Access database program, I have revised from perfect
corba
- 简单的java代码供初学者学习 我以前也老犯弱智的问题,但代码看多了就能成为高手了-simple java code for beginners to learn I was old mentally retarded offenders, but the code can be read as a master
xyyyxtv1.1
- 心愿音乐系统1.1 测试结果 采用风声无组件上传,可以上传 2m以下的文件 这个可能跟网速有关系,我测试上传4k/秒 有其他根好上传组件和好的建议方法请跟我联系 http://bbs.lt52.com/ qq:112934475 1内核采用风声无组件上传类 v2.0 2代码容易维护采用Macromedia Dreamweaver MX软件编写 一 文件说明 conn.asp 连接数据库,第一次使用修改数据库名称 index
SQLjiaobenwenjian
- 这是我在学习《SQL Server数据库系统结构基础》时所用到的三个脚本文件,里面包含了三文件,我学习SQL并通过考试都离不开它-This is my learning "SQL Server database system architecture foundation" used by the three scr ipt file, which contains the three documents, I learn SQL and passed the examina
SQLStudyDB1list
- 这是我在学习《SQL Server数据库系统结构基础》时所用到的一个脚本文件,我学习SQL并通过考试都离不开它,希望对一部分人有帮助-This is my learning "SQL Server database system architecture based" when used in a scr ipt file, I learn SQL and passed the examination can not be separated from it, and I h
mapdof2
- 俄罗斯方块另类.zip - 又一个俄罗斯方块的代码(转)用vc写的著名游戏俄罗斯方块的代码,希望对大家有所帮助 (2005-9-1,Visual C++,95KB,1次) 手机版的俄罗斯方块程序 .rar - 手机版的俄罗斯方块程序 休闲内的手机游戏。 (2005-4-9,Java,31KB,27次) 俄罗斯方块VC版加源代码注释.rar - VC编写的俄罗斯广块,源代码加注释,希望对大家有用~ (2005-4-23,Visual C++,5KB,6次) src4rus
Zroa
- 这是我编写的一个sql server 2000数据库连接javabean-This is the one I prepared sql server 2000 database connections javabean
spl
- 很不错的文件代码,相信你们一定西画没 你一定了来看哦-very good document code, I believe you will be painting you will never look at the oh
VClinkSQL
- 使VC连接SQL更简单,希望对一些朋友有点用吧-VC to SQL so simple, and I hope to some friends who used it a bit
databasehw
- 是学生管理系统,本年的数据库作业,是本人完成的第一个管理系统.-student management system, this year's operation of the database, I was the first one to complete management system.
odbcappsrc
- 本人在近期一电厂控制工程中,用户要求我们程序对数据要有自动保存和定期删除功能,因为我们以前是做 DCS 加强系统,DCS具有数据的自动处理功能,不需要我们做。为了满足用户需要,应用必须实现自动数据处理。本文下面就来介绍如何使用 VC 实现基于 ODBC 数据库的自动删除和存储。希望本文提供的方法对你有所帮助。 -I, in a recent plant control projects, We procedures require users to have data automatical
guoxincrm
- 这个是我以前做的一个客户管理系统.包内已经含有源码和所用到的控件.代码是用VB写的,数据库采用MSSQL的.-this is what I do before a customer management system. Pack containing the source code and has been used by the controller. The code is VB write, the database using MSSQL.
jcx
- 我认为这是一个很好的源码,对大家很有帮助,至少对我很有帮助-I think this is a very good source to all helpful, very helpful to me at least
