搜索资源列表
adoblob_OK
- 用ADO进行数据访问的例子,这里主要提供了对数据库里BLOB的访问方法。-with ADO data access for example, where the main provider of database BLOB visit methods.
a__concommand_emp事务_插入
- 用ADO进行数据访问的例子,这里主要提供了对数据库里BLOB的访问方法。-with ADO data access for example, where the main provider of database BLOB visit methods.
在SQL中删除重复记录(多种方法)
- 在SQL中删除重复记录 学习sql有一段时间了,发现在我建了一个用来测试的表(没有建索引)中出现了许多的重复记录。后来总结了一些删除重复记录的方法,在Oracle中,可以通过唯一rowid实现删除重复记录;还可以建临时表来实现...这个只提到其中的几种简单实用的方法,希望可以和大家分享(以表employee为例)。-SQL delete duplicate records sql learning for a long time, I found in a building used for
BeamDataManager0.2
- 用VC加ADO操作ACCESS数据库,很好的例子!采用文档视图界面,其中CListcTrl控件应用于数据的显示上,方法灵活恰当,很值得一看。-increase ADO VC operation ACCESS database, a good example! Using documents View interface, which controls applied CListcTrl data showed that the methods appropriate, it is worth l
hdnetgbook2.0
- 本软件是属于转载.由于使用SQL2000数据库的互动.NET留言簿编写方法与ACCESS作数据库的留言簿编 写方法略有不同,所以如果你要使用SQL2000作为留言簿数据库的话,-the software is reproduced. Use SQL2000 database interaction.NET book preparation methods and ACCESS database for the preparation of the book is slightly diffe
数据库连接的两种方法
- 这里采用了两种连接数据库的方法,通过ADO控件连接SQL Server数据库 对所连接的数据库进行数据的修改、添加、删除等操作 -here used two methods to connect to the database through ADO connectivity to the SQL Server database by connecting to the database data changes, add, delete, etc
code5
- 这是一个图书信息系统。这个程序可以向数据库中录入图书信息,使用不同方式查询图书信息以及删除指定的图书信息。-This is a library information system. This procedure can be input to the database library information, the use of different methods for information and library books to delete specified informatio
数据库系统ppt
- 数据库系统概论ppt 数据库系统概论》网络版课件. 《数据库系统概论》是计算机科学与技术专业的 专业基础课,主要讨论数据库系统的基本概念,基本原理,基本方法以及有关的应用。-ppt Introduction to Database Systems "online courseware." An Introduction to Database Systems "is calculated Computer Science and technology pro
MIS20060823
- 本系统已提供MIS系统的基本框架,包括系统登录、打印机设置、修改密码、 重新登录、创建快捷方式等。只要稍做修改并加入自己的模块即可成为一套完善 的系统。-the MIS system has provided the basic framework for the system, including the system registry, printer configuration, change passwords, Login to re-establish efficient
xiahua
- 本程序应用VC6.0来编程制作信息共享系统,实现信息管理功享的自动化.本例子采用DAO数据访问方式,采用Access2000作为数据源.-VC6.0 the application process to produce programming information sharing system, information management enjoyed by the successful automation. The examples used DAO data access metho
AdoJH
- 通过ADO访问数据库的方法的封装类的实现文件,以某数据可为例子访问-access to the database through ADO methods of achieving such Packaging document to a particular data can be visited as an example
kaoqiguanli
- 考勤管理系统。 能够运行;开发方式:ACCESS+VC++ 代码很详细,值得参考-attendance management system. Capable of running; Development methods : ACCESS VC code is very detailed and valuable reference
SQLDA_oracle
- 动态SQL的第4种方法通过SQLDA(The SQL Descr iptor Area)和oracle内部交换数据,可以执行直到程序运行时还不知道选择表项或虚拟输入宿主变量的个数和类型的SQL语句。-the first four methods through SQLDA (The SQL Descr iptor A rea) and the exchange of data within the oracle, can be implemented until the procedures d
ADOfind
- ADO中使用find进行查询,比较适用的 查询方法。。。欢迎下载适用-find use ADO inquiries are suitable methods. . . Welcome to download the application.
VB_ACCESS
- VB与SQL SERVER数据库连接方法-VB and SQL Server database connection methods
fudan
- 此源码是针对配套的光学标记阅读机使用,可提供给学生学习用,主要包含exceld导入access数据库方法,ado的使用-this source is against supporting the optical mark reader machines, which are available for students to study, exceld included into the main database access methods, the use ado, etc.
gongziguanlixt
- 用VB6.0编写工资管理系统,利用软件工程原理,采用面向对象的编程方法,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面,实现了工资管理的自动化和信息化.-prepared with VB6.0 wage management system, using software engineering principles, using object-oriented programming methods, including development of its key data
ShoppingCity
- 基于C/S模式的考试系统的研究与开发 1 1. 前言 1 1.1 MICROSOFT VISUAL STUDIO .NET 2003开发平台和C#语言的特点 1 1.2用C/S模式开发计算机考试系统的优越性 1 2. 系统分析 2 2.1系统基本情况描述 2 2.2 可行性分析 2 2.3 需求分析 3 2.3.1采用SA方法画出计算机考试系统的一套分层数据流图 3 2.3.2数据词典 4 3. 系统设计 4 3.1系统配置 4 3.2系统概要设计
1124345436765564
- 粒子滤波(PF: Particle Filter)的思想基于蒙特卡洛方法(Monte Carlo methods),它是利用粒子集来表示概率,可以用在任何形式的状态空间模型上。其核心思想是通过从后验概率中抽取的随机状态粒子来表达其分布,是一种顺序重要性采样法(Sequential Importance Sampling)。简单来说,粒子滤波法是指通过寻找一组在状态空间传播的随机样本对概率密度函数 进行近似,以样本均值代替积分运算,从而获得状态最小方差分布的过程。这里的样本即指粒子,当样本数量N→
Methods-Database-subquery-
- 数据库子查询的方法,可以把复杂的问题简单化,可以实现各种功能。-Methods Database subquery can simplify complex issues, you can achieve a variety of functions.
