-
单个汉字库字摸提取程序,tc2.0编译
hzf16f在电脑的储存格式是以行为字节计算的,一般的lcd都采用以列为字节计算...
单个汉字库字摸提取程序,tc2.0编译
hzf16f在电脑的储存格式是以行为字节计算的,一般的lcd都采用以列为字节计算-single word touch extraction procedures, tc2.0 compiler hzf16f stored on the computer acts byte format is calculated on the lcd are generally used as a byte calculation
- 2022-05-23 23:42:13下载
- 积分: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
-
PC104
PC104接口VHDL编程,用于工控机与用户测试板通讯接口.-PC104
- 2023-04-30 19:20:03下载
- 积分:1
-
VC通信网络上的所有源代码,编译所有的实现…
vc++网络通信一书所有源码,全部可以编译执行。请将文件属性去掉只读。我从光盘上copy的-vc a communications network on all source code, compile all of the implementation. Please read-only file attributes removed. I copy from the CD
- 2022-03-07 02:30:16下载
- 积分:1
-
中国专利联合开发投资网应投资商要求在全国范围征集节能、环保、具有显著市场开发潜力的专利项目投资开发。 请收到此通知的专利权人,尽快将专利项目介绍、专利授权...
中国专利联合开发投资网应投资商要求在全国范围征集节能、环保、具有显著市场开发潜力的专利项目投资开发。 请收到此通知的专利权人,尽快将专利项目介绍、专利授权-Net investment in joint development of China" s patent should invest in energy-saving operators have asked for collection at the national level, environmental protection, has significant market potential for development of proprietary investment and development projects. Please receive this notification, the patentee, the patent as soon as possible the project presentations, patents ...
- 2022-02-15 08:58:34下载
- 积分: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
-
OPC客户端监控程序
一个OPC客户端监视程序 -An OPC client monitoring program
- 2022-03-10 18:10:30下载
- 积分:1
-
一个(k,n,K)的卷积码的维特比译码算法
一个(k,n,K)的卷积码的维特比译码算法-A (k, n, K) convolutional codes Viterbi decoding algorithm
- 2023-02-01 15:45:04下载
- 积分:1
-
感应电机的无速度传感器直接转矩控制(DTC)技术。很好的运动…
感应电机的无传感器直接转矩控制技术(DTC)。控制电机的很好的方法-Induction motor sensorless direct torque control technology (DTC). Very good motor control method
- 2023-06-13 21:30:08下载
- 积分:1
-
UWB超宽带信号。PAM调制RAKE接受机MATLAB源代码。可以用在仿真中...
UWB超宽带信号。PAM调制RAKE接受机MATLAB源代码。可以用在仿真中-UWB Ultra-wideband signal. PAM modulation RAKE receiver MATLAB source code. Can be used in simulation
- 2022-08-08 12:14:47下载
- 积分:1