搜索资源列表
DOS系统下多任务列队处理C语言源程序
- 在DOS系统本身是不支持多任务的。此源程序为在DOS下实现多任务的简单例程-DOS system itself does not support multi-tasking. This source of the DOS multi-task under the simple routines
BCH-MPS430
- c语言写的用于单片机mps430的底层通信协议,包含了bch编解码,交织编解码,和crc校验。经过简单的修改即可用于其他的单片机。-write for the MCU mps430 underlying communication protocol includes the BCH encoding and decoding, codecs are intertwined, and crc check. After a simple modifications can be used in ot
SMAC(Sources)
- FREESCALE 提供的 ZIGBEE协议,简单的MAC实现源代码,称为SMAC,C语言实现。实际上是基于FREESCALE ZIGBEE芯片 MC13192,符合IEEE802.15 MAC和PHY规范-FREESCALE ZIGBEE provided by the agreement, the simple realization MAC source code, known as SMAC, C language. In fact FREESCALE ZIGBEE is based o
PIC数码管计算器简单版本.rar
- MPLAB V7.11 HI-TECH V8.05 Proteus V7.1 现在这只是一个简单的加法计算器,当前使用方法: 1) 输入第一个数(<4位);边输入边显示 2) 按+号;清空数码管; 3) 输第二个数(<4位) ; 边输入边显示 4) 按=号出结果;显示在数码管上 5) 按C号,返回1) 继续等待输入
基于74hc165的获取按键的c程序
- 基于74hc165的获取按键的c程序,经过测试,程序很简单明了,Access keys 74hc165 based on the c procedures tested, the procedure is very simple and clear
(简单无线点对点传输协议)及例程讲解
- (简单无线点对点传输协议)及例程讲解 注:本例程的源代码CC2530 BasicRF.RAR 来源于TI 官方网站,用户也可到TI 官方网站下载(需注册)。代码解压完成后,请将附件“LCD替换文件.rar”解压并将hal_lcd_srf05.c 文件替换掉..\CC2530 BasicRF\source\components\targets\common\ 文件夹下的同名文件, 同时将hal_lcd.h 文件换..\CC2530BasicRF\source\components\targe
c
- 学习单片机C语言的必备。多方面简单的阐述让你有全方位的认识-Single-chip C language study required. Many simple so that you have a full range of knowledge
fifo
- 这是一个串口通信的队列,单片机和电脑之间,单片机和单片机之间只要简单的调用函数就可以了。-This is a serial communication queue, single-chip computer and between computers, between single-chip MCU and a simple function call it.
RZ-SL19
- 无线遥控接收模块实验 简单C语言代码关于无线遥控接收编写介绍-Wireless remote control receiver module test simple C language code written descr iption on the wireless remote control receiver
RZ-SL20
- PCF8591 AD转换实验 简单C语言编码A D 转换介绍-PCF8591 AD conversion experiments simple C language code AD conversion descr iption
RZ-SL22
- PCF8591 AD转换实验 简单C语言编码A D 转换介绍-PCF8591 AD conversion experiments simple C language code AD conversion descr iption
2.c
- 电子时钟小程序,运行精度不错,程序简单明了。-Electronic Clock, with good precision and it s easy to read.
I-square-C-bus
- I方总线,上位机和下位机的通讯,简单有效的通讯方式,用于51单片机。-I side bus, the host computer and slave communication, simple and effective means of communication for the 51 single.
51MCU-C
- 51单片机常用实例程序代码,一切非常简单明了,傻瓜式的学习包-51 single instance of code used, all very simple, fool-learning package
MSP430-C
- msp430初学者可能会用到的一些例题资源,可以在简单编程调式中起到参考作用-sp430 beginners might need some examples, resources, can be in this simple programming as reference function
Keil-C
- 计算器,是一个很短的,很简单基础,只能算加减乘除的-Calculator, calculator,it is aaaaaaaa
FAT32_SD-Interface-C-function
- 在SD卡上实现FAT32文件系统,C实现,可程序结构清晰,简单易懂。里面还有一篇介绍FAT32文件系统的文档,学习代码之前,请耐心将pdf文档研读一遍,这样能达到事半功倍的效果-mplemented on the SD card FAT32 file system, C realized, program structure clear, simple and understandable. There is also a descr iption of the document FAT32 f
fengimngqi
- 基于51单片机的简单c语言小程序,用于蜂鸣器的测试等-Based on 51 single simple small c language program for testing the buzzer
15_舵机
- 是对于舵机的一些简单控制,可以很好地实现对舵机的控制。(Is for the steering gear of some simple control, you can achieve a good control of the steering gear.)
设置和显示时间的c++程序
- 可以设置和显示时间,代码简单易懂,除此之外还展示了几个简易的C++程序帮助理解