CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - minisql

搜索资源列表

  1. ccql

    0下载:
  2. 我们自己写的miniSQL代码,还没调试好哦-write our own code of miniSQL, No debugging weeks ago
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:32326
    • 提供者:郑达韡
  1. minisql

    0下载:
  2. 这是一个用C编写的小型数据库系统,实现了数据库,实现了表的定义,查找,插入,删除,索引等数据库操作。是一个数据库原型。
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:64977
    • 提供者:liang
  1. MINiSQLC语言版

    1下载:
  2. 一次大作业,要求设计并实现一个精简型单用户SQL引擎(DBMS)MiniSQL。
  3. 所属分类:数据库编程

    • 发布日期:2009-03-13
    • 文件大小:2583343
    • 提供者:s120168796
  1. MiniSQL_sample

    0下载:
  2. 用C++实现的MINI SQL服务器 支持标准的常用SQL查询语句-With C++ Realized MINI SQL server to support the standards commonly used SQL query
  3. 所属分类:SQL Server

    • 发布日期:2017-04-03
    • 文件大小:227110
    • 提供者:12345
  1. MiniSQL_VC2008

    0下载:
  2. 大学数据库系统设计原理大程序minisql 实现基本的DBMS功能-minisql project has basic DBMS functions used in Datebase
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-08
    • 文件大小:1796971
    • 提供者:王彬
  1. MiniSQL

    0下载:
  2. Mini SQL对用户提供的数据缺少充分过滤,远程攻击者可以利用这个漏洞对目标服务器进行格式字符串攻击,可能以数据库进程权限在系统上执行任意指令。 远程攻击者可以发送恶意格式串来触发此漏洞,导致破坏进程中的任意敏感信息,造成以数据库进程... -Mini SQL user data provided by the lack of adequate filtering, remote attacker could exploit the vulnerability on the target se
  3. 所属分类:Database system

    • 发布日期:2017-04-11
    • 文件大小:1084
    • 提供者:柳益君
  1. 9minisql

    0下载:
  2. mini数据库 实现了一个简单的sql数据的查询-mini database implements a simple data query sql
  3. 所属分类:SQL Server

    • 发布日期:2017-04-05
    • 文件大小:64981
    • 提供者:ewe
  1. MyminiSQL

    0下载:
  2. 自己实现的小数据库程序,能实现创建表格,插入数据,显示数据等基本操作。压缩包内为Visual Studio 2010的工程文件。-My own miniSQL database database program that can achieve to create tables, insert data, display data and other basic operations. Compressed package for Visual Studio 2010 project file
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-17
    • 文件大小:48777
    • 提供者:Xiong Liu
  1. CIndexManager

    0下载:
  2. 数据库系统中使用的B+树索引,可以插入、删除键值,支持等值查找和范围查找。minisql中的index manager模块-Database system used in the B+ tree index, you can insert, delete the key, find support and range of equivalents to find. Index manager module in minisql.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-05
    • 文件大小:7242
    • 提供者:郭方舟
  1. bfBufferTest

    0下载:
  2. miniSQL buffer manager 以block (4k)为基础的从disk到main memory的buffer,CPP,全自动的,高度封装,无需其他模块帮助,即已经实现dirty,LRU 替换等功能-miniSQL buffer manager based on blocks which is 4k size, in cpp, high ziped, need no assistance from other module to implement the LRU replacem
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:2670689
    • 提供者:chen
  1. Interpreter

    0下载:
  2. 小型数据库系统miniSQL的interpreter模块-miniSQL s interpreter module~~
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-16
    • 文件大小:12922
    • 提供者:chen
  1. msql-3.0-P5.tar

    0下载:
  2. MiniSQL3.0版本。开源嵌入式数据库源码包形式发布。-Embedded MiniSQL
  3. 所属分类:Other Databases

    • 发布日期:2017-11-20
    • 文件大小:383810
    • 提供者:302501035
  1. MiniSQL4.0

    0下载:
  2. MiniSQL Search for certain tuple Search between a range Create table Create B+index based on the key Drop table Drop index -A simple database. Simple operations are supported like search for certain tuple and create a new table. B+tree
  3. 所属分类:MySQL

    • 发布日期:2017-11-21
    • 文件大小:10957500
    • 提供者:王一婷
  1. MinSQL

    0下载:
  2. minisql设计 数据库课程设计大程参考代码-minisql large database curriculum design process design reference code
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-17
    • 文件大小:4240643
    • 提供者:刘洋
  1. MiniSql

    0下载:
  2. 用C++开发的数据库系统,有MFC界面,支持基本的SQL命令,用文件模拟硬件实现buffer调度,实现文件内的B+树索引,比较有参考价值。-With C++ development of the database system, there are MFC interface, support for basic SQL commands, with the file buffer analog hardware implementation schedule to achieve B+ tre
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-19
    • 文件大小:28782901
    • 提供者:孔晗聪
  1. MiniSQL-v3

    1下载:
  2. 小型数据库系统,Visual Studio 2008/2010工程,可直接运行,支持SQL语句、建立B+树索引、计算操作时间等功能-Small database system, Visual Studio 2008/2010 project can be run directly support the SQL statement to establish B+ tree index, calculated operation time etc.
  3. 所属分类:Other Databases

    • 发布日期:2017-05-18
    • 文件大小:5056478
    • 提供者:Chan Cheng
  1. jksql

    0下载:
  2. 实现了创建数据库,建表等SQl的功能,有问题存在,望见谅。-Designed and implemented a streamlined single-user SQL engine (DBMS) MiniSQL, through the character interface allows the user to enter SQL statements to achieve the table create/delete index create/delete table records,
  3. 所属分类:Other Databases

    • 发布日期:2017-05-02
    • 文件大小:911926
    • 提供者:yzh
  1. MiniSQL-master

    0下载:
  2. 利用c语言,实现了简单的数据库系统。可以实现数据的增删改查。-It implements a simple system.
  3. 所属分类:MySQL

    • 发布日期:2017-04-29
    • 文件大小:27612
    • 提供者:tanying
  1. MiniSQL

    0下载:
  2. 能够执行简单建表和查找删除功能的迷你数据库。-A mini which can perform fundamental functions.
  3. 所属分类:SQL Server

    • 发布日期:2017-06-17
    • 文件大小:27068843
    • 提供者:qiwu
  1. MiniSQL-master

    2下载:
  2. 一款简易的迷你数据库,可以执行插入 删除 查询等操作,迷你数据库有多个作用 -A simple mini-database, you can perform operations such as insert or delete a query, the has more than one mini-effect
  3. 所属分类:Other Databases

    • 发布日期:2017-05-06
    • 文件大小:765705
    • 提供者:Bruce Zhang
« 1 2 34 »
搜珍网 www.dssz.com