Welcome![Sign In][Sign Up]
Location:
Search - tcp word

Search list

[Communication基于TCP的远程字典服务(RemoteLookup)

Description: 过在远端主机上搭建一个远程字典服务服务器,其它主机可以通过客户端程序 RemoteLookup将所需要查询的单词传送给远程主机,远程主机字典服务服务器将单词的中文释义结果返回给客户端主机 在启动服务端后,即可用客户端在线查询单词, 程序示范了运用没有封装的SOCKET以及Windows SDK编程的典型过程。 -off in the remote mainframe structures a remote server dictionary, other mainframe through client RemoteLookup inquiries will be required to transmit the word remote host, the remote host server dictionary to the word interpretation of the results of the Chinese back to the mainframe in client-activated services, customers can use online-word inquiry, procedures without the use of the Model package SOCKET Windows SDK programming and the typical process.
Platform: | Size: 103028 | Author: 陈一 | Hits:

[Other resourceTCP-IPTechnical_inDetails

Description: 本书介绍TCP/IP及其应用。TCP/IP是Internet上使用的协议,而Internet是世界上最大的互联网络。本书内容十分丰富,几乎涵盖了有关TCP/IP的各个方面,包括开放式通信模型、TCP/IP通信模型、IP网络中的命名和寻址机制、地址解析及反向地址解析协议、DNS域字服务器、WINS、地址发现协议、IPv6、IP网络中的路由协议(RIP、OSPF等)、互联网打印协议、LDAP目录服务、远程访问协议、IP安全与防火墙。本书介绍了如何为Windows 9x/NT配置TCP/IP;还介绍了如何使用TCP/IP应用程序,包括远程登录、FTP、Web浏览等。-this book about TCP / IP and its applications. TCP / IP is used on the Internet agreement and the Internet is the world's largest Internet. The book is rich in content, almost covering the TCP / IP in all its aspects, including open communication model, TCP / IP communications model, the IP network naming and addressing mechanisms, address resolution and reverse ARP, DNS Domain word servers, WINS, address discovery protocol, IPv6, IP Network Routing Protocol (RIP, OSPF, etc.), Internet printing protocol, LDAP directory services, remote access protocol, IP security and firewall. The book explains how to configure Windows 9x/NT TCP / IP; also described how to use the TCP / IP applications, including remote login, FTP and Web browsing.
Platform: | Size: 21622775 | Author: 绳鹏 | Hits:

[Otherzzcx

Description: The JICQ is the bureau area which JAVA writes according to \"Customer s Machine/Server\"(C/S) mode message solid hour correspond by letter tool system, the system adopted the SQL Server2000 of Microsoft company as a backstage database, the system passes a JDBC interview database. The system is divided into the server procedure and customer s procedure two parts, server and customer adoption \"Transmission Control Protocol\"(TCP), connect a word (Socket) conjunction through a set, the adoption \"User Datagram Protocol \"(UDP) of the customer s, pass a data report a set to connect a word (DatagramSocket) establishment a conjunction. The system has customer registration, customer to register, increase good friend, delete good friend and send out and receive news etc. function.-JICQ The bureau is the area which write Java s according to the "Customer s Machine / Server" (C / S) mode message solid hour correspond by letter tool system. the system adopted the SQL Server2000 of Micros oft company as a backstage database, the system passes a database JDBC interview. Th e system is divided into the server procedure an d customer s procedure two parts. server and customer adoption "Transmission Co. ntrol Protocol "(TCP), connect a word (Socket) through a conjunction s et. the adoption "User Datagram Protocol" (UDP) of the customer s, pass a data report a set to connect a word (Datagr amSocket) establishment a conjunction. The sy stem has customer registration, customer to register, increase good friend, delete good friend and send out and
Platform: | Size: 17802 | Author: 乔峰 | Hits:

[Other resourcenetworkgame

Description: The word building game is a well known game all over the world. It is also called as scrabble. In this network-supported game, four players can play the game together sharing the same matrix board. Players can join their corresponding opponents directly by searching. I have used UDP sockets for searching the hosted game and TCP sockets for game processing. This game can be played within the subnet.
Platform: | Size: 42622 | Author: 王小文 | Hits:

[SCMucos51在KeilC51上仿真运行

Description: Demo程序经Keil701编译后,代码量为7-8K,可直接在KeilC51上仿真运行。 使用方法:解压后双击yy项目,点调试即可在串口仿真看到结果。 Demo程序创建了3个任务A、B、C优先级分别为2、3、4,A每秒显示一次,B每3秒显示一次,C每6秒显示一次。从显示结果看,显示3个A后显示1个B,显示6个A和2个B后显示1个C,结果显然正确。用户可以仿照范例运用更多系统API函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器看结果。注意:系统提供的显示函数是并发的,他不是直接显示到串口,而是先输出到显存,用户不必担心IO慢速操作影响程序运行。串口输入也采用了同样的技术,他使得用户在CPU忙于处理其他任务时照样可以盲打输入命令。 将EXL2-shell目录下的文件覆盖yy目录下的同名文件,将word.c、yyshell.c、yyshellsub.c、mystring.c加入项目,删除yy1.c,编译后调试即可。输入help可得到在线帮助,具体命令用法见文章说明。 yangye网友推荐http://www.sics.se/~adam/lwip/网站学习TCPIP,该网站开放源代码的lwip是专为8bit和16bitMCU设计的TCPIP协议栈,已在多种CPU上移植成功,推荐大家下载。-Demo processes Keil701 compiler, code capacity of 7-8K to be directly in KeilC51 on simulation run. Use : unpacked click yy, debugging points in the serial simulation can see the result. Demo procedures for the creation of three task A, B, C priority for 2,3,4, A second shows a B every three seconds a show, C every six seconds a show. Looking at the results from the show, a show three shows a B, showed six A and two B shows a C, the result is obviously correct. Users can use more modeled on the example of system API function to write their own procedures. As long as the procedures are shown on the statement can be used simulation software for the outcome. Note : the system provides display function is complicated, and he is not a direct indication of the serial port, but before the output
Platform: | Size: 731136 | Author: 套件 | Hits:

[Communication基于TCP的远程字典服务(RemoteLookup)

Description: 过在远端主机上搭建一个远程字典服务服务器,其它主机可以通过客户端程序 RemoteLookup将所需要查询的单词传送给远程主机,远程主机字典服务服务器将单词的中文释义结果返回给客户端主机 在启动服务端后,即可用客户端在线查询单词, 程序示范了运用没有封装的SOCKET以及Windows SDK编程的典型过程。 -off in the remote mainframe structures a remote server dictionary, other mainframe through client RemoteLookup inquiries will be required to transmit the word remote host, the remote host server dictionary to the word interpretation of the results of the Chinese back to the mainframe in client-activated services, customers can use online-word inquiry, procedures without the use of the Model package SOCKET Windows SDK programming and the typical process.
Platform: | Size: 102400 | Author: 陈一 | Hits:

[OtherTCP-IPTechnical_inDetails

Description: 本书介绍TCP/IP及其应用。TCP/IP是Internet上使用的协议,而Internet是世界上最大的互联网络。本书内容十分丰富,几乎涵盖了有关TCP/IP的各个方面,包括开放式通信模型、TCP/IP通信模型、IP网络中的命名和寻址机制、地址解析及反向地址解析协议、DNS域字服务器、WINS、地址发现协议、IPv6、IP网络中的路由协议(RIP、OSPF等)、互联网打印协议、LDAP目录服务、远程访问协议、IP安全与防火墙。本书介绍了如何为Windows 9x/NT配置TCP/IP;还介绍了如何使用TCP/IP应用程序,包括远程登录、FTP、Web浏览等。-this book about TCP/IP and its applications. TCP/IP is used on the Internet agreement and the Internet is the world's largest Internet. The book is rich in content, almost covering the TCP/IP in all its aspects, including open communication model, TCP/IP communications model, the IP network naming and addressing mechanisms, address resolution and reverse ARP, DNS Domain word servers, WINS, address discovery protocol, IPv6, IP Network Routing Protocol (RIP, OSPF, etc.), Internet printing protocol, LDAP directory services, remote access protocol, IP security and firewall. The book explains how to configure Windows 9x/NT TCP/IP; also described how to use the TCP/IP applications, including remote login, FTP and Web browsing.
Platform: | Size: 21622784 | Author: 绳鹏 | Hits:

[TCP/IP stacktcp1111111

Description: TCP/IP协议基础知识,包括OSI模型、ip地址、ping的用法-TCP/IP protocol based on knowledge, including the OSI model, ip address, ping usage, etc.
Platform: | Size: 234496 | Author: 飘来的南风 | Hits:

[TCP/IP stackTCP-IP

Description: 本书介绍TCP/IP及其应用。TCP/IP是Internet上使用的协议,而Internet是世界上最大的互联网络。本书内容十分丰富,几乎涵盖了有关TCP/IP的各个方面,包括开放式通信模型、TCP/IP通信模型、IP网络中的命名和寻址机制、地址解析及反向地址解析协议、DNS域字服务器、WINS、地址发现协议、IPv6、IP网络中的路由协议(RIP、OSPF等)、互联网打印协议、LDAP目录服务、远程访问协议、IP安全与防火墙。本书介绍了如何为Windows 9x/NT配置TCP/IP;还介绍了如何使用TCP/IP应用程序,包括远程登录、FTP、Web浏览等。 -The book introduced the TCP/IP and its application. TCP/IP is the protocol used on Internet, and the Internet is the world' s largest Internet network. The book is rich in content, almost covering the TCP/IP in all its aspects, including open communication model, TCP/IP communication model, IP network naming and addressing mechanisms, and reverse address resolution ARP, DNS domain word server, WINS, the address discovery protocol, IPv6, IP network routing protocols (RIP, OSPF, etc.), Internet Printing Protocol, LDAP directory services, remote access protocol, IP security and firewall. The book describes how to configure Windows 9x/NT for the TCP/IP also describes how to use the TCP/IP applications, including Telnet, FTP, Web browsing and so on.
Platform: | Size: 21622784 | Author: 周洁 | Hits:

[TCP/IP stacktcp.ip

Description: 本文档详细介绍了TCP\IP和OSI网络七层协议模型(内附精彩的插图,让人看了就一目了然)。 网络模型 计算机网络是指由通信线路互相连接的许多自主工作的计算机构成的集合体,各个部件之间以何种规则进行通信,就是网络模型研究的问题。网络模型一般是指OSI七层参考模型和TCP/IP四层参考模型。这两个模型在网络中应用最为广泛。 目录[隐藏] • • OSI模型概述 • • OSI参考模型的主要功能和任务 • • OSI参考模型中的数据封装过程 • • TCP/IP参考模型 • • 参考资料 -This document details the TCP \ IP and OSI network protocol model seven (with wonderful illustrations, people looked on at a glance). Network model is the computer network connected by the communication lines of the work of many self-assembly consisting of a computer, between the various components to communicate the rules to what is the problem of network model. Network model generally refers to seven OSI Reference Model and TCP/IP reference model four. The two models in the most widely used network. Contents [hide] • • OSI Model Overview • • OSI reference model of the main functions and tasks • • OSI reference model in the process of data encapsulation • • TCP/IP Reference Model • • References
Platform: | Size: 94208 | Author: leespoon | Hits:

[OtherTCP-IP

Description: <TCP-IP技术大全> 本书介绍TCP/IP及其应用。TCP/IP是Internet上使用的协议,而Internet是世界上最大的互联网络。本书内容十分丰富,几乎涵盖了有关TCP/IP的各个方面,包括开放式通信模型、TCP/IP通信模型、IP网络中的命名和寻址机制、地址解析及反向地址解析协议、DNS域字服务器、WINS、地址发现协议、IPv6、IP网络中的路由协议(RIP、OSPF等)、互联网打印协议、LDAP目录服务、远程访问协议、IP安全与防火墙。本书介绍了如何为Windows 9x/NT配置TCP/IP;还介绍了如何使用TCP/IP应用程序,包括远程登录、FTP、Web浏览等-<TCP-IP技术大全> The book introduced the TCP/IP and its application. TCP/IP is the protocol used on Internet, and the Internet is the world' s largest Internet network. The book is rich in content, almost covering the TCP/IP in all its aspects, including open communication model, TCP/IP communication model, IP network naming and addressing mechanisms, and reverse address resolution ARP, DNS domain word server, WINS, the address discovery protocol, IPv6, IP network routing protocols (RIP, OSPF, etc.), Internet Printing Protocol, LDAP directory services, remote access protocol, IP security and firewall. The book describes how to configure Windows 9x/NT for the TCP/IP also describes how to use the TCP/IP applications, including Telnet, FTP, Web browser, such as
Platform: | Size: 23018496 | Author: 李立 | Hits:

[TCP/IP stackJava

Description: TCP、UDP、计算器、日历,applet、异常处理等等,还有课本经典例题源码使用基础的程序源代码(Word文档里)。适合初学java这下载学习。-TCP, UDP, calculator, calendar, applet, exception handling, etc., as well as the classic textbook Example source code using the basic source code (Word document-ri). This download java for beginners to learn.
Platform: | Size: 2483200 | Author: 李鹏 | Hits:

[TCP/IP stackTCP-IP-Implimention

Description: tcpip协议栈实现,手持设备的tcpip协议栈实现架构总图等。-tcpip protocol stack implementation, handheld devices tcpip protocol stack to achieve the overall structure of maps.
Platform: | Size: 198656 | Author: roc | Hits:

[Internet-Networksocket

Description: tcp udp 网络编程源码 //创建套接字 sHost = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) if(INVALID_SOCKET == sHost) { printf("socket failed!\n") WSACleanup() //释放套接字资源 return -1 } //设置服务器地址 servAddr.sin_family =AF_INET servAddr.sin_addr.s_addr = inet_addr("127.0.0.1") servAddr.sin_port = htons((short)4999) int nServAddlen = sizeof(servAddr) //连接服务器 retVal=connect(sHost,(LPSOCKADDR)&servAddr, sizeof(servAddr)) if(SOCKET_ERROR == retVal) { printf("connect failed!\n") closesocket(sHost) //关闭套接字 WSACleanup() //释放套接字资源 return -1 } //向服务器发送数据 ZeroMemory(buf, BUF_SZIE) strcpy(buf, "MyTCP") retVal = send(sHost, buf, strlen(buf), 0) if (SOCKET_ERROR == retVal) { printf("send failed!\n") closesocket(sHost) //关闭套接字 WSACleanup() //释放套接字资源 return -1 -tcp udp network programming source code// create a socket sHost = socket (AF_INET, SOCK_STREAM, IPPROTO_TCP) if (INVALID_SOCKET == sHost) (printf ( " socket failed! \ n" ) WSACleanup () // release socket Word of resources return-1 )// set the server address servAddr.sin_family = AF_INET servAddr.sin_addr.s_addr = inet_addr ( " 127.0.0.1" ) servAddr.sin_port = htons ((short) 4999) int nServAddlen = sizeof ( servAddr) // connect to the server retVal = connect (sHost, (LPSOCKADDR) & servAddr, sizeof (servAddr)) if (SOCKET_ERROR == retVal) (printf ( " connect failed! \ n" ) closesocket (sHost) // Close socket WSACleanup () // release the socket resources return-1 )// to the server sending data ZeroMemory (buf, BUF_SZIE) strcpy (buf, " MyTCP" ) retVal = send (sHost, buf, strlen (buf), 0) if (SOCKET_ERROR == retVal) (printf ( " send failed! \ n" ) closesocket (sHost) // close the socket WSACleanup () // release socket resources to return
Platform: | Size: 2048 | Author: 闛靚 | Hits:

[OtherTCP_server_client

Description: MyEclipse,实现tcp socket连接的客户端和服务器端,能够传输文本或图片,服务器端有多线程和单线程两个,多线程的可以实现同时让多个用户连接,rar包内word文档中有简单的流程图和程序说明,代码较简单,适合初学者。-MyEclipse,tcp socket server and client,there are single thread server and multi thread server,you can get file through the tcp
Platform: | Size: 114688 | Author: 申文霞 | Hits:

[TCP/IP stackTCPIPSTACKATCOMMANDs

Description: Documentation of TCP IP STACK AT COMMANDS.
Platform: | Size: 23552 | Author: Sandeep | Hits:

[TCP/IP stackDaquan-TCP-IP-technology

Description: 本书介绍TCP/IP及其应用。TCP/IP是Internet上使用的协议,而Internet是世界上最大的互联网络。本书内容十分丰富,几乎涵盖了有关TCP/IP的各个方面,包括开放式通信模型、TCP/IP通信模型、IP网络中的命名和寻址机制、地址解析及反向地址解析协议、DNS域字服务器、WINS、地址发现协议、IPv6、IP网络中的路由协议(RIP、OSPF等)、互联网打印协议、LDAP目录服务、远程访问协议、IP安全与防火墙。本书介绍了如何为Windows 9x/NT配置TCP/IP;还介绍了如何使用TCP/IP应用程序,包括远程登录、FTP、Web浏览等。 -This book introduces TCP/IP and its application. TCP/IP is the protocol used on the Internet, while the Internet is the world' s largest Internet network. This book is rich in content, covering almost on TCP/IP in all aspects, including open communication model, TCP/IP communication model, IP network naming and addressing mechanisms for address resolution and reverse address resolution protocol, DNS domain word server, WINS, the address discovery protocol, IPv6, IP network routing protocols (RIP, OSPF, etc.), Internet Printing Protocol, LDAP directory services, remote access protocols, IP security and firewall. This book explains how to configure Windows 9x/NT TCP/IP also describes how to use the TCP/IP applications, including remote login, FTP, Web browsing.
Platform: | Size: 23021568 | Author: 杨石 | Hits:

[TCP/IP stackTCP-IP

Description: 本书介绍TCP/IP及其应用。包括开放式通信模型、TCP/IP通信模型、IP网络中的命名和寻址机制、地址解析及反向地址解析协议、DNS域字服务器、WINS、地址发现协议、IPv6、IP网络中的路由协议(RIP、OSPF等)、互联网打印协议、LDAP目录服务、远程访问协议、IP安全与防火墙。-This book introduces TCP/IP and its application. Including open communication model, TCP/IP communication model, IP network naming and addressing mechanisms, address resolution and reverse address resolution protocol, DNS server, domain word, WINS, the address discovery protocol, IPv6, IP network routing protocols (RIP, OSPF, etc.), Internet Printing Protocol, LDAP directory services, remote access protocol, IP security and firewall.
Platform: | Size: 25182208 | Author: xwind | Hits:

[Internet-Networkqt-pdf-word--program-etc

Description: 包括qt的学习资料、经验,基于Qt_Embedded的图形用户界面移植等,程序基于qt的TCP网络编程-Including qt learning materials, experience, graphical user interface based Qt_Embedded transplantation. TCP network programming procedures based on qt
Platform: | Size: 26668032 | Author: milkystar | Hits:

[Internet-NetworkTrioAxisCtrl

Description: 通过套接字,基于TrioMotion运动控制器,上位机软件(VC++)开发,多线程实现与控制器交换数据。分时读写100个Double Word(VC++ Muil thread read and write Triomotion VR)
Platform: | Size: 7639040 | Author: MotionCtrl | Hits:
« 12 3 »

CodeBus www.codebus.net