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

搜索资源列表

  1. DataEasy

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

    • 发布日期:2008-10-13
    • 文件大小:35135
    • 提供者:tony
  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
    • 文件大小:422916
    • 提供者:
  1. Sqlite.rar

    2下载:
  2. 这是本人用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
  3. 所属分类:Other Databases

    • 发布日期:2017-05-13
    • 文件大小:3547943
    • 提供者:张杰文
  1. sqlite_demo

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

    • 发布日期:2017-03-26
    • 文件大小:297744
    • 提供者:胡朝阳
  1. sqlite-source-3_6_6_2

    0下载:
  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
  3. 所属分类:Other Databases

    • 发布日期:2017-03-23
    • 文件大小:955502
    • 提供者:nick
  1. salary

    0下载:
  2. 本系统采用小型数据库管理系统中优秀的软件“Visual C++ 6.0” 作为系统开发工具,主要解决员工工资的管理,包括对员工信息与员工工资详情的查询、添加、修改与删除等各种操作以及考勤的管理,本系统还实现了员工工资计算公式的修改等操作,程序设计合理、操作简单、运行可靠、保密性强。程序通过调试运行,初步实现了设计目标,并且经过适当完善后,将可以应用与公司解决实际问题。-The system uses a small database management system in the excell
  3. 所属分类:Other Databases

    • 发布日期:2017-05-11
    • 文件大小:486359
    • 提供者:aa409615221
  1. manage

    0下载:
  2. 用C语言模拟的图书馆数据库系统,与实际的图示管理系统功能相同,代码中有说明-Simulated using C language library database system, the icons and the actual management system functions the same as the code is described
  3. 所属分类:Other Databases

    • 发布日期:2017-04-05
    • 文件大小:2786
    • 提供者:zillonxu
  1. PersonManager

    0下载:
  2. 一个简单的人事管理系统,用C#编写 可以作为C#爱好者的参考-A simple personnel management system, using C#, can be used as reference for C# fans
  3. 所属分类:Other Databases

    • 发布日期:2017-03-27
    • 文件大小:505078
    • 提供者:薯条
  1. Apriori

    0下载:
  2. 自己用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.
  3. 所属分类:Other Databases

    • 发布日期:2017-05-09
    • 文件大小:2269642
    • 提供者:renhu
  1. sqlite-source-3_6_23_1

    0下载:
  2. 用C语言开发的一个小型数据库,基本实现各种SQL语句功能,带有INDEX模块-Developed using C language as a small database, the basic functions to achieve a variety of SQL statements with INDEX Module
  3. 所属分类:Other Databases

    • 发布日期:2017-05-03
    • 文件大小:1072320
    • 提供者:jimmy
  1. sqlite

    0下载:
  2. SQLite,是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源世界著名的数据库管理系统来讲,它的处理速度比他们都快。SQLite第一个Alpha版本诞生于2
  3. 所属分类:Other Databases

    • 发布日期:2017-05-27
    • 文件大小:10428210
    • 提供者:leng daxin
  1. HotelManage

    0下载:
  2. 一个很适合C#初学者的源代码,详细的给出了酒店管理系统的实现代码,功能方面仅包括基础点的酒店模块,比如客户类型设置、客户信息管理、业务管理、客户管理、客人管理等,是一个让C#新手学习各种数据库操作包括一些界面设计技巧、方法等,源代码可在vs2008下编译。-A source code for C# beginners , gives a detailed code of the hotel management system , hotel module functions include on
  3. 所属分类:Other Databases

    • 发布日期:2017-05-07
    • 文件大小:1995866
    • 提供者:王子恒
  1. csql3.3-src.tar

    0下载:
  2. 一个快速、多线程的内存数据库引擎。可以工作在嵌入模式或者 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
  3. 所属分类:Other Databases

    • 发布日期:2017-11-13
    • 文件大小:2990249
    • 提供者:sluttery
  1. 1964091-IJVIPNS

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

    • 发布日期:2017-12-05
    • 文件大小:258964
    • 提供者:patel
  1. N-sheets

    0下载:
  2. 以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)
  3. 所属分类:Other Databases

    • 发布日期:2017-11-15
    • 文件大小:38273
    • 提供者:flaglong
  1. leveldb-1.9.0.tar

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

    • 发布日期:2017-03-31
    • 文件大小:767742
    • 提供者:lthwl
  1. DbHandler-v1.0

    0下载:
  2. C++读写ACCESS数据库 可以像读写文件一样仿问数据库- ACCESS database to read and write C++ may like to ask the database read and write files as fake
  3. 所属分类:Other Databases

    • 发布日期:2017-04-05
    • 文件大小:699319
    • 提供者:张谋
  1. db

    0下载:
  2. 毕业设计管理系统,数据库课程设计,利用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
  3. 所属分类:Other Databases

    • 发布日期:2017-05-26
    • 文件大小:9504303
    • 提供者:王浩
  1. KTV

    0下载:
  2. C#结合access数据库开发的卡拉OK点歌系统,可作为access数据库开发的参考,visual studio2010编译通过。-C# binding access development karaoke OK VOD system, access development as a reference, visual studio2010 compile.
  3. 所属分类:Other Databases

    • 发布日期:2017-05-06
    • 文件大小:1466740
    • 提供者:无恙
  1. Cinema-ticketing-system

    0下载:
  2. 这份代码是一个影院售票系统,使用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.
  3. 所属分类:Other Databases

    • 发布日期:2017-05-12
    • 文件大小:2942972
    • 提供者:小白
« 12 »
搜珍网 www.dssz.com