CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - INTRINS

搜索资源列表

  1. 24c256_Diver

    0下载:
  2. #include <reg52.h> #include <intrins.h> #define ERROR 10 //允许出错次数 sbit SDA=P3^3 sbit SCL=P3^4 sbit LED=P1^7 enum eepromtype {AT2401,AT2402,AT2404,AT2408,AT2416,AT2432,AT2464,AT24128,AT24256} enum eepromtype enumer u
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2759
    • 提供者:Tnavy
  1. CD3315_Diver

    0下载:
  2. #include<reg51.h> #include<intrins.h> sbit P20=P2^0 sbit P24=P2^4 sbit P25=P2^5 sbit P26=P2^6 sbit P27=P2^7 sbit dat=P1^0 //数据输入端 sbit sck=P1^1 //始终端 sbit led=P1^7 sbit led1=P1^6 unsigned char temp[6] /
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1545
    • 提供者:Tnavy
  1. jpxs

    0下载:
  2. 取键值程序 功能:等待键入,并刷新显示,并返回键值放 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
  3. 所属分类:SCM

    • 发布日期:2016-01-26
    • 文件大小:582
    • 提供者:lgp
  1. 9-FM

    0下载:
  2. FM数字收音机3730,只能用于学习#include <REG52.H> /* special function register declarations */ /* for the intended 8051 derivative */ #include <intrins.h> #define D3730RL 0x21 #define D3730WL 0x20-FM#include <REG52.H>
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:3298
    • 提供者:jj
  1. TLC549

    0下载:
  2. TLC549AD转换51单片机代码,程序有详细的中文注释,包括中位置滤波法的设计-#include<reg52.h> #include<intrins.h> #define uchar unsigned char #define uint unsigned int sbit AD_Out = P3^2 sbit CS = P1^0 sbit AD_In = P1^1
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:25953
    • 提供者:向恒
  1. DatamemoryEEPROM24C02

    0下载:
  2. /*EEPROM24C02,程序将对存储器进行读和写,因此涉及到键盘程序,比较复杂,耐心学,*/#include <reg51.h>#include <intrins.h>#define W24C020xA0//存储器的写地址 #define R24C02 0xA1 //存储器的读地址 #define MSB 0x80 //8位二进制最高位置1 #define LSB 0x01 //8位二进制最低位置1 -/* EEPROM24C02, progr
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:17057
    • 提供者:于向
  1. tsl2561

    0下载:
  2. IIC驱动程序 单片机: STC12C5410AD 主频: 24MHz include <REGX051.H> // AT89C4051头文件 #include "../inc/STC12C5410AD.H" // AT89C4051头文件 #include <INTRINS.H> // 系统调令头文件 #include "def.h" // 类型定义文件 #include "config.h" // 配置头文件 #incl
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:2982
    • 提供者:mengchao
  1. sht10-c51

    0下载:
  2. SHT10数字温湿度传感器的读写程序 #include <reg51.h> #include <intrins.h> #define uchar unsigned char #define uint unsigned int uchar wendu,shidu,air //定义要发送的温度和湿度 空气质量-SHT10 digital temperature and humidity sensors to read and write pr
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:2619
    • 提供者:mengchao
  1. led_intrise

    0下载:
  2. led显示的一种方式, 8个led,一个点亮到全部点亮 intrins-led,intrins
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:8453
    • 提供者:kgkg
  1. 19264F-C

    0下载:
  2. 19264液晶C语言驱动程序,带字库,ST7920驱动,并可方式,已经通过测试了-#include <reg52.h>#include <ziku.h> #include <intrins.h> #define uchar unsigned char #define uint unsigned int
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:1988
    • 提供者:向恒
  1. 51

    0下载:
  2. 此资料用8259A扩展中断程序,汇编跟C语言都有,还有74LS164扩展I/O的,以及intrins.h的函数应用,此为本人平时的心得,希望对大家有帮助-This information is extended with the 8259A interrupt program, compile with the C language has, there 74LS164 expansion I/O, as well as a function of intrins.h applications,
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:37544
    • 提供者:顾勇
  1. lcd1602

    0下载:
  2. 经典的液晶显示程序 1602 详细说明-#include<reg51.h> #include<intrins.h>
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-11
    • 文件大小:903
    • 提供者:bingge
  1. c

    0下载:
  2. //-----湿度读取子程序 --- --- //--- --- --- --- --- -- //----以下变量均为全局变量-------- //----温度高8位== U8T_data_H------ //----温度低8位== U8T_data_L------ //----湿度高8位== U8RH_data_H----- //----湿度低8位== U8RH_data_L----- //----校验 8位 == U8checkdata----
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:25368
    • 提供者:梅春意
  1. Water-lamp

    0下载:
  2. 该程序实现LED的流水灯显示。 该程序用于学习 LED流水灯 的控制方法。 本例中是调用的 intrins.h 中的函数实现的循环移位。 -The water program to achieve the LED lights display. The program for learning LED light water control methods. In this case is to call a function in the implementation
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:763
    • 提供者:凌乱枫
  1. C51

    0下载:
  2. #i nclude <reg52.h> #i nclude <intrins.h> //本例采用89C52, 晶振为11.0592MHZ //关于如何编制音乐代码, 其实十分简单,各位可以看以下代码. //频率常数即音乐术语中的音调,而节拍常数即音乐术语中的多少拍 //所以拿出谱子, 试探编吧! -# I nclude <reg52.h># I nclude <intrins.h>// This example uses
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:4220
    • 提供者:alison
  1. jm320240e

    0下载:
  2. 320 240液晶模块程序 全屏显示 触摸屏测试-JM320240 (KEIL UV4)#include <reg52.h> #include <intrins.h> #include "ChipInterface.h" #include "defreg.h" #define TouchPanel
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:96325
    • 提供者:balingbuyi
  1. pilideng

    0下载:
  2. ME500单片机开发系统演示程序此程序仅用于学习与参考,引用请注明版权和作者信息-gguoqing (Email: gguoqing@willar.com)#include <reg51.h> #include <intrins.h> #define uchar unsigned char #define uint unsigned int
  3. 所属分类:Project Manage

    • 发布日期:2017-11-26
    • 文件大小:944
    • 提供者:LIU
  1. eeprom

    0下载:
  2. #include <intrins.h> #include <reg52.h> //52系列单片机头文件 #include <51hei.H> #define uchar unsigned char #define uint unsigned int #define RdCommand 0x01 //定义ISP的操作命令 #define PrgCommand 0x02 #define EraseCommand 0x
  3. 所属分类:SCM

    • 发布日期:2016-01-26
    • 文件大小:2048
    • 提供者:秦凯
  1. lesson_2_2

    0下载:
  2. 51单片机函数法流水灯循环左/右移函数(_crol_(a,b)_ 和 _cror_(a,b)_ 方法:把a中的值移动b位后返回值,包含文件为<intrins.h>)-51 MCU// function method light water cycle left/right shift function (_crol_ (a, b) _ and _cror_ (a, b) _ Method: mobile b-bit value in a return value that conta
  3. 所属分类:SCM

    • 发布日期:2017-11-04
    • 文件大小:18396
    • 提供者:RAINWOLF
  1. Light-water

    0下载:
  2. 该程序实现LED的流水灯显示。 该程序用于学习 LED流水灯 的控制方法。 本例中是调用的 intrins.h 中的函数实现的循环移位-The program the LED light water show. The program for learning LED light water control methods. This embodiment is the cyclic shift realized by the function call intrins.
  3. 所属分类:SCM

    • 发布日期:2017-11-15
    • 文件大小:14477
    • 提供者:wanggang
« 1 23 »
搜珍网 www.dssz.com