-
GPS NEMA 0183协议(中文)
GPS NEMA 0183协议(中文)-GPS NEMA 0183 agreement (Chinese)
- 2022-03-29 05:40:14下载
- 积分:1
-
altera during the fpga all lpm module rapid design, cover all the ip module lpm
altera公司的fpga期间的所有lpm模块的快速设计,涵盖了全部的lpm ip模块-altera during the fpga all lpm module rapid design, cover all the ip module lpm
- 2022-03-25 17:08:43下载
- 积分:1
-
OV9650 settings on Qualcomm
OV9650 settings on Qualcomm
- 2022-02-02 20:38:06下载
- 积分:1
-
GSM短信测试程序,可以发送短信到手机。发展。
GSM短信测试程序,可以给手机发送短信息。开发环境为Visual c++。-GSM message testing procedures, you can send text messages to mobile phones. Development Environment for Visual c++.
- 2022-02-25 18:51:29下载
- 积分:1
-
Rayleigh Fading
Rayleigh fading channel是一种无线电信号传播环境的统计模型。这种模型假设信号通过无线信道之后,其信号幅度是随机的“衰落”,并且其包络服从瑞利分布。
- 2022-04-06 15:18:35下载
- 积分:1
-
verilog FIR
设计出的是一个用于通信的FIR滤波器的verilog代码 ,在工程中可以被应用。这是一个50阶的升余弦窗函数滤波器,最带衰减大于50dB,纹波为0.3dB内。
- 2022-06-11 21:19:30下载
- 积分:1
-
The program can count the number of the girth 4 of LDPC codes.
The program can count the number of the girth 4 of LDPC codes.
- 2022-01-25 21:46:47下载
- 积分:1
-
云台镜头控制系统
云台镜头控制系统-the controlling system of the luns of camera desk
- 2022-05-18 21:15:11下载
- 积分:1
-
编译过可运行的PSK31通信程序,可运行,原代码已上传.
编译过可运行的PSK31通信程序,可运行,原代码已上传.-Can be compiled to run PSK31 communication program can be run, the original code has been uploaded.
- 2022-01-26 06:49:59下载
- 积分: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