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

搜索资源列表

  1. CTLIBAdapter

    1下载:
  2. 封装基于ctlib的sybase数据库的接口,能在windows和linux平台上运行。
  3. 所属分类:其他数据库

    • 发布日期:2014-01-16
    • 文件大小:4117
    • 提供者:
  1. sqlite-3.6.11 linux下安装包

    0下载:
  2. sqlite-3.6.11.tar.gz 嵌入式数据库sqlite的linux安装包.嵌入式数据库是指运行在本机上、不用启动服务端的轻型数据库,它与应用程序紧密集成,被应用程序所启动,并伴随应用程序的退出而终止。 SQLite的特点如下: 1、无需安装配置,应用程序只需携带一个动态链接库。 2、非常小巧,For Windows 3.3.8版本的DLL文件才374KB。 3、ACID事务支持,ACID即原子性、一致性、隔离性、和持久性(Atomic、Consistent、
  3. 所属分类:其他数据库

    • 发布日期:2009-04-10
    • 文件大小:2804714
    • 提供者:bong_chu
  1. ApressTheDefinitiveGuidetoSQLite

    0下载:
  2. 学习使用SQLite3的很好的资料,SQLite3由于其小型化,无须配置,开源的特性越来越受到嵌入式方向的青睐。-Today, there are millions and millions of copies of SQLite running unnoticed inside computers and gadgets made by hundreds of companies from around the world. You have probably used SQLite
  3. 所属分类:Other Databases

    • 发布日期:2017-05-20
    • 文件大小:5978470
    • 提供者:euerka
  1. QTAndFireBird

    0下载:
  2. QT和FireBird的入门程序,FireBird是一个开源的轻量级数据库管理系统,可在Linux,Unix,MacOS,Windows,Solaris系统下运行。包括源文件和说明文档。-This article is the descr iption of the first steps in setting QT, Visual Studio and FireBird. It may be useful for those, who just start working with datab
  3. 所属分类:Other Databases

    • 发布日期:2017-05-21
    • 文件大小:6222346
    • 提供者:foxqx
  1. db-4.7.25.NC

    1下载:
  2. Berkeley Db数据库源码,一款精致高效的嵌入式数据库,可以运行在windows,Linux,VxWorks等多个操作系统下,兼容性极高-Berkeley Db database, source code, a sophisticated and highly efficient embedded database that can run on windows, Linux, VxWorks and other operating system, compatibility high
  3. 所属分类:Other Databases

    • 发布日期:2017-06-09
    • 文件大小:17099948
    • 提供者:marisa
  1. FirebirdSQL_psql

    0下载:
  2. FIREBIRD SQL PROCEDIMENTAL (PSQL) Firebird is a relational database offering many ANSI SQL-92 features that runs on Linux, Windows, and a variety of Unix platforms.
  3. 所属分类:Other Databases

    • 发布日期:2017-03-28
    • 文件大小:46994
    • 提供者:Juanito Perez
  1. 17065_building_udf_libraries

    0下载:
  2. Building UDF Libraries for FirebirdSQL from Delphi. Firebird is a relational database offering many ANSI SQL-92 features that runs on Linux, Windows, and a variety of Unix platforms.
  3. 所属分类:Other Databases

    • 发布日期:2017-04-01
    • 文件大小:83609
    • 提供者:Juanito Perez
  1. SQLite3_ARM

    0下载:
  2. 在windows、Linux、ARM上调试通过的SQLite源码。 SQLite是一个开源的嵌入式关系数据库,它在2000年由D. Richard Hipp发布,它的减少应用程序管理数据的开销,SQLite可移植性好,很容易使用,很小,高效而且可靠。   SQLite嵌入到使用它的应用程序中,它们共用相同的进程空间,而不是单独的一个进程。从外部看,它并不像一个RDBMS,但在进程内部,它却是完整的,自包含的数据库引擎。 -In the windows, Linux, ARM
  3. 所属分类:Other Databases

    • 发布日期:2017-03-28
    • 文件大小:594714
    • 提供者:hegang
  1. sqlite-autoconf-3070603.tar

    1下载:
  2. SQLite,是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合。这个压缩文件包含了必要的文件。更多资料:http://www.sqlite.org/about.html-This ZIP archive contains all C source code for
  3. 所属分类:Other Databases

    • 发布日期:2017-05-07
    • 文件大小:1720314
    • 提供者:jinguoju
  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. redis-2.4.6_win32

    0下载:
  2. HIREDIS源码,跨平台实现,支持windows平台和linux平台-hiredis source code
  3. 所属分类:Other Databases

    • 发布日期:2017-10-13
    • 文件大小:436224
    • 提供者:zhangrong
  1. sqlite-3_3_7

    0下载:
  2. sqlite-3_3_7 源代码,最稳定的sqlite源码,可以编译成linux、windows、mac等版本-sqlite-3_3_7 源码
  3. 所属分类:Other Databases

    • 发布日期:2017-04-04
    • 文件大小:772839
    • 提供者:123
  1. leveldb_win

    0下载:
  2. Leveldb是一个google实现的非常高效的kv数据库,一直以来只有linux版本,没有windows版本,这份源码将最新leveldb1.18版port到VS2010上,并成功编译为dll并且附上了调用测试代码-Leveldb google achieve a very efficient kv , has been the only linux version, no windows version, this version of the source code of the late
  3. 所属分类:Other Databases

    • 发布日期:2017-04-05
    • 文件大小:500107
    • 提供者:kevin
  1. PL2303

    0下载:
  2. Zigbee C PL-2303 USB to Serial RS232 Bridge Controller Full compliance with the USB Specification v1.1 and USB CDC v1.1 - Support the RS232 Serial interface - Support automatic handshake mode - Support Remote wake-up and power mana
  3. 所属分类:Other Databases

    • 发布日期:2017-04-28
    • 文件大小:137172
    • 提供者:TianChengRi
搜珍网 www.dssz.com