-
本软件是用VB制作的,用于电脑与西门子S7
本软件是用VB制作的,用于电脑与西门子S7-200PLC(PPI协议)进行通讯,如果您想用VB开发S7-200PLC(PPI协议)上位机控制界面,此软件是您的好帮手!
1、可以写入、读出寄存器的数值(字节、字、双字);
2、可以进行元件(V、M、S、Q、I)的置、复位操作;
3、可以读取元件(V、M、S、Q、I)的ON/OFF状态。
4、可以控制PLC的运行、停止。-A simple application of Visual C++
- 2022-02-26 17:01:06下载
- 积分:1
-
用RMI实现的聊天室
包括服务器端和客户端
可支持多人多房间聊天
对要开发聊天室的兄弟很有用处
也可以做学习RMI的学习资料...
用RMI实现的聊天室
包括服务器端和客户端
可支持多人多房间聊天
对要开发聊天室的兄弟很有用处
也可以做学习RMI的学习资料-RMI RMI
- 2022-07-26 17:42:04下载
- 积分:1
-
IP多播C++Builder版。IP多播是一种比广播效率更高得UDP传输方式,具有更多得优越性。提供得源码有较详细得注释,值得一看。...
IP多播C++Builder版。IP多播是一种比广播效率更高得UDP传输方式,具有更多得优越性。提供得源码有较详细得注释,值得一看。-IP Multicast C Builder version. IP Multicast is a more efficient than broadcasting in UDP transmission mode, They have more advantages. Source code is provided in more detail in the Notes overseas.
- 2022-09-07 02:10:02下载
- 积分:1
-
VC++编程环境。得到本地mac地址。界面友好,使用方便
VC++编程环境。得到本地mac地址。界面友好,使用方便-VC++ programming environment. Get the local mac address. Friendly interface and easy to use
- 2022-07-10 11:54:11下载
- 积分:1
-
SMTP邮件客户端程序
SMTP邮件客户端程序-SMTP mail client program
- 2023-06-12 06:40:03下载
- 积分:1
-
* The procedure is a simple port scanning procedures, the use of TCP socket* fol...
* 本程序是一个简单的端口扫描程序,使用TCP SOCKET * 依次试连接目标主机的端口,以此判断端口开放与否。 * 程序设计上使用了线程池,共100个线程。-* The procedure is a simple port scanning procedures, the use of TCP socket* followed test objectives mainframe connectivity ports in order to judge whether to open ports.* Procedures for the use of the design thread pool, a total of 100 threads.
- 2023-07-24 10:50:03下载
- 积分:1
-
采用c编写的socket套接字的服务器端程序。接收从客户端发送的信息,并向客户端发送信息。...
采用c编写的socket套接字的服务器端程序。接收从客户端发送的信息,并向客户端发送信息。-The preparation of the socket using c socket server-side program. From the client to receive messages sent to the client send a message.
- 2022-01-26 02:22:53下载
- 积分:1
-
用风险投资程序编写的网络。包括服务器和客户端
用vc编写的网络程序。包括服务器端和客户端发送接受数据的程序。供学习者参考-with vc procedures prepared by the network. Including server and the client to send data to accept the procedure. Reference for learners
- 2022-04-13 14:47:53下载
- 积分:1
-
这是一个酒店系统,用Dreamwaver和access数据库做的,包含注册会员、在线预定、介绍酒店房间标准、娱乐设施等功能。...
这是一个酒店系统,用Dreamwaver和access数据库做的,包含注册会员、在线预定、介绍酒店房间标准、娱乐设施等功能。-This is a hotel system, used to do Dreamwaver and access the database containing registered members, online reservations, hotel rooms introduce standard features such as recreational facilities.
- 2022-01-26 06:16:40下载
- 积分:1
-
P2P c++ sdk
P2P dll c++ ,
static emReturnType SetAppType(emAppType AppType);//设置程序类型,服务器emAppType_Server或者客户端emAppType_Client
static emReturnType SetClientCallback(IMsgCallback *pMsgCallback);//设置回调类,回调类继承IMsgCallback接口
static emReturnType Startup();//开启网络
static emReturnType Cleanup();//关闭网络
//Server 以下函数是服务器调用
static emReturnType BeginService(unsigned short nPort);//如果是服务器,调用该函数开启服务,nPort:端口号
static emReturnType EndService();//服务器退出的时候,调用该函数关闭服务
//Client 以下函数是客户端调用
static emReturnType Logon(LOGONINFO* pLogonInfo);//函数登录服务器。pLogonInfo:登录信息,详细见P2PHeaderDef.h->LOGONINFO
static emReturnType Logout();//登出服务器
static emReturnType ConnectAnchor(CLIENTINFO* pClientInfo);//连接主播,该函数是用户调用
static emReturnType SendP2PMSG(CLIENTINFO* pClientInfo, char* pszMsg, int nMsgLen);//发送P2P消息,pClientInfo,要发送的客户信息,如果是用户,则pClientI
- 2022-02-03 19:54:38下载
- 积分:1