Welcome![Sign In][Sign Up]
Location:
Search - intrins

Search list

[Other resourceI2C_C51

Description: #include \"intrins.h\" unsigned char SystemError sbit SCL= P1^6 //定义串行时钟线所在口 使用时根据自己的需要 sbit SDA= P1^7 //定义串行数据线所在口 使用时根据自己的需要 #define SomeNOP() {_nop_() _nop_() _nop_() _nop_() }-# include "intrins.h" unsigned char Syste mError sbit SCL = P1 ^ 6 / / definition serial clock line where I use according to their needs sbit SDA P1 = ^ 7 / / definition of serial data lines where I use according to their needs # defin e SomeNOP () (_nop_ () _nop_ () _nop_ () _nop_ (
Platform: | Size: 229305 | Author: zhusheng | Hits:

[Other resourceintrins.h

Description: c51中的intrins.h库函数 _crol_ 字符循环左移 _cror_ 字符循环右移 _irol_ 整数循环左移 _iror_ 整数循环右移 _lrol_ 长整数循环左移 _lror_ 长整数循环右移 _nop_ 空操作8051 NOP 指令 _testbit_ 测试并清零位8051 JBC 指令
Platform: | Size: 794 | Author: 极光 | Hits:

[Other resourceLCD12864

Description: 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) {
Platform: | Size: 41511 | Author: yichongwen | Hits:

[Other resourceC16bit

Description: 单字右移1616点阵右移C程序16bit #include<reg51.h> #include<intrins.h> sbit DAT=P1^0 /*\"74HC595第14脚 数据 \",0*/ sbit YW=P1^1 /*\"74HC595第11脚 移位存 \",0*/ sbit SUO=P1^2 /*\"74HC595第12脚 锁存 \",0*/
Platform: | Size: 2407 | Author: z | Hits:

[Linux-UnixT100_Simple_PVI8

Description: #include \"REG51.H\" #include <intrins.h> #include \"Common.h\" //#include \"Remote.h\" #define OSD_EN //typedef unsigned char uCHAR //#include \"T100Data_A.h\" //#include \"T100Data_PA.h\" //#include \"T100Data_AU.h\" //#include \"T100Data_CPT.h\" //#include \"T100Data_PANASONIC.h\" //#include \"T100Data_PVI7.h\" //#include \"T100Data_LG.h\" //#include \"T100Data_FOX.h\" #include \"T100Data_PVI8.h\" #ifdef OSD_EN #include \"OSDFont1218_new.h\" #include \"OSD1218_new.h\"
Platform: | Size: 168366 | Author: dima | Hits:

[Embeded-SCM Developwuxian

Description: #include <stc12c2052AD.H>// 标准库的头文件 #include <intrins.h> #include <absacc.h> #define uchar unsigned char #define uint unsigned int
Platform: | Size: 156847 | Author: 落落 | Hits:

[SCM51密码锁

Description: 51密码锁 #include #include"intrins.h" #include"key.h" #include"xsh.h" #include"24c02.h" #define ulong unsigned long bit BJCB=0;//报警标志 XG=0,//修改密码标志位 BJ=0,//报警标志位 SJ=0;//锁键盘标志位
Platform: | Size: 4002 | Author: lizhiyi1974@126.com | Hits:

[SCMDS18B20+1602液晶高精度温度计

Description: DS18B20+液晶1602构成的高精度温度计 ;连线图: ; DB0---DPROT.0 DB4---DPROT.4 RS-------------P1.2 ; DB1---DPROT.1 DB5---DPROT.5 RW-------------P1.3 ; DB2---DPROT.2 DB6---DPROT.6 E--------------P1.4 ; DB3---DPROT.3 DB7---DPROT.7 VLCD接10K可调电阻到GND* DQ----P1.1 ;功能说明:1602液晶显示温度程序,正负温度自动转换。 温度测量范围:-55℃~125℃; 温度测量精度:0.0625℃ 显示精度: 0.0625 #include "reg52.h"//头文件 #include "intrins.h" #define uchar unsigned char//宏定义 #define uint unsigned int//宏定义
Platform: | Size: 72704 | Author: klovesq | Hits:

[OtherI2C_C51

Description: #include "intrins.h" unsigned char SystemError sbit SCL= P1^6 //定义串行时钟线所在口 使用时根据自己的需要 sbit SDA= P1^7 //定义串行数据线所在口 使用时根据自己的需要 #define SomeNOP() {_nop_() _nop_() _nop_() _nop_() }-# include "intrins.h" unsigned char Syste mError sbit SCL = P1 ^ 6// definition serial clock line where I use according to their needs sbit SDA P1 = ^ 7// definition of serial data lines where I use according to their needs# defin e SomeNOP () (_nop_ () _nop_ () _nop_ () _nop_ (
Platform: | Size: 229376 | Author: zhusheng | Hits:

[SCMintrins.h

Description: c51中的intrins.h库函数 _crol_ 字符循环左移 _cror_ 字符循环右移 _irol_ 整数循环左移 _iror_ 整数循环右移 _lrol_ 长整数循环左移 _lror_ 长整数循环右移 _nop_ 空操作8051 NOP 指令 _testbit_ 测试并清零位8051 JBC 指令 -C51 in the library function intrins.h cycle _crol_ characters characters left _cror_ cycle shifted to right _irol_ the left circle _iror_ integer integer integer cycle shifted to right _lrol_ long cycle of the left circle _lror_ long integer _nop_ air operation shifted to right 8051 NOP instructions _testbit_ tested and cleared 8051 JBC-bit instruction
Platform: | Size: 1024 | Author: 极光 | Hits:

[SCMLCD12864

Description: 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) {-12864 LCD original procedures .# Include
Platform: | Size: 40960 | Author: yichongwen | Hits:

[SCMnrf2401progrom

Description:
Platform: | Size: 1004544 | Author: yuehaitong | Hits:

[SCMC16bit

Description: 单字右移1616点阵右移C程序16bit #include<reg51.h> #include<intrins.h> sbit DAT=P1^0 /*"74HC595第14脚 数据 ",0*/ sbit YW=P1^1 /*"74HC595第11脚 移位存 ",0*/ sbit SUO=P1^2 /*"74HC595第12脚 锁存 ",0*/-1616 shifted to right word lattice shifted to right C procedures 16bit# Include <reg51.h># Include <intrins.h> sbit DAT = P1 ^ 0/* 74HC595 foot section 14 data , 0*/sbit YW = P1 ^ 1/* 74HC595 shift foot section 11 deposit , 0*/sbit SUO = P1 ^ 2/* 74HC595 latch pin No. 12 , 0* /
Platform: | Size: 2048 | Author: z | Hits:

[Linux-UnixT100_Simple_PVI8

Description: #include "REG51.H" #include <intrins.h> #include "Common.h" //#include "Remote.h" #define OSD_EN //typedef unsigned char uCHAR //#include "T100Data_A.h" //#include "T100Data_PA.h" //#include "T100Data_AU.h" //#include "T100Data_CPT.h" //#include "T100Data_PANASONIC.h" //#include "T100Data_PVI7.h" //#include "T100Data_LG.h" //#include "T100Data_FOX.h" #include "T100Data_PVI8.h" #ifdef OSD_EN #include "OSDFont1218_new.h" #include "OSD1218_new.h"-#include "REG51.H" #include <intrins.h> #include "Common.h" //#include "Remote.h" #define OSD_EN //typedef unsigned char uCHAR //#include "T100Data_A.h" //#include "T100Data_PA.h" //#include "T100Data_AU.h" //#include "T100Data_CPT.h" //#include "T100Data_PANASONIC.h" //#include "T100Data_PVI7.h" //#include "T100Data_LG.h" //#include "T100Data_FOX.h" #include "T100Data_PVI8.h" #ifdef OSD_EN #include "OSDFont1218_new.h" #include "OSD1218_new.h"
Platform: | Size: 167936 | Author: dima | Hits:

[Embeded-SCM Developwuxian

Description: #include <stc12c2052AD.H>// 标准库的头文件 #include <intrins.h> #include <absacc.h> #define uchar unsigned char #define uint unsigned int
Platform: | Size: 156672 | Author: 落落 | Hits:

[SCMINTRINS

Description: 在C 5 1 单片机编程中,头文件I N T R I N S.H 的函数使用起来,就会让你像在用 汇编时一样简便。-Microcontroller programming in C 5 1, the header file INTRINS. H function to use, it will let you, as in use When compiled as easy.
Platform: | Size: 9216 | Author: 余跃海 | Hits:

[Windows Develop1602_Diver

Description: #include<reg51.h> #include<intrins.h> #define uchar unsigned char #define uint unsigned int #define busy 0x80 #define DATAPORT P1 //数据端口 sbit RS=P3^5 sbit RW=P3^6 sbit ENABLE=P3^7 code char example[]="Waitting for you" void delay400ms(void) void delay5ms(void) void lcdwritedata(char data w) void waitforenable(void) void lcdwritecommand(uchar CMD,uchar ATT) void lcdreset(void) void display(uchar dd) void displayonechar(uchar x,uchar y,uchar wdata) void epustr(uchar x,uchar y,uchar code *ptr) -#include<reg51.h> #include<intrins.h> #define uchar unsigned char #define uint unsigned int #define busy 0x80 #define DATAPORT P1 //数据端口 sbit RS=P3^5 sbit RW=P3^6 sbit ENABLE=P3^7 code char example[]="Waitting for you" void delay400ms(void) void delay5ms(void) void lcdwritedata(char data w) void waitforenable(void) void lcdwritecommand(uchar CMD,uchar ATT) void lcdreset(void) void display(uchar dd) void displayonechar(uchar x,uchar y,uchar wdata) void epustr(uchar x,uchar y,uchar code*ptr)
Platform: | Size: 1024 | Author: Tnavy | Hits:

[Software Engineeringintrins[1].h

Description: 适合初学者的资料,详细介绍intrins的使用-The information for beginners, detailed the use of intrins
Platform: | Size: 68608 | Author: lxj | Hits:

[SCMintrins

Description: 单片机汇编c混编函数头文件 单片机汇编c混编函数头文件-Mixed function MCU assembly c header file
Platform: | Size: 1024 | Author: asm | Hits:

[VC/MFCintrins.h

Description: 这是一个关于C51编程的文件,里面详细介绍了intrins.h的内容-This is a document on the C51 programming, which details the contents intrins.h
Platform: | Size: 3072 | Author: 鲁飞 | Hits:
« 12 3 4 »

CodeBus www.codebus.net