登录
首页 » 数据结构 » sqlite源代码

sqlite源代码

于 2022-01-27 发布 文件大小:1.40 MB
0 100
下载积分: 2 下载次数: 1

代码说明:

  SQLite是一个开源的跨平台的轻型数据库,WINCE本身也有一个自带的数据库SQLCE ,但占用的资源会比较大。最近项目中考虑用到 SQLite,因此特别研究了一下,下面介绍一下具体的移植方法。   去SQLite官网http://www.sqlite.org/download.htm下载最新的source code。我下载的是sqlite-amalgamation-3071401.zip。解压后会得得到四个文件(shell.c、s

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

发表评论

0 个回复

  • 、算法 矩阵运算程序
    数据结构、算法 矩阵运算程序-data structure, algorithm matrix calculation procedures
    2023-08-12 06:55:02下载
    积分:1
  • 最好用的库管理助手,帮助大家方便管理和使用
    最好用的数据库管理助手,帮助大家方便管理和使用数据库-The best use of database management assistant to help facilitate the management and use of U.S. data
    2022-02-11 20:03:18下载
    积分:1
  • C++ Builder程序员学习第2章
    C++ Builder程序员学习数据结构第2章-Builder C programmers to learn data structure Chapter 2
    2022-10-04 14:45:03下载
    积分:1
  • During the course design should be based on the actual situation in the main, on...
    在本次课程设计中,应该以实际情况为主,在此基础上实现对实际情况的抽象,并设计和建立数据库,完成应用程序界面的人性化地编写。 -During the course design should be based on the actual situation in the main, on the basis of the realization of the abstract of the actual situation and the design and establishment of databases, application programming interfaces to complete the preparation of humanity.
    2022-01-26 05:47:05下载
    积分:1
  • 词典(英文)
    数据结构词典(英文)-data structure Dictionary (English)
    2022-08-15 23:25:45下载
    积分:1
  • 课程设计,一个简单的银行业务模拟.在c++环境下调试通过.
    数据结构课程设计,一个简单的银行业务模拟.在c++环境下调试通过.-data structure curriculum design, a simple simulation of the banking business. C in the environment through debugging.
    2022-03-19 05:20:54下载
    积分:1
  • C++的类定义及有关算法
    C++数据结构图结构的类定义及有关算法-C data structure definition of the class structure and the algorithm
    2022-03-15 06:59:35下载
    积分:1
  • 链表,学生成绩记录
    这是一个学生成绩的记录表练习,是数据结构中的链表实现的,对初学者有很大帮助,自己写的,多有不足,请大家一起完善。
    2022-08-11 20:45:26下载
    积分:1
  • Access库下实现的系统,功能很强大,适合初学者学习~
    Access数据库下实现的系统,功能很强大,适合初学者学习~-Implemented under the Access database system, function is very powerful, suitable for beginners to learn ~
    2022-07-15 14:04:03下载
    积分:1
  • 假设一个文件中出现了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
  • 696518资源总数
  • 104353会员总数
  • 66今日下载