-
the function is uses for obtaining TX with square root cosine filter
the function is uses for obtaining TX with square root cosine filter-the function is uses for obtaining TX with square root cosine filter
- 2022-02-28 19:15:56下载
- 积分:1
-
银行呼号系统设计
资源描述#include
#define uchar unsigned char //宏定义
#define uint unsigned int //宏定义
sbit rs=P2^0;
sbit e=P2^1;
sbit key1=P2^2; //四个服务人员的按键
sbit key2=P2^3;
sbit key3=P2^4;
sbit key4=P2^5;
sbit shengyinled=P2^6; //模拟声音
sbit fuwuled=P2^7;
uchar hao[50]="0"; //存储当前需要服务的号码
uchar j=0; // 号码的个数
uchar *quhao=hao;
uchar key=0; //按键值
uchar code table[]="0123456789";
uchar code table1[]="Welcome!";
uchar code table2[]="No.0000->0hao";//用于液晶初始化显示
void delay(uchar z) //延时函数
{
uchar i,j;
for(i=z;i>0;i--)
for(j=110;j>0;j--);
}
void wr
- 2022-02-22 09:46:21下载
- 积分:1
-
基于低速链路的IP/UDP/RTP报头压缩协议。
基于低速链路的IP/UDP/RTP报头压缩协议。-This document describes a method for compressing the headers of
IP/UDP/RTP datagrams to reduce overhead on low-speed serial links.
- 2022-06-30 19:11:12下载
- 积分:1
-
射频识别读写器的设计
RFID阅读器设计中的防碰撞算法设计方案。其中有三篇好的论文-Design of RFID Reader Anti-collision algorithm design. Which has three good papers
- 2022-03-23 03:15:41下载
- 积分:1
-
TCP网络数据传输通用代码
TCP网络传输协议模板代码,可直接灵活套用,包含C/S模式的服务器和客户端,VC环境编程,可正确运行。
- 2022-06-19 08:02:49下载
- 积分:1
-
在XWindows下使用打印机界面发送传真
在XWindows下使用打印机界面发送传真 -Using printer interface to send fax in Xwindows
- 2022-03-24 07:51:07下载
- 积分:1
-
一个串口封装类和演示程序,很好用的,代码有详细的…
一个串口包装类及演示程序,非常好用,代码都有详细注解!-A serial wrapper class and demo program, very easy to use, the code has detailed notes!
- 2022-03-02 20:35:25下载
- 积分:1
-
串口原代码,有vc++编写的源代码,主要通过线程的管理来实现的。...
串口原代码,有vc++编写的源代码,主要通过线程的管理来实现的。
- 2022-03-14 01:26:02下载
- 积分:1
-
诺基亚少女字库,很好看很好用,谁用谁知道
诺基亚少女字库,很好看很好用,谁用谁知道-Nokia teenage character, a good look good, and who used who knows
- 2022-04-19 20:49:16下载
- 积分:1
-
模拟串口程序,简单易用,可以处理多个连续化…
串口模拟程序,使用方便,能处理多条连续指令,指令通过INI文件事先配置好,利于保存,利于定制指令,配置好的指令可动态修改,串口的属性(波特率、检验位、停止位等)可动态设置。-serial simulation program, easy to use, can handle a number of consecutive instructions, directives through INI file pre-configured, conducive to the preservation, to customize instructions, directives can be configured dynamic modification, Serial attributes (baud rate, and testing spaces, stop, and so on) can be dynamically installed.
- 2023-01-22 15:55:03下载
- 积分:1