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

搜索资源列表

  1. chengxu

    0下载:
  2. /*12864驱动程序 数据口接反,所以有一个数据口倒过来函数*/ #define LCD_SELF 1 #include <reg52.h> #include <intrins.h> #include "IoDefine.h" #include "lcd.h" #define L_PORT P0-/* 12864 driver data port is reversed, so there is a data port u
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-05
    • 文件大小:4453
    • 提供者:付路路
  1. ourdev_719092QR7R2T

    0下载:
  2. //PPM 解码程序 PPM信号取自天地飞6A接收机-# include <stc.h> # include <intrins.h> # define DataPort P0 sbit RS=P2^4 sbit RW=P2^5 sbit EN=P2^6
  3. 所属分类:assembly language

    • 发布日期:2017-11-05
    • 文件大小:2235
    • 提供者:szx
  1. LCD1602

    0下载:
  2. 简易无线遥控中LCD1602的程序代码。希望对大家有帮助-LCD1602 #include <reg52.h> #include <intrins.h> #define uint unsigned int #define uchar unsigned char //****************************************NRF24L01端口定义*************************************
  3. 所属分类:source in ebook

    • 发布日期:2017-11-14
    • 文件大小:8202
    • 提供者:吴民
  1. anykey

    0下载:
  2. 单片机延时#include<reg52.h> #include<intrins.h> sbit A0=P2^7 sbit A1=P2^6 sbit A2=P2^5 sbit A3=P2^4 sbit sda=P1^5 sbit clk=P1^7 sbit K1=P2^0 -AT89C52 MCS
  3. 所属分类:SCM

    • 发布日期:2017-11-20
    • 文件大小:15830
    • 提供者:雷桂
  1. SD-1602

    0下载:
  2. C51读写SD卡并且在LCD1602上显示是否成功与失败-#include<intrins.h> #include<reg52.h> #include <stdio.h> #include <string.h> #include"define.h" #include"Lcd1602.c" #include"SD.c"
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:10222
    • 提供者:
  1. 123

    0下载:
  2. 通过调用intrins函数来实现流水灯的效果-By calling the intrins function to achieve water lamp effect
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:525
    • 提供者:永兴樵
  1. lesson-baosheng

    0下载:
  2. 19264点阵字幕翻滚程序C51,//#pragma src 实现上翻滚的好程序20131221 #include<REG52.H> #include<math.h> #include<INTRINS.H> #define Uchar unsigned char -19264 C51 lattice subtitles rolling program.//#pragma src 实现上翻滚的好程序20131221
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:4607
    • 提供者:wuben
  1. Stepper-machine-C-code

    0下载:
  2. 步进机C语言代码: #include<AT89X52.h> #include<intrins.h> #define uchar unsigned char #define uint unsigned int -Stepper machine C code: # include < AT89X52. H > # include < intrins. H > # define uchar unsigned cha
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-22
    • 文件大小:8226
    • 提供者:zjr
  1. 2.4-S6D1121

    0下载:
  2. 51单片机,2.4寸彩屏驱动,#include <reg51.h> #include <intrins.h> #include <sys\sys.h> #include <lcd\lcd.h> /* http://ttmcu.taobao.com 代码测试环境:单片机STC12LE5A60S2,晶振33M 单片机工作电压3.3V 程序默认IO连接方式: 控制线:RS-P3^5 WR-P3^6 RD-P3^7 CS-P
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-17
    • 文件大小:4312619
    • 提供者:王良进
  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 of int
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-12
    • 文件大小:855
    • 提供者:sionmad
  1. wenduji

    0下载:
  2. 温度计量以单片机为主控器设计一个数字温度计,用于温度的测量和显示。用A/D转换器,将模拟信号物理量(温度值)转换为二进制数值。-#include<reg51.h> //包含单片机寄存器的头文件 #include<intrins.h> //包含_nop_()函数定义的头文件 #include <absacc.h> #include <math.h>
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:2247
    • 提供者:zhuqi
  1. 2

    0下载:
  2. 51单片机实现modbus协议 是一个程序~-#include <REGX52.H> #include<intrins.h>//_nop_() #define OSFREQ 11059200 char TimeInterval char MyAddress char data DI[6]={1,2,3,4,5,6} char data DO[6]={6,7,8,9,10,11} char data A
  3. 所属分类:Software Testing

    • 发布日期:2017-04-26
    • 文件大小:10221
    • 提供者:`1234567890-=
  1. chengxu

    0下载:
  2. /*12864驱动程序 数据口接反,所以有一个数据口倒过来函数*/#define LCD_SELF 1#include < reg52.h> #include < intrins.h> #include IoDefine.h #include lcd.h #define L_PORT P0-/* 12864 driver data port is reversed, so there is a data port upside down function* /# define L
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4707
    • 提供者:iufssbnrjtityal
  1. tm1620_C1

    0下载:
  2. TM1620,2.#include<reg52.h> 13.#include<intrins.h> 14.#define nop _nop_() 15.#define uchar unsigned char 16.#define uint unsigned int -TM1620,AT89S52 2.#include<reg52.h> 13.#include<intrins.h> 14.#define n
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:2493
    • 提供者:david hu
  1. 8bitLED

    0下载:
  2. 51单片机8位LED循环向左移动,使用intrins库-51 single-chip 8 bit LED circulation moves to the left, use the intrins Library
  3. 所属分类:Software Testing

    • 发布日期:2017-04-11
    • 文件大小:1382
    • 提供者:tctesla
  1. c51

    0下载:
  2. 采用8051c控制单流水灯依次亮灯 采用8051c控制单流水灯依次亮灯-#include<reg52.h>#include <intrins.h> void delayms(unsigned char ms) /
  3. 所属分类:Communication

    • 发布日期:2017-04-11
    • 文件大小:1444
    • 提供者:97987
  1. DHT11

    0下载:
  2. DHT11温湿度传感器显示程序(STC12LE5608AD)(#include<reg51.h> #include<intrins.h> typedef unsigned char BYTE;)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:316416
    • 提供者:dou123
  1. 显示加速度计和陀螺仪的10位原始数据

    0下载:
  2. 显示加速度计和陀螺仪的10位原始数据 #include <STC12C5A60S2.H> #include <stdio.h> //Keil library #include <INTRINS.H> // 定义51单片机端口 //**************************************** sbit SCL=P2^0; //IIC时钟引脚定义 sbit SDA=P2^1; /
  3. 所属分类:单片机开发

  1. 超声波测距(LCD1602显示)

    0下载:
  2. #include<reg51.h> #include<intrins.h> #include"lcd.h" sbit Trig = P2^1; sbit Echo = P2^0; unsigned char PuZh[]=" Pechin Science "; unsigned char code ASCII[15] = {'0','1','2','3','4','5','6','7','8','
  3. 所属分类:其他嵌入式/单片机内容

« 1 2 3»
搜珍网 www.dssz.com