-
Datasheet GSM/GPRS wireless for Motorola
Datasheet GSM/GPRS wireless for Motorola-Datasheet GSM/GPRS wireless for Motorola
- 2022-04-27 01:30:23下载
- 积分:1
-
用MODEM实现来电显示的方法,可以针对任何内置与外置型的MODEM
用MODEM实现来电显示的方法,可以针对任何内置与外置型的MODEM-with MODEM CND approach to address internal and external to any type of MODEM
- 2022-01-26 03:04:17下载
- 积分:1
-
本程序使用pf框架开发,mvc模式.
安装方法:
打开123su.php后配置好数据库..
然后把ni6.com.sql导入到数据库完成安装....
本程序使用pf框架开发,mvc模式.
安装方法:
打开123su.php后配置好数据库..
然后把ni6.com.sql导入到数据库完成安装.
本程序程支持wap访问 手机访问的方法 http://网址/Wml
后台支持java手机游戏分机型添加,支持机型库的新增,资讯发布,功能完美
如果是linux下请将/PF/Cache 设置为777 如生成的目录也要777
如有问题请联系我们
mail:82508#qq.com-This program uses pf Framework Development, mvc pattern. Installation Method: Open 123su.php after the configured database. . Ni6.com.sql imported into the database and then complete the installation. This program supports wap-way access to mobile access methods http:// URL/Wml back-office support java mobile phone games to add sub-models, support models library to add, information dissemination, functions perfectly under linux if yes please/PF/Cache settings If the directory is generated for the 777 but also 777 For questions, please contact us mail: 82508# qq.com
- 2022-09-28 02:40:06下载
- 积分:1
-
移动通信信道配置两种方式的C语言实现,里面还附了一篇报告...
移动通信信道配置两种方式的C语言实现,里面还附了一篇报告-Channel configuration in two ways to achieve the C language, which is also included in a report
- 2022-07-01 15:59:43下载
- 积分:1
-
MTP3层测试程序
MTP3层测试程序-ATM layer testing procedures
- 2022-07-02 19:49:53下载
- 积分:1
-
资源编辑器的基础speadrum中国移动
Resource editor base speadrum Chinese mobile
- 2022-01-31 02:51:01下载
- 积分:1
-
使用rpc(远程过程调用)编写的录音程序(服务端和客户端)
使用rpc(远程过程调用)编写的录音程序(服务端和客户端)--A recording program which has used rpc (remote procedure calling) (includes service/client)
- 2023-02-07 04:20:03下载
- 积分: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
-
利用vs.net2005平台和C# 语言编写蓝牙信息系统(包括蓝牙文件传输和蓝牙信息广播)需要微软蓝牙协议栈(MS Stack)的支持。下面就PC端如何安装微软...
利用vs.net2005平台和C# 语言编写蓝牙信息系统(包括蓝牙文件传输和蓝牙信息广播)需要微软蓝牙协议栈(MS Stack)的支持。下面就PC端如何安装微软蓝牙协议栈进行操作说明。-PC-side installation of Microsoft" s Bluetooth protocol stack
- 2022-04-08 05:48:03下载
- 积分:1
-
数字化与0、1编码.
当今时代最流行的名词――信息化.
信息化=数字化+网络化...
数字化与0、1编码.
当今时代最流行的名词――信息化.
信息化=数字化+网络化-Digital encoding and 0,1. The present era the most popular term- information technology. Informationization digital =+ Network
- 2022-09-01 15:05:03下载
- 积分:1