搜索资源列表
XBMC_mplayer_src
- 微软XBOX 上的XBMC_mplayer的源代码,使用标准 C编写,包含MP3解码,视频解码,TV out驱动,输入输出驱动等,对开发音视频都可以使一个很好的参考。-XBMC_mplayer of the source code, the use of standard C preparation, including MP3 decoder, video decoder, TV-out, such as input and output drivers for the development
newlib-1.16.0.tar
- Newlib 嵌入式 C库 标准实现代码,支持多种CPU:ARM、PPC、MIPS、X86
C-Datasheet_SHT21_V1.0
- SHT21, 新一代 Sensirion 湿度和温度传感 器在尺寸与智能方面建立了新的标准:它嵌 入了适于回流焊的双列扁平无引脚DFN 封装, 底面 3 x 3mm ,高度1.1mm。传感器输出经过标 定的数字信号,标准 I2C 格式。 SHT21 配有一个全新设计的CMOSens® 芯 片、一个经过改进的电容式湿度传感元件和 一个标准的能隙温度传感元件,其性能已经 大大提升甚至超出了前一代传感器(SHT1x 和SHT7x)的可靠性水平。例如,新一代湿
DLT645-97-07Analysis
- 能够完成DLT645-1997和DLT645-2007规约的自适应解析,并给出解析结果,该代码用于标准645电表的抄表模块中。-Able to complete the DLT645-1997 and DLT645-2007 Statute of the adaptive analysis, and gives analytical results, the code for the standard 645 meter of the meter reading module.
c64plusbmarks
- TI DSP标准测试程序集benchmark,c和汇编两个版本-TI DSP standard test procedures set benchmark, c and the compilation of two versions
645
- 本代码为以电力654规约为标准的与电能表通讯的掌上机的源程序-The code for the Statute of electricity as a standard 654 watt-hour meter communication with the handheld machine source code
SymbianSTL
- c++ 标准库移植到symbian 操作系统-c++ standard library ported to symbian operating system
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.
fatfs_R0.07c_code_source
- FatFs是一个通用的文件系统模块,以小的嵌入式系统的FAT文件系统。 FatFs的编程遵守的ANSI C格式语法标准,因此它是具有独立于硬件架构。可用于PIC, AVR, SH, Z80, H8, ARM-FatFs is a generic file system module to implement the FAT file system to small embedded systems. The FatFs is written in compliance with ANSI C,
modbus
- 工业控制之单片机与PC通讯协议源码,标准的MODBUS协议-Microcontroller and PC communication protocol source
BaseIEEE802.15.4
- 利用JN5139实现2个节点之间基于IEEE802.15.4标准的通信。网络拓扑结构为星型,节点一个为Coordinator节点,一个为Enddevice节点。开发环境为Jennic CodeBlocks软件,用C语言编写。-Used to achieve two nodes JN5139 IEEE802.15.4 standards-based communication. For the star network topology, node 1 as the Coordinator nod
timeout-list-malloc
- 从uclibc的malloc和glib的glist、timeout提取出来的代码,用于嵌入式开发。分配一块内存用于动态内存,有定时功能,提供双向链表这种容器。用于没有操作系统和c标准库支持的环境。-Uclibc' s malloc and glib from the glist, timeout extracted the code for embedded development. A memory for dynamic memory allocation, there is timi
BLINKY
- 台湾学者高焕堂通过C语言宏定义技巧,为标准C语言添加部分面对对象的属性。 附件中为基于51单片机的闪烁灯程序,通过lw_oopc_kc.h来实现。工程在Keil下创建-Church scholars in Taiwan High-Huan C language macro defined by skills, as the standard C language to add some to face object. Annex 51 MCU-based flash lamp proces
ft244
- 这是一个TrueType字库操作模块,通过它,您可以直接访问*.ttf字库,读取字库的风格、某个字的轮廓、闭包等等各种信息。 该模块中包含了足够的源文件,都是以标准C编制的,可以在任何编译环境下进行编译,并且还有调用例子供参考。最新版本-This is a TrueType font operation module, through which you can directly access the*. ttf font, read the font style, the outline
LCD1602
- 通过标准程序静态显示2行字符,适用于单片机的c程序 -Static display by standard procedures 2 line character, c program for the microcontroller
1602DT
- 通过标准程序动态显示字符用于LCD1602,用于单片机c程序,-Dynamic display of character by the standard procedure for LCD1602, c program for the microcontroller,
RT-Thread-1.0.2
- RT-Thread 嵌入式操作系统 Kernel内核部分包括了RT-Thread的核心代码,包括对象管理器,线程管理及调度,线 程间通信等的微小内核实现(最小能够到达4k ROM,1k RAM体积占用)。内核库是为了保证 内核能够独立运作的一套小型类似C库实现(这部分根据编译器自带C库的情况会有些不同,使 用GCC编译器时,携带更多的标准C库实现)。CPU及板级支持包包含了RT-Thread支持的各个平 台移植代码,通常会包含两个汇编文件,一个是系统启动初始化文件,一个是线
HT16L23_BD_Player_Demo
- HT16L23 演示代码,标准C编写,项目文件完整。采用IO模拟。-HT16L23 Driver
Fatfs_GCC
- FatFs gcc 编译工程 FatFs Module是一种完全免费开源的FAT文件系统模块,专门为小型的嵌入式系统而设计。它完全用标准C语言编写,所以具有良好的硬件平台独立性,可以移植到8051、PIC、AVR、SH、Z80、H8、ARM等系列单片机上而只需做简单的修改。它支持FATl2、FATl6和FAT32,支持多个存储媒介;有独立的缓冲区,可以对多个文件进行读/写,并特别对8位单片机和16位单片机做了优化。-FatFs Module is a completely free
LIS2DW12驱动源码
- LIS2DW12重力加速度芯片驱动源码,标准c编写,可以应用于各种嵌入式平台开发