-
对vl14.cryptography原纸采用SMS4算法的概念。
base paper of vl14.cryptography paper and it uses sms4 concept.
- 2023-02-05 05:35:04下载
- 积分:1
-
System will automatically delete the directory
System will automatically delete the directory
- 2022-02-25 11:28:22下载
- 积分:1
-
这是一个简单的聊天工具,使在同一个局域网内的不同主机可以相互聊天,而且聊天人数不限。用户可以对另一台指定的主机说话,也可以向局域网内所以主机发表广播。...
这是一个简单的聊天工具,使在同一个局域网内的不同主机可以相互聊天,而且聊天人数不限。用户可以对另一台指定的主机说话,也可以向局域网内所以主机发表广播。-This is a simple chat tool, so that in the same local area network of the different host each other to chat, but the number of open chat. Users can specify another host to speak can also be host to the LAN broadcast so.
- 2022-08-25 19:53:14下载
- 积分:1
-
中文RFC文档,不用翻译,对学习很有帮助!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-08-18 17:02:47下载
- 积分:1
-
在CDMA系统下行功率控制分析
应用背景基于功率分配算法DBPA距离在这个系统的手机在 均匀分布;细胞允许变功率为下行,每个移动 ;然后传播根据从基站接收功率。关键技术MSPC -多步先生的功率控制方法,算法这个程序让手机比较先生从 基站;为了先生阈值反馈给基站的下行状态。手机是细胞内均匀分布,与链路增益 ;ognormaly分布为每个移动,当先生发现 ;低于先生的阈值,然后移动发送控制命令 ;基站当先生观察以上先生门槛 ;减退命令发送。
- 2022-02-05 02:10:24下载
- 积分:1
-
linux下的软件FSK解码程序
linux下的软件FSK解码程序-under linux software decoding procedures FSK
- 2022-03-09 15:03:51下载
- 积分:1
-
c# plc modibus 通信
c# 串口 以太网通信 modibus 连接 plc
从文本框输入负数 -2 补码=反+1=进位+原数
Vb 清除输入缓冲区 输出缓冲区 c#用不用清除??哪个函数??
//發送二進制數據 ??????????????
private void SendBytesData(SerialPort serialPort)
{ ////从 文本框取得数据 如果负数 -2 怎么办????
byte[] bytesSend = Encoding.Default.GetBytes(txtSend.Text);
spcom.Write(bytesSend, 0, bytesSend.Length);
}
通过MODBUS TCP读写PLC源码
功能模块一:读写PLC主模块
using System;
using System.Net;
using System.Net.Sockets;
public static void WriteWord(int mwAddress,int mwValue)
{写字到以太网
if (init_plc() == 0)
{
try
{
hi = mwAddress / 256;
low = mwAddress - hi * 256;
hi1 = mwValue / 256; ///////////16bit
low1 = mwValue - hi * 256;
sendBuf[7] = 6;
sendBuf[8] = (byte)hi;
sendBuf[9] = (byte)low;
sendBuf[10]
- 2022-07-10 15:42:30下载
- 积分:1
-
串行通信(还是与移动的GPRS有关,只是界面比较美观)
串行通信(还是与移动的GPRS有关,只是界面比较美观)-serial communications (or with the GPRS mobile, but more attractive interface)
- 2022-07-24 07:02:17下载
- 积分:1
-
这是tcp/ip通讯的vc++控件及范例源码,包含一组非常优秀的socket控件源码,demo程序包括客户端程序和服务端程序,实现tcp/ip通信的数据接收发送...
这是tcp/ip通讯的vc++控件及范例源码,包含一组非常优秀的socket控件源码,demo程序包括客户端程序和服务端程序,实现tcp/ip通信的数据接收发送。-This is the tcp/ip communication and control vc example source code, contains a set of socket excellent source control, demo procedures including client and server procedures, tcp/ip communication of this data reception.
- 2022-08-18 11:13:22下载
- 积分:1
-
一篇关于如何有效地进行建模的文章
an article talking about how to effectively make modeling on the end-to-end throughput of mesh networks.
- 2022-03-23 14:03:32下载
- 积分:1