-
这是一个实现linux系统下的scp的命令相同功能的程序,客户端和服务端通信使用了自己定义了的通信协议。
文件传送协议格式:
服务器路径#服务器上的文...
这是一个实现linux系统下的scp的命令相同功能的程序,客户端和服务端通信使用了自己定义了的通信协议。
文件传送协议格式:
服务器路径#服务器上的文件名#操作类型#文件大小
操作类型:0代表上传操作 1代表下载操作
文件大小:上传下载的文件大小
服务器返回的消息类型:
0 :服务器创建文件失败
1:服务器操作成功
2:文件大小不同 (未实现)
注意:
1:正则表达式没有实现
2:其余实现
3:服务器可以为多个客户端服务,用多进程实现-This is a linux system realize the scp command functions the same procedures, client and client communication services using its own definition of the communication protocol. File Transfer Protocol format: server path# Server 23 file name! Operation type# File size operation types: 0 From operated on behalf of one operation on behalf of download file size: From the size of the downloaded file to return to the news server type: 0 : The server failed to create file 1: Server operation successful 2: documents of different sizes (not realize) Note: 1: regular expression did not realize 2: the rest of the realization of 3: The server can service multiple clients, and realize multi-process
- 2022-03-20 03:16:03下载
- 积分:1
-
使用Fax Modem发送传真的程序
使用Fax Modem发送传真的程序 -Using FAX Modem to send fax
- 2023-06-15 23:40:02下载
- 积分:1
-
通信的文挡,公司的内部文件,很实用,为中国的技术实力努力干活,但是中国的几个卖论文的网站很恶心...
通信的文挡,公司的内部文件,很实用,为中国的技术实力努力干活,但是中国的几个卖论文的网站很恶心-Block of text communications, the company
- 2022-02-02 13:28:58下载
- 积分:1
-
csma/cd协议仿真
资源描述在竞争信道中,模仿csma/cd的协议仿真,包括各路站点遵守何种规则发送信息,发生冲突如何解决(采用2进制回退方式)等等
- 2022-05-25 10:56:27下载
- 积分:1
-
电力设备CDT协议,介绍比较详细,希望有用
电力设备CDT协议,介绍比较详细,希望有用-Electrical equipment CDT agreement to introduce the more detailed the hope that useful
- 2022-01-28 08:46:20下载
- 积分:1
-
描述了以VB.NET 为矸发平台,利用System.Web.Mail命名空间的三个类.来沟造电子邮件发送程
序的设计过程,并对邮件发送的啄理― ―SMTP的...
描述了以VB.NET 为矸发平台,利用System.Web.Mail命名空间的三个类.来沟造电子邮件发送程
序的设计过程,并对邮件发送的啄理― ―SMTP的通信流程进行了比较深入的讨论。-Description of the VB.NET platform for rock hair, use System. Web. Mail named the three categories of space. Groove to create Email this procedure the design process, as well as mail sent pecked Jimmy-- SMTP communication process for the more in-depth discussion.
- 2023-07-15 03:45:03下载
- 积分:1
-
J2ME in a Nutshell随书源码
J2ME in a Nutshell随书源码-J2ME in a Nutshell book as source
- 2022-02-09 22:41:16下载
- 积分:1
-
Exclusively for 3G mobile application development language android code that des...
专用于3G手机应用的开发语言android代码,描述在手机中进行数据存储的不同方法!-Exclusively for 3G mobile application development language android code that describes the data stored in mobile phones in different ways!
- 2022-10-19 15:25:03下载
- 积分:1
-
简易FIR滤波器
1、FIR数字滤波器的设计(1)在主函数中调用dsnFIR函数,滤波器参数设为21阶、带阻、矩形窗、采样率1000Hz、上下截止频率分别为100Hz,400Hz;(2)利用drawFIR函数分别画出所设计的FIR滤波器的幅频特性图和相频特性图。2、FIR数字滤波实现(1)编写一个输入信号子程序func(),输入信号为一连续函数,表达式为;(2)对输入信号进行采样,即 ,这里取采样率,得到离散序列x(n);(3)取x(n)中前40个点的值,将其转为复数存入复数数组x[64]中,并对x[64]做64点的FFT,得到的X(k)存回x[64]中;(4)已知在主函数中调用dsnFIR函数后得到的输出结果b[21]即为FIR滤波器单位冲激响应h(n)的值,将其转为复数存入复数数组h[64]中,并对h[64]做64点的FFT,得到的H(k)存回h[64]中;(5)已知用FIR滤波器对输入信号进行滤波就是将输入信号x(n)与滤波器单位冲激响应h(n)做卷积运算,故我转到频域采用FFT方法实现对输入信号x(n)的滤波,即将X(k)与H(k)相乘,得到滤波后信号的FFT变换Y(k),然后只需对Y(k)做IFFT变换即可得到滤波后信号y(n)。
- 2022-05-23 13:46:22下载
- 积分:1
-
Visual C++ 串口通信编程实践 第11章和第12章源码
Visual C++ 串口通信编程实践 第11章和第12章源码-Visual C++ Serial communication programming practice, Chapter 11 and Chapter 12 source code
- 2022-05-01 02:10:37下载
- 积分:1