-
文章介绍了一种基于水声通信网的一种能量有效的路由协议。
文章介绍了一种基于水声通信网的一种能量有效的路由协议。-This paper presents a communication network based on the acoustic energy of an effective routing protocol.
- 2022-08-22 23:32:03下载
- 积分:1
-
点对点聊天工具的客户端,在写的过程中我也加了点注释,应该有助于理解...
点对点聊天工具的客户端,在写的过程中我也加了点注释,应该有助于理解-peer-to-peer chat client, in the process of writing I also added a footnote should help you understand
- 2022-03-11 19:44:34下载
- 积分:1
-
JTAPI by Sun's Java language on the application program interface. As JTAPI...
JTAPI是由Sun公司提出的基于Java语言的应用程序接口。由于JTAPI是基于Java的应用接口,使得JTAPI的对象独立于操作系统和硬件平台,支持跨平台的应用。JTAPI定义了一套类库,包含电话功能和扩充功能。JTAPI结合了传统的电话服务和Web处理能力,具有较强的功能。但是,基于Java的特性,使得JTAPI在拥有强大功能的同时,也失去了普及和推广的基础。-JTAPI by Sun"s Java language on the application program interface. As JTAPI is a Java-based application interface, JTAPI makes the object independent of operating systems and hardware platforms to support cross-platform applications. JTAPI definition of a set of class libraries, including telephone functions and expansion capabilities. JTAPI combination of traditional telephone services and Web processing capability, and a strong function. However, based on Java, which makes JTAPI the powerful functions, lost popularize and promote the foundation.
- 2022-05-19 10:21:52下载
- 积分:1
-
从一个朋友那里弄来的交通信息查询系统!很好用的!
从一个朋友那里弄来的交通信息查询系统!很好用的!-from a friend there obtained traffic information inquiry system! The good!
- 2023-08-23 14:35:06下载
- 积分:1
-
err
简单的OFDM系统仿真,有干扰和无干扰基于BPSK编码的OFDM系统-err
- 2022-03-22 23:40:01下载
- 积分:1
-
通讯录设置,可以设置姓名、地址、电话、邮件地址等
通讯录设置,可以设置姓名、地址、电话、邮件地址等-Address book settings, you can set the name, address, telephone, e-mail address, etc.
- 2022-03-21 15:13:28下载
- 积分:1
-
IP对IP的语音聊天,VB写的,比较不错
IP对IP的语音聊天,VB写的,比较不错-IP to IP voice chat, VB written relatively good
- 2023-08-09 15:50:03下载
- 积分: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实例教程,50个例子,欢迎下载,
一个很实用的MATLAB实例教程,50个例子,欢迎下载,-A very practical example of the MATLAB tutorial, example 50 are welcome to download,嘿嘿! ! ! ! ! ! ! !
- 2022-02-03 07:10:08下载
- 积分:1
-
VC6 下用Mscomm控件,可以实现对DTR的控制
VC6 下用Mscomm控件,可以实现对DTR的控制-VC6 using Mscomm control can be achieved for the control of DTR
- 2022-05-01 01:31:00下载
- 积分:1