-
文件和Alamouti空时编码方案的源代码
A document and source code of Alamouti space time coding scheme
- 2022-01-25 22:35:06下载
- 积分: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
-
STM32与FPGA的通信,SPI方式
STM32与FPGA的通信,SPI方式,具体介绍文件里都有,使用前请先看读我,本程序经过验证无误。
- 2022-02-06 08:13:16下载
- 积分:1
-
On the splitting method for VQ codebook generation
On the splitting method for VQ codebook generation
- 2022-07-01 19:52:35下载
- 积分:1
-
A simple address book, make their own, and lot of attention, it should be throug...
一个简单的通讯录,自己做的,多多关照,应该能通过审核-A simple address book, make their own, and lot of attention, it should be through the Audit
- 2022-07-18 14:01:33下载
- 积分:1
-
h.264算法优化的多篇硕士,博士论文,可以参考对h.264算法进行优化,以便在dsp等平台上进行移植运行。...
h.264算法优化的多篇硕士,博士论文,可以参考对h.264算法进行优化,以便在dsp等平台上进行移植运行。-h.264 algorithm optimization of multi-chapter master, doctoral thesis, can refer to the h.264 algorithm is optimized in order to dsp and other platforms to run on the transplant.
- 2023-03-01 11:50:04下载
- 积分:1
-
调试tcp端口程序,通过程序可以对tcp程序进行调试,方便了程序的调试功能....
调试tcp端口程序,通过程序可以对tcp程序进行调试,方便了程序的调试功能.-debugging tcp port procedures, the procedures can be debugged tcp procedures to facilitate the process of debugging functions.
- 2023-05-06 20:15:02下载
- 积分:1
-
Modicon的Modbus串行驱动Intellution iFIX 7版
Modicon Modbus Serial Driver for Intellution iFIX version 7
- 2022-04-01 06:18:50下载
- 积分:1
-
VFP Microsoft Comm 控件来解决串行口读数据这一关键问题
VFP Microsoft Comm 控件来解决串行口读数据这一关键问题-VFP Microsoft Comm control to solve the serial data reading the key issue
- 2022-07-20 16:51:18下载
- 积分:1
-
通过串口存取HP100LX/HP200LX 掌上型电脑上的文件
通过串口存取HP100LX/HP200LX 掌上型电脑上的文件 -Accessing HP100LX/HP200LX pda s file through serial
- 2022-02-01 22:15:13下载
- 积分:1