登录
首页 » 数据结构 » db .* (pronounced dee

db .* (pronounced dee

于 2023-07-22 发布 文件大小:1.27 MB
0 82
下载积分: 2 下载次数: 1

代码说明:

db.* (pronounced dee-be star) is an advanced, high performance, small footprint embedded database for open source operating systems.-db .* (pronounced dee-be star) is an advanc ed, high performance, small footprint embedded database for open sou rce operating systems.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • 假设一个文件中出现了8种符号S0,SQ,S2,S3,S4,S5,S6,S7,那么每种符号要编码,至少需要3bit。假设编码成000,001, 010,011,1...
    假设一个文件中出现了8种符号S0,SQ,S2,S3,S4,S5,S6,S7,那么每种符号要编码,至少需要3bit。假设编码成000,001, 010,011,100,101,110,111。那么符号序列S0S1S7S0S1S6S2S2S3S4S5S0S0S1编码后变成 000001111000001110010010011100101000000001,共用了42bit。我们发现S0,S1,S2这3个符号出现的频率比较大,其它符号出现的频率比较小,我们采用这样的编码方案:S0到S7的码辽分别01,11,101,0000,0001,0010,0011, 100,那么上述符号序列变成011110001110011101101000000010010010111,共用了39bit。尽管有些码字如 S3,S4,S5,S6变长了(由3位变成4位),但使用频繁的几个码字如S0,S1变短了,所以实现了压缩。对于上述的编码可能导致解码出现非单值性:比如说,如果S0的码字为01,S2的码字为011,那么当序列中出现011时,你不知道是S0的码字后面跟了个1,还是完整的一个S2的码字。因此,编码必须保证较短的编码决不能是较长编码的前缀。符合这种要求的编码称之为前缀编码。要构造符合这样的二进制编码体系,可以通过二叉树来实现。-Suppose a file appears in eight kinds of symbols S0, SQ, S2, S3, S4, S5, S6, S7, then each symbol to be encoded, at least 3bit. Suppose encoding 000,001, 010,011,100,101,110,111. Then the symbolic sequence S0S1S7S0S1S6S2S2S3S4S5S0S0S1 encoded into 000001111000001110010010011100101000000001, sharing a 42bit. We found that S0, S1, S2 these three symbols the frequency of relatively large, the other symbols the frequency is relatively smal
    2022-04-27 21:17:34下载
    积分:1
  • 附所有源码和控件 MovingChar.ocx 循环移动的字幕 as97Popup.ocx 按钮 其中有使用data控件和环境设计器打开有密码的库的方法...
    附所有源码和控件 MovingChar.ocx 循环移动的字幕 as97Popup.ocx 按钮 其中有使用data控件和数据环境设计器打开有密码的数据库的方法。-all MovingChar.ocx cycle and control the movement of subtitles as97Popup.ocx button which controls the use of data and data environment designed to open a password database approach.
    2022-04-27 02:14:58下载
    积分:1
  • 常用的,高斯
    数据结构中常用的Gauss-Seidel 迭代算法-commonly used data structures, the Gauss- Seidel iterative algorithm
    2022-05-22 13:00:57下载
    积分:1
  • 视频存储系统
    该系统允许注册新出租,改变现有的租金数据、 删除文件压缩的租金 按主索引键和辅助键搜索。
    2022-02-03 17:55:56下载
    积分:1
  • 信息社会的高科技,商品经济化的高效益,使计算机的应用已普及到经济和社生活的各个领域。计算机虽然与人类的关系愈来愈密切,还有人由于计算机操作不方便继续用手工劳动。...
    信息社会的高科技,商品经济化的高效益,使计算机的应用已普及到经济和社生活的各个领域。计算机虽然与人类的关系愈来愈密切,还有人由于计算机操作不方便继续用手工劳动。为了适应现代社会人们高度强烈的时间观念,考试系统软件为教学办公带来了极大的方便。该软件是以VB编程语言为主实现语言,其功能在系统内部有源代码直接完成。通过操作手册,使用者可以了解本软件的基本工作原理。操作人员只需输入一些简单的汉字、数字,即可达到自己的目标。-information society technology, commodity economy of the high effectiveness and the application of computers have access to the economy and society in all areas of life. Although computer and human relations more closely, it was inconvenient for computer operators continue to use manual labor. In order to adapt to modern society was highly strong concept of time, the examination system software for teaching office brought great convenience. The software is Visual Basic programming language mainly to achieve language, and its function within the system active code directly completed. Through the operations manual, users of the software can understand the basic principle. Operators only need to input some simple Chinese characters, numbers, and can achieve their goals.
    2023-08-28 13:10:04下载
    积分:1
  • use TreeCtr controls access to the database
    利用TreeCtr控件访问数据库-use TreeCtr controls access to the database
    2022-04-12 12:12:12下载
    积分:1
  • 一道北大acm的试题,用双向链表实现模拟内存分配的程序
    一道北大acm的试题,用双向链表实现模拟内存分配的程序-1 Peking University acm of examination questions, with two-way linked list of memory allocation procedures for analog
    2022-03-02 17:16:01下载
    积分:1
  • Nc file created using f90 interface and a demonstration of four
    利用f90接口创建nc文件,并演示4维数据的创建方法-Nc file created using f90 interface and a demonstration of four-dimensional data to create methods
    2022-07-03 18:30:46下载
    积分:1
  • 本程序实现调用开放式库连接 (ODBC) 函,及调用 ODBC 函 SQLTables 和 SQLColumns。 显示选定库中的所有表,以及...
    本程序实现调用开放式数据库连接 (ODBC) 函数,及调用 ODBC 函数 SQLTables 和 SQLColumns。 显示选定数据库中的所有表,以及为每一个表显示列的列表和有关每一列的信息.-the program called Open Database Connectivity (ODBC) functions, and ODBC function calls and SQLColumns SQLTables. Shows selected database of all the tables, and each table shows a list of columns and each of the information.
    2022-12-05 19:35:03下载
    积分:1
  • 代码注重B树插入、删除的算法逻辑,适用于 学习者研究B树实现的核心思想。代码中无庞杂的无关操作...
    代码注重B树插入、删除的算法逻辑,适用于 学习者研究B树实现的核心思想。代码中无庞杂的无关操作-focus on B-tree code insertion, deletion algorithm logic applies to B-tree research learners to achieve the core idea. The code has nothing to do with the complex operation
    2022-06-02 08:09:41下载
    积分:1
  • 696518资源总数
  • 105219会员总数
  • 11今日下载