搜索资源列表
LCD20070109
- 基于三星S6B0741芯片的LCD,LCD型号为LM9033A。单3.3V电压,有并行和串行通讯模式,串行通讯只需5个IO,所以使用起是来很方便。本例用ATmega16驱动,串行连接,WINAVR C语言编程。在此贴出程序,希望能给大家一些帮助-based on the chip Samsung S6B0741 LCD, LCD models LM9033A. Single 3.3 V voltage, parallel and serial communication model, seria
c8051f0xcxC
- c8051f0xx blinky io c语言代码-c8051f0xx blinky io c language code
Delphi_to_opto
- 一般OPTO22工业控制器主要用于IO控制,用途比较广泛而其上位机一般使用DELPHI平台或C平台进行建模和控制,该程序实现了OPTO和DELPHI平台下上位机之间模拟量\\数字量的传输,并以得到实际应用
C_example
- IO , HOLTEK IO C 语言应用
project1
- 操作系统内存分配释放算法的C语言模拟,包括首次适应法与循环首次适应法。指令可通过io转向从文件读入-The release of the operating system memory allocation algorithm for C-language simulation, including the first cycle for the first time to adapt to meet the law and the law. Io steering commands can b
main
- 作業系統RR排程方法,使用c程式來表示cpu bound & io bound (學校作業)-RR operating system scheduling methods, the use of c program to that cpu bound & io bound (school work)
pc_io
- 利用Visual C++实现PC机与远程IO模块串口通信-Visual C++ implementation using PC-Serial communication with the remote IO modules
Visual-CPP400source-code
- Visual C++范例大全 400+的实例源码 光盘实例源码 第1章 实例001——实现C++类的多重继承 实例002——使用虚函数实现运行时多态 实例003——操作符重载实现编译多态(复数的加法运算) 实例004——使用函数模板实现不同数据类型的极值函数 实例005——使用C++实现格式化数据的IO 实例006——实现数字金额的中文大写转换 实例007——将十进制数转换为二进制输出 实例008——产生随机数 实例009——实现排序
NStepSCAN
- NStepSCAN N步磁盘扫描调度算法C++程序-#include "stdafx.h" #include "stdlib.h" int L,P int a[20] int flag //访问位 typedef struct TASK { int requrie int io } TASK TASK T[50][50] TASK N[50] int diskway //当前磁道 void iod
nufangdexin
- 基于51单片机的GSM模块C语言发送短信程序 (2010-11-07 19:21:19) 标签: 基于51 单片机 的 gsm 模块 c语言 发送短信程序-fiof i jfr jio fajf gjioa gjrio groihrf io jio igoj ghrigjkgj io j jklfvj fjjfio jk k k k jkj gkjgk gj kjklj j i klj fi
az2
- Hi,this is a c program written with keil software for programming LPC2000 for working with IO ports in ARM micro,enjoy it -Hi,this is a c program written with keil software for programming LPC2000 for working with IO ports in ARM micro,enjoy it ...
74HC595
- 74HC595芯片的驱动C程序,经过测试,运行ok,可以直接使用,修改IO后可以做成自己的.h方便使用。-74HC595 chip driver C program, tested and runs ok, you can directly use, modify IO can be made after your own. H easy to use.
74ls164-with-138-IO
- 74ls164与138扩展IO口的模拟串口c程序-74ls164 with 138 IO expansion port analog serial c program
q-2501
- 用松翰SN8P2501B C语言编写的红外解码,普通IO口接收红外遥控信号-Sonix SN8P2501B C language IR decoding, common IO port infrared remote control signal receiver
STM8(LED)
- stm8系列单片机 IO驱动数码管基础c语言程序-STM8 io basic software
Synchronize-C-Analog-Input
- Combine CAN Communication Logging With Other IO
5、译码器实验
- *实 验 名:译码器实验 *实验说明:8个LED灯显示LS138译码器输出的低电平 *连接方式: *注 意: ************************************/ #include <reg51.h> //---定义IO口---// sbit LSA=P2^2; sbit LSB=P2^3; sbit LSC=P2^4; //---声明全局函数---// void Delay10ms(unsigned int c); /******