搜索资源列表
XNLparser
- xml解析器(在niosII环境下用C语言开发的)-xml parser (niosII environment with C-language development)
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
xmlWM
- vs.net中在wince下使用xml的例子,通过该例子可以指导如何在wince下使用C#操作xml
SaveSettings
- c#使用XML保存程序配置参数的例子,vs2005下CE5.0程序。
wceui_800x480_demo
- WceUi界面库是Windows CE UI界面库的缩写, 是专门针对Windows CE应用开发所做的一套界面库,她能极大的提高Windows CE下的界面开发效率,迅速开发出理想的UI。 ------------------------------------------------------------------------------ 做Windows CE应用开发的会需要WceUi界面库。 WceUi界面库的关键特性: 完全实现iph
SinoSysPhoto
- 本例程通过一个电子相册介绍了XML语言在嵌入式设备中WINCE 5.0下的应用 开发环境VS.NET2005开发语言C#-The routines introduced through a photo album XML language in embedded devices under WINCE 5.0 application development environment VS.NET2005 C# development language
aardvark-examples-v4.00
- Aardvark Example Source Code Version: 4.00 Date: 2007-04-20 Source code which shows how to use the Aardvark I2C/SPI Host Adapter software libraries. Examples are available in C, C#, Python, Visual Basic 6, Visual Basic .NET, and Aardvark XML b
xml
- 原创的XML解析,不过只能解析节点及节点内容,不支持属性,纯C语言,适合嵌入式系统使用。-Original XML parsing, but only parse the contents of nodes and the node does not support attributes, pure C language, suitable for embedded systems.
parse_XML_C
- 标准C实现的XML解析源码。基于MCBXML。虽然在VS中实现,但根据它可以向各嵌入式平台移植。-Standard C source code implementation of the XML parsing. Based on MCBXML. Although the VS to achieve, but according to it can be transplanted to the embedded platform.
libxml2-2.6.11.tar
- Libxml是一个有免费许可的用于处理XML、可以轻松跨越多个平台的C语言库。-Libxml is a free license for dealing with XML, you can easily across multiple platforms, C language library.
xerces-c-src_2_8_0
- xerces是一个XML语法分析器,支持C++,使得程序能够方便的读取XML数据。-Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data.
ISO-8859-1__audio_C
- The General Hidden Markov Model library (GHMM) is a freely available LGPL-ed C library implementing efficient data structures and algorithms for basic and extended HMMs. The development is hosted at Sourceforge http://sourceforge.net/projects/ghmm/,
cxxtools-1.99.5.tar
- RapidXml 试图成为最快的 XML DOM 解析工具包,同时保证解析结果的可用性、可移植性以及与 W3C 标准的兼容性。RapidXml 使用 C++ 编写,因此在操作同一数据时,其解析速度接近于 strlen() 函数。 整个解析工具包包含在一个头文件中,所以使用时不用编译也不用连接。要想使用 RapidXml 只要包含 rapidxml.hpp 即可,当然如果要用附加功能(如打印函数),你可以包含 rapidxml_print.hpp 文件。 RapidXml 为采用C++语言
12345xmlc
- mini xml parser can work well on linux platform. can be porting to lpc2468.
xmllog.c
- XML代码编写源文件,里面是通过TCP/IP协议写的-The XML code to write the source file, which is the TCP/IP protocol to write
xmlparas
- 最精短高效的XML解析器,纯C单一程序,应用于银行的国税库行横向联网接口系统中, 稳定可靠,运行速度飞快,非相应的JAVA程序可比.-The most efficient XML parser fine short, pure C single procedure, the tax applied to bank lines of horizontal networking interfaces library system, stable and reliable, run fas
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.
klish-1.6.7
- klish (Kommand Line Interface SHell) 是一个在 Unix 系统上实现了 Cisco 方式的命令行接口的框架,可通过XML进行配置。是 clish 的衍生版本。-The klish is a framework for implementing a CISCO-like CLI on a UNIX systems. It is configurable by XML files. The KLISH stands for Kommand Line Interfa
mxml-2.6
- min xml,使用标准的 ANSI C编写的代码,可以用于嵌入式系统。-min xml,write with ANSI C code,and can use in embed application system.
lua-5.3.2.tar
- Lua 是一个小巧的脚本语言。作者是巴西人。该语言的设计目的是为了嵌入应用程序中,从而为应用程序提供灵活的扩展和定制功能。 Lua脚本可以很容易的被C/C++代码调用,也可以反过来调用C/C++的函数,这使得Lua在应用程序中可以被广泛应用。不仅仅作为扩展脚本,也可以作为普通的配置文件,代替XML,Ini等文件格式,并且更容易理解和维护。 Lua由标准C编写而成,代码简洁优美,几乎在所有操作系统和平台上都可以编译,运行。 一个完整的Lua解释器不过200k,在目前所