搜索资源列表
facility
- 基于Vxworks平台的几个代码(C),一个FTP服务器的代码,一个是基于SOCKET机制的通用服务器,还有一个是简单XML解释器-Vxworks several code (C), an FTP server code SOCKET is a mechanism based on the common server, there is a simple explanation for XML
litterCanaly
- 很好的litterc解释器的代码分析,看看人家是怎样实现c的解释的。-Litterc good interpreter of the code analysis to find out how they achieve c interpretation.
TCexp
- 解释运行单片机code段内的C语言程序,类似于脚本解释器-Explain running microcontroller code segment within the C Programming Language
picoc-2.1
- 微型、跨平台、易扩展的C语言解释器,可作为无人机系统的脚本语言。--Miniature, cross-platform, easy to expand the C language interpreter can be used as a scr ipting language UAV system.-
iksemel_for_ucos
- 在UCOSII中移值的iksemel解释器,需要自定义标准C语言的内存分配和文件操作API接口.-Xml interpreter UCOSII the shift in values , you need to customize the standard C language, memory allocation and file manipulation API interface.
STM32F10x_CLI_Picoc---v2.1
- 一个非常小的C解释器的脚本。它最初是作为一个无人机的飞行系统板上的脚本语言。它也非常适合于其他机器人,嵌入式和非嵌入式应用。-A very small C interpreter scr ipt. It was originally used as a UAV flight system board scr ipting language. It is also well suited for other robots, embedded and non-embedded application
lua-5.3.2.tar
- Lua 是一个小巧的脚本语言。作者是巴西人。该语言的设计目的是为了嵌入应用程序中,从而为应用程序提供灵活的扩展和定制功能。 Lua脚本可以很容易的被C/C++代码调用,也可以反过来调用C/C++的函数,这使得Lua在应用程序中可以被广泛应用。不仅仅作为扩展脚本,也可以作为普通的配置文件,代替XML,Ini等文件格式,并且更容易理解和维护。 Lua由标准C编写而成,代码简洁优美,几乎在所有操作系统和平台上都可以编译,运行。 一个完整的Lua解释器不过200k,在目前所