VB实现的OPC Server服务器,是工控程序不可缺少的好东东
上传时间: 2014-01-23
上传用户:xcy122677
simple client/server in socket and fifo in c better run in linux.
上传时间: 2017-07-14
上传用户:英雄
AJAX Book Reader is a complete AJAX client-server application that may be used with a Web browser to display a sequence of text files one page at a time. The display style is completely controlled by a configuration file. The first application of this is as a book viewer where each chapter resides in a seperate text file. It is also suitable for any case where it is not practical to show all of the text to be displayed at once in the browser window.
标签: AJAX client-server application complete
上传时间: 2014-01-02
上传用户:kikye
IP notifier............check client and server section
标签: notifier section client server
上传时间: 2013-12-21
上传用户:qb1993225
TFTp client for delphi ..........source see details in source
标签: source details client delphi
上传时间: 2014-10-28
上传用户:784533221
Client/Server application. This application was written using RMI Java. It resolve "access to critical section " example problem. To use this program you should change in *.bat / *.sh files the java path according in your computer
标签: application resolve written Client
上传时间: 2013-12-03
上传用户:hxy200501
Server application. Unused without client application...
标签: application without Server Unused
上传时间: 2014-01-04
上传用户:firstbyte
client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> include <netinet/in.h> include <arpa/inet.h> include <unistd.h> int main() { int sockfd int len struct sockaddr_in address int result char ch = A sockfd = socket(AF_INET, SOCK_STREAM, 0) address.sin_family = AF_INET address.sin_addr.s_addr = inet_addr("127.0.0.1") address.sin_port = 9734 len = sizeof(address) result = connect(sockfd, (struct sockaddr *)&address, len) if(result == -1) { perror("oops: client") exit(1) } write(sockfd, &ch, 1) read(sockfd, &ch, 1) printf("char from server = c\n", ch) close(sockfd) exit(0) }
上传时间: 2017-07-29
上传用户:wab1981
it is a 2 way filtransfer server/client program
标签: filtransfer program client server
上传时间: 2014-01-10
上传用户:jennyzai
opc客户端,包含opc头文件,连接opc服务器rsview
标签: opc
上传时间: 2013-12-17
上传用户:yy541071797