搜索结果

找到约 2,179 项符合 LPC-H 的查询结果

单片机开发  1..怎么用C51写一个NOP语句呢?  把头文件intrins.h包含进来

 1..怎么用C51写一个NOP语句呢?  把头文件intrins.h包含进来,然后在需用NOP处调用_nop_() 函数即可。 头文件intrins.h包含进来,然后在需用NOP处调用_nop_() 函数即可。  2.c51中的intrins.h库函数 _crol_ 字符循环左移 _cror_ 字符循环右移 _irol_ 整数循环左移 _iror_ 整数循环 ...
https://www.eeworm.com/dl/648/383511.html
下载: 34
查看: 1117

单片机开发 DS18B20温度控制数码管 1、K3 → 进入设定温度报警值 TL 状态:L--20 2、K3 → 进入设定温度报警值 TH 状态:H--28 3、K3 → 返回

DS18B20温度控制数码管 1、K3 → 进入设定温度报警值 TL 状态:L--20 2、K3 → 进入设定温度报警值 TH 状态:H--28 3、K3 → 返回
https://www.eeworm.com/dl/648/383779.html
下载: 54
查看: 1027

VHDL/FPGA/Verilog lcd实验的.h文件

lcd实验的.h文件,经验证,已经完全正确的了。
https://www.eeworm.com/dl/663/383865.html
下载: 64
查看: 1017

文件格式 H.264码率控制方面的论文

H.264码率控制方面的论文,比较有理论价值.
https://www.eeworm.com/dl/639/384216.html
下载: 197
查看: 1023

微处理器开发 最新H-JTGA仿真驱动程序 ARM仿真器驱动

最新H-JTGA仿真驱动程序 ARM仿真器驱动
https://www.eeworm.com/dl/655/384486.html
下载: 61
查看: 1087

单片机开发 LPC 2148 的usb例程 HID

LPC 2148 的usb例程 HID,MEM例程
https://www.eeworm.com/dl/648/384775.html
下载: 141
查看: 1062

通讯编程文档 H.323中文培训教程

H.323中文培训教程,学习H.323的最好学习工具,需要的下
https://www.eeworm.com/dl/646/385242.html
下载: 199
查看: 1035

驱动编程 dd1压缩包里面是驱动源码 console压缩包里面是控制台源码 hide.exe是最终产品 使用方法: 1、将hide.exe复制到系统目录 2、运行cmd 3、hide -h 查看帮助

dd1压缩包里面是驱动源码 console压缩包里面是控制台源码 hide.exe是最终产品 使用方法: 1、将hide.exe复制到系统目录 2、运行cmd 3、hide -h 查看帮助 hide -i 安装驱动 hide -u 卸载驱动 hide -f -a filename 添加一个隐藏文件 by boywhp 07/09/03 Email:boywhp@126.com ...
https://www.eeworm.com/dl/618/385730.html
下载: 118
查看: 1076

Linux/Unix编程 #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h&gt

#include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char * g_ptr char * g_lim extern void yylex() int main (void){ for( ){ if(fputs(PROMPT_STRING,stdout ...
https://www.eeworm.com/dl/619/386155.html
下载: 32
查看: 1043

Linux/Unix编程 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <s

帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <asm/page.h> #include <linux/fb.h> #define TRUE 1 #define FALSE 2 //a framebuffer device structure typed ...
https://www.eeworm.com/dl/619/386216.html
下载: 187
查看: 1101