搜索资源列表
snacpp
- windows环境下的开源ASN.1编译器,ASN.1描述编译为C++类型,提高开发人员的效率-open source ASN.1 Complier(C++)
sbcl-1.0.24
- 开源跨平台Lisp编译器,能把Lisp代码编译成目标机器码。-Steel Bank Common Lisp (SBCL) is an open source (free software) compiler and runtime system for ANSI Common Lisp.
MSchart
- 该程序实现了TIFF图像到raw图像的格式转换,并具有批处理功能,界面采用了BCG开发包,应用于摄影测量软件中对航片格式进行转换,也采用了开源的库libti -The program achieved a TIFF image to raw image formats and has batch processing, interface development kit using BCG, used in photogrammetry software to convert formats
dsnet-server-src-1.1.0
- cleversafe的源代码,目前因为商业化运作,已绝版。这是最后一版的开源。本包为服务器端源代码- This open source version of the Cleversafe dsNet has been tested to work on Linux. For installation, configuration, and usage instructions visit www.cleversafe.org.
dsnet-client-src-1.1.0
- cleversafe的源代码,目前因为商业化运作,已绝版。这是最后一版的开源。本包为客户器端源代码- This open source version of the Cleversafe dsNet has been tested to work on Linux. For installation, configuration, and usage instructions visit www.cleversafe.org.
CRYSTA~2
- CrystalDiskInfo的开源代码,对于理解磁盘读写,以及获取磁盘SMART等信息很有帮助-CrystalDiskInfo open source code, for understanding the disk read and write, and get helpful information such as disk SMART
xsd
- 新生代企业网站管理系统是一款基于php+mysql+smarty的免费开源建站系统。整套系统的设计构造,完全考虑大中小企业类网站的功能要求,网站的后台功能强大,管理简捷,支持模板机制,配置中英文双语言版-The new generation of enterprise website management system is a free, open source based php+mysql+smarty Station system. The entire system is design
Autoit3
- Autoit3反编译引擎,对目前大部分Autoit3都可以进行反汇编,很强大的一个工具开源-Autoit3 decompile engine, right now most Autoit3 can disassemble a very powerful tool for open-source
gcc-4.7.1-patches-1.5
- gcc编译器是个开源的编译器,这是其中的一个版本的源代码-The gcc compiler is an open source compiler, which is one of the versions of source code
TinyXML
- TinyXML是一个开源的解析XML的解析库,能够用于C++,能够在Windows或Linux中编译。这个解析库的模型通过解析XML文件,然后在内存中生成DOM模型,从而让我们很方便的遍历这棵XML树-TinyXML is an open source parsing XML parsing library that can be used in C++, Windows or Linux can be compiled. The analytical model by parsing the
dasm-2.20.11-win32-x86
- 开源的8位MCU汇编器源代码,可以用于学习编译器原理。-A assembler source code.
MurmurHash
- MurmurHash算法:高运算性能,低碰撞率,由Austin Appleby创建于2008年,现已应用到Hadoop、libstdc++、nginx、libmemcached等开源系统。-MurmurHash algorithms: high computing performance, low collision rate by Austin Appleby, founded in 2008, has been applied to Hadoop, libstdc++, nginx, lib
C-interpreter-Picoc-2.1
- Picoc是google开源代码项目中看到的一个项目,其初衷貌似是要做一个在小的嵌入设备上的C解释器。它的核心代码只有3500行左右,可读性不错,虽然没有实现完整的ISO C标准,基本的C运行库还是具备了。-Picoc is a very small c interpreter.
avr-libc-1.8.0
- 开源 avr编译器 This avr-libc. It is a C library implementation for use with GNU GCC and GNU binutils for development of programs for Atmel s AVR microcontrollers-This is avr-libc. It is a C library implementation for use with GNU GCC and GNU binutils fo
JSON-Debug2.0
- 类_JSON_:已实现JSON解析、生成、编辑的整套方案,并已封装成模块。 未参照任何开源解析算法,经过多次改进已然成为了一个稳定强大的json处理核心。 类_格式化JSON_快速:以类的形式对json文本格式化和反格式化, 类的封装意味着一段超长文本可以分几次加入是没有问题的,不再担心卡机。 JSON调试器:JSON解析模块的附属品,也算是模块的例程,依托强大的 JSON解析、编辑核心已然可以说是最强大的JSON视图调试器,助您快速准确的 找出json文本中的错误原因。