-
实现输入、输出都为少数点时的FFT算法,这些程序是用C语言来实现的...
实现输入、输出都为少数点时的FFT算法,这些程序是用C语言来实现的
- 2022-03-22 20:07:49下载
- 积分:1
-
这是一个用visual C++编写的用于调试和单片机通讯的串口通讯程序。...
这是一个用visual C++编写的用于调试和单片机通讯的串口通讯程序。-This is a visual C with the preparation for debugging and communication microcontroller serial communication procedure.
- 2023-04-01 00:15:03下载
- 积分:1
-
omnet下wsn节点间泛洪消息发送,实现节点定期更新消息
omnet下wsn节点间泛洪消息发送,实现节点定期更新消息-omnet wsn nodes under the flood-messaging, and nodes regularly updated news
- 2022-06-01 21:09:58下载
- 积分:1
-
DNP3 Object Library Documentation (*.doc extension)
2.1 GENERAL
This section d...
DNP3 Object Library Documentation (*.doc extension)
2.1 GENERAL
This section describes the basic rules for the declaration of information elements. These rules have been derived from the IEC TC57 870 series of standards or drafts. These rules provide an unambiguous means of describing and representing data irrespective of its origin. Device profile documents are used to indicate the exact origin and meaning of the data object for each telecontrol device.
- 2023-04-28 03:55:03下载
- 积分:1
-
此软件描述的是一个通讯录的软件,此软件简单实用,很好用,...
此软件描述的是一个通讯录的软件,此软件简单实用,很好用,-dsfg
- 2023-05-21 12:25:05下载
- 积分:1
-
interpol security system using distributed system concepts
interpol security system using distributed system concepts
- 2022-06-29 09:21:21下载
- 积分:1
-
opnet包交换实例
它全部由我自己做的,为新的学习者,学习 OPNET 的一个例子。包括分组交换机基础
- 2023-04-06 09:20:04下载
- 积分: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
-
matlab编写的jacks模型多径衰落信道模型,主要用的sum
matlab编写的jacks模型多径衰落信道模型,主要用的sum-of-sinusoids方法-matlab prepared jacks model multipath fading channel model, mainly used in sum-of-sinusoids method
- 2022-11-29 11:20:03下载
- 积分:1
-
通达信波段密码公式
通达信波段密码主图指标公式, 信号可靠好用,可以进行自己编辑和修改,构建自己的交易系统用。正所谓波段是金,短线是银,读者可以根据自己的操盘风格修改代码,以形成自己的交易风格。
- 2022-06-28 00:45:38下载
- 积分:1