搜索资源列表
DataEasy
- This application uses OleDb as a backhand communicator with the file to allow the user to : select, delete, insert and modify the database and then save all the changes to the original file.-OleDb as a backhand c ommunicator with the file to allow th
dtl
- 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
Sqlite.rar
- 这是本人用MFC写的一个Sqlite数据库接口库,为开发简单需要数据库接口的程序使用 ,作为配置文件使用,代替INI等文件,可作为一个微型数据库。,This is written in MFC, I use a sqlite database interface library, the need for the development of simple procedures for the use of database interface, as a configuration file
sqlite_demo
- SQLite 是用C语言编写的开源数据库,主要用于嵌入式,你也可以把它集成在自己的桌面程序中,也有人将其替代Access,用作后台数据库。 SQLite 支持多数SQL92标准,例如:索引、限制、触发和查看支持。 支持 NULL、INTEGER、REAL、TEXT 和 BLOB 数据类型,支持事务。-SQLite is a C language open source databases, mainly used in embedded, you can also put it at t
sqlite-source-3_6_6_2
- sqlite的最新源码 This ZIP archive contains preprocessed C code for the SQLite library as individual source files. It is strongly recommended that the amalgamation above be used instead of this package-sqlite latest source This ZIP archive contains prepr
salary
- 本系统采用小型数据库管理系统中优秀的软件“Visual C++ 6.0” 作为系统开发工具,主要解决员工工资的管理,包括对员工信息与员工工资详情的查询、添加、修改与删除等各种操作以及考勤的管理,本系统还实现了员工工资计算公式的修改等操作,程序设计合理、操作简单、运行可靠、保密性强。程序通过调试运行,初步实现了设计目标,并且经过适当完善后,将可以应用与公司解决实际问题。-The system uses a small database management system in the excell
manage
- 用C语言模拟的图书馆数据库系统,与实际的图示管理系统功能相同,代码中有说明-Simulated using C language library database system, the icons and the actual management system functions the same as the code is described
PersonManager
- 一个简单的人事管理系统,用C#编写 可以作为C#爱好者的参考-A simple personnel management system, using C#, can be used as reference for C# fans
Apriori
- 自己用c++些的apriori算法。测试数据是sqlserver2005的adventurworks数据库中的Sales.SalesOrderDetail表。-the apriori algorithm was writed by myself,using c++, and the table Sales.SalesOrderDetail of database adventurworks from sqlserver2005 was used as test datas.
sqlite-source-3_6_23_1
- 用C语言开发的一个小型数据库,基本实现各种SQL语句功能,带有INDEX模块-Developed using C language as a small database, the basic functions to achieve a variety of SQL statements with INDEX Module
sqlite
- SQLite,是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源世界著名的数据库管理系统来讲,它的处理速度比他们都快。SQLite第一个Alpha版本诞生于2
HotelManage
- 一个很适合C#初学者的源代码,详细的给出了酒店管理系统的实现代码,功能方面仅包括基础点的酒店模块,比如客户类型设置、客户信息管理、业务管理、客户管理、客人管理等,是一个让C#新手学习各种数据库操作包括一些界面设计技巧、方法等,源代码可在vs2008下编译。-A source code for C# beginners , gives a detailed code of the hotel management system , hotel module functions include on
csql3.3-src.tar
- 一个快速、多线程的内存数据库引擎。可以工作在嵌入模式或者 C/S 模式。-CSQL is a fast, multi-threaded SQL main memory database engine. It works in both embedded mode (database client and server run in the same host) and client/server mode. It provides very high throughput of 100,000
1964091-IJVIPNS
- and split. Although this topological constraint may be reasonable in the segmentation of the liver, it would certainly be undesirable when segmenting blood vessels in an MR image. An algorithm to overcome these diculties was rst introduced by
N-sheets
- 以G列分成多个工作表(以宏运行VBA) -Sub aa() Dim a As Integer, b As Integer, c As Integer, sh As Worksheet For a = 2 To [g65536].End(3).Row If Cells(a, 7) <> Cells(a- 1, 7) Then b = a End If c = Range("g:g").Find(Cells(a, 7), , , , , xlPrevious)
leveldb-1.9.0.tar
- 数据库 leveldb LevelDB 只是一个 C/C++ 编程语言的库, 不包含网络服务封装, 所以无法像一般意义的存储服务器(如 MySQL)那样, 用客户端来连接它. LevelDB 自己也声明, 使用者应该封装自己的网络服务器.-Database leveldb LevelDB just a C/C++ programming language library package does not include network services, it is not like the
DbHandler-v1.0
- C++读写ACCESS数据库 可以像读写文件一样仿问数据库- ACCESS database to read and write C++ may like to ask the database read and write files as fake
db
- 毕业设计管理系统,数据库课程设计,利用c++语言编写,MFC做的界面,access的数据库,,功能包括学生和老师的双向选题以及学生老师基本信息的查看-Graduation design management system, database curriculum design, use c++ language, MFC interface to do, access databases, features include two-way students and teachers as wel
KTV
- C#结合access数据库开发的卡拉OK点歌系统,可作为access数据库开发的参考,visual studio2010编译通过。-C# binding access development karaoke OK VOD system, access development as a reference, visual studio2010 compile.
Cinema-ticketing-system
- 这份代码是一个影院售票系统,使用c++连接数据库,连接方式ODBC,数据库使用access,原创代码,原理比较简单,很容易看懂-This is a cinema ticketing system based on c++ and Access. It used ODBC as connection. This code is original and easy to understand.