搜索资源列表
mcu_ps2
- 51单片机驱动标准PC机键盘的程序,PC机键盘按键通码与ASCII对照表,这个库要配合<单片机驱动标准pc机键盘的c51程序>使用.-51 Microprocessor standard PC keyboard procedures, PC keyboard keys-ASCII code table with the library to meet
LCD12864
- 12864液晶原程序.#include <reg52.h> #include <intrins.h> typedef unsigned char BYTE typedef bit BOOL sbit rs=P2^0 sbit rw=P2^1 sbit e =P2^2 BYTE code dis[]={\"www.zansi.com\"} delay(BYTE ms) {
CodebankingProjectsample
- CPU的code banking技术实例: This Zip file contains five (3) folders: FastChip Project Files * This folder contains a folder called \"Bank\" that should be moved into: <install_root>\\FastChip\\Projects Keil Project Files *
LT-1B_Programs
- 力天电子MSP430F149开发板,测试源代码。 详细请见附带的《程序目录.pdf》-MSP430F149-day electronic power development board to test the source code. Details, see the accompanying " directory. Pdf"
447_dt
- 台湾原产书籍<<EM78P447实作>>所附全部源程序(当初真是费了劲才得到此书).提供给学习义隆单片机的朋友-Taiwan origin books " <EM78P447实作> " All the attached source code (the original book to be really took Jin Cai). Available to the learning Elan microcontroller' s f
MCU_Digital_Clock
- <基于单片机的数字钟设计> 个人做的毕业设计,带Protel图,源代码用proteus软件仿真通过,附有毕设论文-<Based on single-chip digital clock design> individuals do graduate design, with Protel map, the source code through the use of Proteus software simulation, complete with paper-ba
pvpvc
- 遥控解码通过电脑串口显示 /* 晶振:11.0569MHz */ #include <REGX52.h> #define uchar unsigned char uchar data IRcode[4] //定义一个4字节的数组用来存储代码 uchar CodeTemp //编码字节缓存变量 uchar i,j,k //延时用的循环变量 sbit IRsignal=P3^2 //HS0038接收头OUT端直接连P3.2(INT0) /******
Supermarketcashregistersummary
- 本题必须采用广州周立功单片机发展有限公司赞助的ARM2138实验开发仪为主机板;并扩展显示器、键盘、打印机等相应接口;超市的物品使用13位数字编码(每件物品均有相对应的条形码)。 (1) 简易超市收银机具有可设置100个商品价目表(PLU),并具有掉电保护。商品的数字编号、品名(数字或英文字母)、单价等信息可输入;具有200条销售日志。 (2) 扩展键盘实现数字和英文字符输入; (3) 扩展打印机打印商品销售记录(包括售货日期、时间、商品名称、单价、合计等); (4) 显示器上可
TCPIP
- 单片机实现TCPIP协议的完整C源程序 TCP <-> RS232 的应用 分配本地用户自定义服务模式应用TCP端口号-MCU TCPIP protocol complete C source code
jpxs
- 取键值程序 功能:等待键入,并刷新显示,并返回键值放 A 占用: PSW,A,DPTR,R0,R2,R3,R4,R6,R7 入口:无 出口: A ORG 0190H WAT_KB: MOV R0,#3FH WAT_0: ACALL DISP_0 刷新显示器 ACALL T_KB JZ WAT_0 无键 , 循环 ACALL KEY_LD 延时消抖-#include<reg51.h> #include<intrins.h> #define uchar unsigne
156_dt
- 台湾原产书籍<<EM78P156实作>>所附全部源程序,当时费力求人才得到此书,现在提供给需要学习义隆单片机的朋友.-Taiwan origin books " <EM78P156实作> " Attached to all the source code, when the people sought to get the book fees, and now made available to the microcontroller to
5KeyControl_SDCard_MP3Source_MP3PCB
- 本程序由Mega32控制 /*** *** *** *** *** *** *** *** *** *** / VS1011 Code for M32L /************************************************************/ #include <iom32v.h> #include <macros.h> #define uchar unsigned char #define ui
asimpledigitalfrequencymeterBasedonPIC16F87A
- //本程序利用CCP1模块实现一个“简易数字频率计”的功能 #include <pic.h> #include <stdio.h> #include <math.h> const char table[11]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0XD8,0x80,0x90,0xFF}; //不带小数点的显示段码表 -//CCP1 module for use in this process a &q
1MHZ-code
- * RECEIVER * * CC430 RF Code Example - TX and RX (fixed packet length =< FIFO size)
LT-ARM214XPUSBPmouse
- 基于arm的usb鼠标实验源代码,模板是2148开发板-Usb mouse experiments based on arm' s source code, the template is the 2148 development board
LT-ARM214XPwannianli
- 基于arm lpc2148的万年历源代码开发,包含有所有的头文件-Based on the arm of lpc2148 source code development, contains some motion header files.
1602
- 此压缩文件,内容清单如下: 1.<LCD1602汉字显示技术在万年历中的应用及Proteus仿真>论文一篇 2.lm016l/1602完全版数据手册两套(中英文各一套) 3.本人自己搭建的keil51+preteus仿真例子及其源程序(c语言),实现了汉字的显示. -This compressed file, list of contents is as follows: 1. <LCD1602汉字显示技术在万年历中的应用及Proteus仿真> 2.lm
clock
- 全屏幕模拟时钟的C源程序 #include<graphics.h> #include<math.h> #include<dos.h>-Full-screen analog clock source code in C# include <graphics.h># Include <math.h># Include <dos.h>
LT-1BPPrograms
- LT_1B MSP430单片机源代码 很好的学习资料 新手必备-LT_1B MSP430 microcontroller source code good learning materials novice
LT-stepping-motor
- 这是51单片机配套C实验例程中的一个关于长线步进马达实验的源代码。-This is a 51 microcontroller C test routines supporting a stepper motor on long-term experiments the source code.