搜索:embeddable
找到约 7 项符合「embeddable」的查询结果
结果 7
https://www.eeworm.com/dl/689/351577.html
SQL Server
SQLite is a small, fast, embeddable database. What makes it popular is the combination of the databa
SQLite is a small, fast, embeddable database. What makes it popular is the combination of the database engine and interface into a single library as well as the ability to store all the data in a single file. Its functionality lies between MySQL and PostgreSQL, however it is fast ...
https://www.eeworm.com/dl/628/419627.html
编译器/解释器
Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedura
Lua is a powerful, fast, lightweight, embeddable scripting language.
Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based ...
https://www.eeworm.com/dl/617/249090.html
压缩解压
The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisi
The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisidec] intended for decoding all current and future Vorbis I compliant streams. The Tremor libvorbisidec library exposes an API intended to be as similar as possible to the familiar ...
https://www.eeworm.com/dl/617/249094.html
压缩解压
The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisi
The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisidec] intended for decoding all current and future Vorbis I compliant streams. The Tremor libvorbisidec library exposes an API intended to be as similar as possible to the familiar ...
https://www.eeworm.com/dl/523/103163.html
数据库系统
项目描述: SQLite is a small C library that implements a self-contained, embeddable, zero-configuration S
项目描述: SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Features include
https://www.eeworm.com/dl/686/291333.html
VC书籍
Ch is an embeddable C/C++ interpreter for cross platform scripting, 2D/3D plotting, numerical compu
Ch is an embeddable C/C++ interpreter for cross platform scripting,
2D/3D plotting, numerical computing and embedded scripting.
https://www.eeworm.com/dl/518/245676.html
数值算法/人工智能
B树算法实现
B树算法实现,非常难得!btree implementation for random lookups, transaction handling, sequential access methods, and a small embeddable footprint.