简单数据库开发包 cdb

码农软件 · 软件分类 · 其他开发相关 · 2019-10-22 16:13:06

软件介绍

cdb 是一个快速、可靠而且简单的包,用来创建和读取不变的数据库,数据库结构提供多种特性:

  • 快速查找: A successful lookup in a large database normally takes just two disk accesses. An unsuccessful lookup takes only one.

  • 低负载: A database uses 2048 bytes, plus 24 bytes per record, plus the space for keys and data.

  • 无随机限制: cdb can handle any database up to 4 gigabytes. There are no other restrictions; records don't even have to fit into memory. Databases are stored in a machine-independent format.

  • 快速原子的数据库替换: cdbmake can rewrite an entire database two orders of magnitude faster than other hashing packages.

  • Fast database dumps: cdbdump prints the contents of a database in cdbmake-compatible format.

cdb 设计用于关键任务的应用,例如 email。

本文地址:https://codercto.com/soft/d/17325.html

神经网络与机器学习(原书第3版)

神经网络与机器学习(原书第3版)

[加] Simon Haykin / 申富饶、徐烨、郑俊、晁静 / 机械工业出版社 / 2011-3 / 79.00元

神经网络是计算智能和机器学习的重要分支,在诸多领域都取得了很大的成功。在众多神经网络著作中,影响最为广泛的是Simon Haykin的《神经网络原理》(第3版更名为《神经网络与机器学习》)。在本书中,作者结合近年来神经网络和机器学习的最新进展,从理论和实际应用出发,全面、系统地介绍了神经网络的基本模型、方法和技术,并将神经网络和机器学习有机地结合在一起。 本书不但注重对数学分析方法和理论的探......一起来看看 《神经网络与机器学习(原书第3版)》 这本书的介绍吧!

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具