- 授权协议: GPL
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: http://jx9.symisc.net/
- 软件文档: http://jx9.symisc.net/c_api.html
软件介绍
Jx9是一个可嵌入的脚本引擎,基于JSON实现了图灵完备(Turing complete)的编程语言。
Jx9 是那些需要流行和高效率脚本支持应用程序(比如:游戏、数据库系统,文本编辑器,网络应用程序等)的理想库。 Jx9 借用来Lua编程的概念,使用一种简洁并且类似于C,JavaScript 和 JSON 的语法。拥有一个丰富的标准库,内置303个函数和139个常量。Jx9还原生支持多线程。Jx9具有以下特性:
Easy to bind C/C++ foreign functions as well foreign constants.
Turing complete programming language based on JSON.
Modern, clean and easy to use C/C++ API.
Clean and familiar syntax similar to C, JavaScript and JSON.
Thread safe and full reentrant.
Dynamically typed programming language.
Highly efficient and platform independent Bytecode compiler.
Function overloading like C++.
Built-in HTTP Request Parser.
Native support for Anonymous functions.
Amalgamation: All C source code for Jx9 are combined into a single source file.
Jx9 is an Open Source product
追踪Linux TCP/IP代码运行
秦健 / 北京航空航天大学出版社 / 2010-4-1 / 69.00元
本书以应用程序为线索,详细描述了数据包在协议栈的分段、重组、发送、接收过程,同时分析了路由的初始化和设置过程,主要包括socket应用程序、 TCP/IP协议、路由、通知链、邻居子系统等内容。全书涵盖了协议栈的全部知识点,对于广大的读者来说这是一本极其难得的技术资料。同时,书中论述了网络设备的工作原理,解释了RTL8169和嵌入式CS8900、DM9000网卡设备的核心过程。一起来看看 《追踪Linux TCP/IP代码运行》 这本书的介绍吧!
