搜索资源列表
MCS5_uCOC_II
- 移植到MCS51的uCOS_II。 1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl数组用于查表,所以应该放在code里。 增加code关键字。UCOS_II.H和OS_CORE.C。 2。OS_CFG.H堆栈大小MaxStkSize改为900。 3。OS_CPU_C.C的InitTimer0函数增加了关于开T0中断的解释。 允许T0中断,此时EA=0(51上电缺省值),中断还不会发生,满足在OSStart()前不产生中断的要求。
IICMaster
- 12Mhz标准51的100KHz IIC总线主器件模拟方式驱动程序。 本驱动程序即可以在没有Small RTOS的情况下使用。此时,要使用本驱动程序只需要配置IIC总线使用的IO口。在驱动程序的主文件iic_master.c仅包含一个文件config.h。用户需要的是在这个文件中设置IIC总线使用的IO口SDA和SCL。如果用户单独使用iic_master.c,还要在config.h包含iic_master.h文件和其它必须的文件如reg51等;并定义宏TRUE、FALSE和与编译器无关的
fat16-fileread
- 功能:基于FAT16的文件读写操作C语言代码 作用:可以用作优盘文件系统开发的参考,是嵌入式开发人员的 好资料-functions : Based on the paper read and write FAT16 operating role C language code : You Pan document can be used as a reference system development, embedded development is the good in
200
- 基于FAT16的文件读写操作C语言代码和微软的官方公布的资料
FileOperation
- 在embedded visual c++4.0 环境下编的 关于文件操作的程序,在三星S3C2410的arm开发板上运行通过。
file_demo
- tp850掌机源码文件操作例子,C语言写的,可以
C++程序
- 文件的输入输出操作
msp430位操作c语言编程
- msp430位操作c语言编程 方便设计和使用EDB430及MSP430编程 内容包括 宏定义方式 使用IO头文件方式 和相关总结-msp430-bit operation c language programming Facilitate the design and use of EDB430 and MSP430 Programming Macro definition includes the first use of IO and the related su
gly.c
- 用C8051F020实现的基于TCP/IP协议的虚功率源。C8051F020外接LCD,键盘,USB接口,以太网及LXI总线。USB接口采用CH372芯片,在计算机端,CH372的配套软件提供了简洁易用的操作接口,通用Windows驱动程序提供设备级接口,通过DLL提供API应用层接口,与本地端的单片机通讯就如同读写文件。以太网接口部分采用W3100A实现传输层、网络层、数据链路层的功能,采用RTL8201BL实现物理层的功能。-With the realization C8051F020-ba
24C02
- I2C总线芯片24C02在单片机上的应用,C语言源码,Keil uVision3工程文件,附原理图及说明学习文档 I2C总线协议 I2C总线协议是一种常见的电子元器件通信协议,此协议的特点是利用很少的IO口进行信息的交互,除去片选和时钟同步外,实际的I2C总线协议仅仅通过两根线就完美解决了信息的交流。 I2C总线协议在我们提供的资料中可以找到,您可以阅读此资料来了解协议的内容和详细的规范。 虽然相较并口总线来说,I2C总线在速度上会慢一些,但它具有硬件电路简单,多个器件共享
24cXX_c51
- MCS51 C语言操作AT24Cxx的函数。采用头文件加c文件的形式。可对AT24Cxx系列的EEPROM进行单字节和多字节的读写操作。可作底层库函数使用。在EEPROM.c文件修改编译设置,可配置成针对具体不同的EEPROM芯片。-AT24Cxx library for mcs51.
FileExam
- CE下的文件操作源代码(vs2005 c++)-Code of file operation for windows ce
stm32_fat_sd_ini
- 单片机STM32F103,环境KEIL ARM,系统UCOS,功能: 1 - 移植了网络上一份开源的文件系统 2 - *.ini文件在单片机上的读写操作-SCM STM32F103, environment, KEIL ARM, the system UCOS, function: 1- transplanted to a source on the network file system 2-*. ini file read and write operations on the MC
file
- 基于周立功ARM2410芯片下的FILE类文件操作C代码-ARM2410 chip based on ZLG file operations under the FILE class C code
STM32_SD_SPI_Driver
- SD卡底层驱动,使用STM32的SPI接口与SD卡通讯,采用SPI方式. 文件系统中TFF.C和TFF.H文件不需要改动,只需要改动SD卡操作函数即可即可。 -SD card low level drivers, use the STM32' s SPI communications interface and SD card using SPI mode. File system TFF.C and TFF.H file without changes, just need to c
contact
- 我们在学习嵌入式时所编写的电话本的源代码,还只是初级阶段,在Linux系统下用Eclipse编写的C语言程序的。改程序分为文件操作和数据库(MysqL)操作,代码自己拿去看吧,代码注释很详细,应该能看得懂的。-Embedded in the study when we write the source code of this phone, just the initial stage, the Linux systems written in C language with the Eclip
Bin
- 文件操作,c语言的基本加法,文件操作,文件的读入和写入数据等基本的操作;-File operations,for example write data into file,read data from file the pin to file ,how to solve the problem
Linux-C-Programing
- 本书主要讲述文件操作、信号量处理以及线程和网络编程-This book focuses on file operations, signal processing, and the amount of thread and network programming
csvOperater
- 用c语言控制台程序,打开csv文件,进行单元增删改 方便整理数据(c console program to control the csv file ,to add delete modify cells for data operation.)
CH375的U盘文件级操作子程序库及相关例子源程序
- CH375的U盘文件系统相关代码和例子。(CH375's U disk file system related code and examples.)