搜索结果

找到约 416 项符合 char 的查询结果

技术资料 Cyuandaima

#include void delay02s(void) //延时子程序 { unsigned char i,j,k; for(i=20;i>0;i--) for(j=20;j>0;j--) for(k=248;k>0;k--); } void main(void) { unsigned char a; for(;;) { P1=0FH; //将值送到P1口 delay02s(); P1^=P1; delay02 ...
https://www.eeworm.com/dl/975480.html
下载: 1
查看: 4099

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
查看: 1076

软件 UCosIII

实验项目一、单任务实验 让LED以1Hz频率进行闪烁。 实验项目二、定时查询实验 按下按键后点亮LED0、松开按键后熄灭LED0。 实验项目三、多任务实验 让LED0、LED1和LED3分别以1Hz、2Hz和3Hz的频率进行闪烁 实验项目四、临界区实验 按一次按键点亮LED0、再按一次按键熄灭LED0 ...
https://www.eeworm.com/dl/519870.html
下载: 1
查看: 144

嵌入式/单片机编程 320X240LCD仿真程序 320x240lcd仿真程序

320X240LCD仿真程序 320x240lcd仿真程序,仿真单色,4色,16色,256色lcd 使用方法:(需要注册mscomm32.ocx控件程序才能正常运行) 通过串口或TCP/IP将LCD显示缓冲区的全部内容发送到本软件接收即可 软件同时监控串口和tcp/ip口的数据,数据为一屏时刷新显示内容。 数据格式: 单色:unsigned char lcdbuf[9600] 每位一点 4色 ...
https://www.eeworm.com/dl/647/132961.html
下载: 149
查看: 1047

技术资料 RFID读卡模块RC522串口读写器13.56mhz ic卡设计射频模块串口文档资料+Rc522Ma

RFID读卡模块RC522串口读写器13.56mhz ic卡设计射频模块串口文档资料+Rc522Manager上位机API工具软件1).MF RC522 是应用于 13.56MHz 非接触式通信中高集成度读写卡系列芯 片中的一员。是 NXP 公司针对“三表”应用推出的一款低 电压、低成本、 体积小的非接触式读写卡芯片,是智能仪表和便携 式手持设备研发的较好 选择。 2 ...
https://www.eeworm.com/dl/747793.html
下载: 10
查看: 5764

单片机开发 TLC1543驱动

TLC1543驱动,添加到自己的项目里,调用 read1543(unsigned char port) 读取AD值,port是通道号!
https://www.eeworm.com/dl/648/325434.html
下载: 140
查看: 1053

数值算法/人工智能 KMP字符串匹配的c实现

KMP字符串匹配的c实现,测试字符串为char a[20]="abcdefghijk" char b[20]="abcdefgg" 取各位数字的算法,最大有效测试数据长整形最N=100000000 贪婪算法:已知若干面值的人名币,如何找零钱,使张数最小,测试面值a[4]={25,10,5,1} 快速排序C++实现 ...
https://www.eeworm.com/dl/518/476277.html
下载: 133
查看: 1071

技术资料 nrf24L01发送程序

本内容提供nrf24L01发送程序,欢迎大家下载学习,代码如下: #include #include typedef unsigned char uchar; typedef unsigned char uint; //****************************************IO端口定义*************************************** sbit MISO =P1^2; sbit MOSI =P3^2; sbit SCK =P1^6; sbit CE =P1^5; sbit ...
https://www.eeworm.com/dl/962823.html
下载: 2
查看: 953

文件格式 the code environment s C++. it is in image processing field. this code Read TIFF Image then it excut

the code environment s C++. it is in image processing field. this code Read TIFF Image then it excute a Median Filter Classical on gray images. after that it Write TIFFU nsigned Char.
https://www.eeworm.com/dl/639/383103.html
下载: 198
查看: 1097

驱动编程 In the ffuart.tar.gz it has one file. The serial.c is the source codes of the FFUART as a console

In the ffuart.tar.gz it has one file. The serial.c is the source codes of the FFUART as a console port, it should be put into the directory: /usr/src/linux/drivers/char/, and be compiled into the kernel.
https://www.eeworm.com/dl/618/139457.html
下载: 191
查看: 1091