-
TCP/IP Vol II Commer
TCP / IP Vol II Commer-TCP/IP Vol II Commer
- 2022-08-13 15:38:16下载
- 积分:1
-
一个模拟根据ALOHA协议的实验,用于检测信息发送是否冲突.
一个模拟根据ALOHA协议的实验,用于检测信息发送是否冲突.-ALOHA an agreement under simulated experiments for detecting whether the information sent conflict.
- 2022-03-23 17:05:01下载
- 积分:1
-
用周期循环检测算法检测
用周期循环检测算法检测:
首先运行a.m程序,通过此程序运算得出循环频率a值;
再运行zhouqi.m程序,对a值进行确定,通过周期循环算法对信号进行检测;
用能量检测算法检测:
运行nengliang.m检测程序,使用能量检测对信号进行检测。
检测完毕,对检测性能进行分析。
- 2022-01-22 13:41:32下载
- 积分:1
-
想做AVR下移植UC/OS-II RTOS的朋友可以用这个教程来摆脱ICC编译器的单调界面,使写程序与改程序变得更加简单,方便...
想做AVR下移植UC/OS-II RTOS的朋友可以用这个教程来摆脱ICC编译器的单调界面,使写程序与改程序变得更加简单,方便-AVR wants to transplant under the UC/OS-II RTOS of a friend can use this course to shake off the monotony of ICC compiler interface, so that written procedures and the procedures to become more simple and convenient! ! !
- 2022-03-18 00:30:03下载
- 积分:1
-
TGPS 控件是利用串行端口连接全球卫星定位系统设备 ( GPS ) 取得地理位置信息的控件 ( 1.04 版,Delphi 3.0/4.0/5.0/6.0 版...
TGPS 控件是利用串行端口连接全球卫星定位系统设备 ( GPS ) 取得地理位置信息的控件 ( 1.04 版,Delphi 3.0/4.0/5.0/6.0 版适用 ),作者 : Lars Arvidsson。 -TGPS controls is to use a serial port to connect the global satellite positioning system (GPS) location information to obtain the control (1.04 version, Delphi 3.0/4.0/5.0/6.0 version of the application), the author: Lars Arvidsson.
- 2023-05-06 12:55:02下载
- 积分:1
-
利用MSN协议实现的程序代码,可实现与微软的MSN客户端进行简单的聊天
利用MSN协议实现的程序代码,可实现与微软的MSN客户端进行简单的聊天 -Using MSN protocol code, can be achieved with Microsoft
- 2023-01-19 06:45:03下载
- 积分:1
-
jm是h.264官方发布的三大开源编码器之一。本软件教你如何在vc中编译运行jm视频教程。...
jm是h.264官方发布的三大开源编码器之一。本软件教你如何在vc中编译运行jm视频教程。-jm h.264 is the official publication of the three revenue one of the encoder. The software to teach you how to run vc compiled jm Video Guide.
- 2022-11-14 06:40:04下载
- 积分:1
-
MC35i development of information
MC35i开发资料-MC35i development of information
- 2023-03-25 04:15: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
-
do interface with a network of instant messaging software
用Skin++做界面的一网络即时通讯软件-do interface with a network of instant messaging software
- 2022-03-25 01:23:37下载
- 积分:1