Welcome![Sign In][Sign Up]
Location:
Search - socket .n

Search list

[Internet-NetworkServerSocket_demo

Description: 非常好的Socket多线程编程例子,可用作客户端或者服务端,可以实现TCP或者UDP通信,可以同时创建n个线程-very good example of multi-threaded programming, can be used as a client or server, can achieve a TCP or UDP communications, it will also create threads n
Platform: | Size: 48128 | Author: 万青 | Hits:

[Remote ControlHoldPC

Description: holdPC1116版本. 最新版本的holdPC,修正一些以前的Bug,n多年没改了,送给刚学远程控制的朋友看吧. 里面集成了zip,socket,淡入logo等.-holdPC1116 version. The latest version of the holdPC, amendments to some previous Bug, n had not been changed for many years, gave just learning remote control and see friends. with integrated zip, socket, Easing such as logo.
Platform: | Size: 471040 | Author: jack | Hits:

[VC/MFCWINDOWS__socket1

Description: 本书第一部分讲述的是传统的网络接口N e t B I O S、重定向器以及通过重定向器进行的各类 网络通信。尽管本书大部分内容均围绕Wi n s o c k编程这一主题展开,但是, A P I比起Wi n s o c k 来,仍然具有某些独到之处-book on the first part of the traditional network interface N e t B I O S, Redirector and through Redirector for the various network communication. Although most of the contents of the book revolves around Wi n s o c k program this topic, but A P than I Wi n o c k's, still has some special gifts
Platform: | Size: 1167360 | Author: 楼洛阳 | Hits:

[VC/MFCWINDOWS__socket2

Description: Wi n d o w s使应用程序能通过操作系统内建的文件系统服务在网络上通信。有时候,我们 将之称为“网络操作系统”(N O S)能力。-Wi n d o w s application procedures so that the operating system through the built-in file system services on the network communications. Sometimes, we will call them the "network operating system" (N O S) capacity.
Platform: | Size: 273408 | Author: 楼洛阳 | Hits:

[VC/MFCWINDOWS__socket5

Description: 本书第二部分讲述的是在Wi n 3 2平台上的Wi n s o c k编程。对于众多的基层网络协议, Wi n s o c k是访问它们的首选接口。而且在每个Wi n 3 2平台上,Wi n s o c k都以不同的形式存在着。 Wi n s o c k是网络编程接口,而不是协议。它从U n i x平台的B e r k e l e y(B S D)套接字方案借鉴了 许多东西,后者能访问多种网络协议。在Wi n 3 2环境中,Wi n s o c k接口最终成为一个真正的 “与协议无关”接口,尤其是在Winsock 2发布之后。-book on the second part of the Wi n 3 2 on the platform's Wi n o c k programming. To many of the grass-roots network protocol, Wi n s o c k is to visit their preferred interface. But in each Wi n 3 2 platform, Wi n o c k's in different forms exist. Wi n s o c k network programming interface, rather than agreement. From U n i x platform B e r k e l e y (S B D) socket program draws many things, The latter would be able to visit a variety of network protocols. In Wi n 3 2 environment, Wi n o c k s interface will eventually become a real "agreement has nothing to do with the" interface, especially in the Winsock 2 was released.
Platform: | Size: 361472 | Author: 楼洛阳 | Hits:

[BooksWINDOWS__socket6

Description: 要通过Wi n s o c k建立通信,必须了解如何利用指定的协议为工作站定址。本章将一一说明 Wi n s o c k支持的协议以及各协议如何把一个指定家族的地址解析成网络上一台具体的机器。-through Wi n s o c k establish communications, we must understand how to use the designated address in the agreement for the workstation. The chapter will on January 1 shows Wi n o c k's support of the agreement and the agreement specified how a family of Web Address Resolution Taiwan dataflow on a specific machine.
Platform: | Size: 888832 | Author: 楼洛阳 | Hits:

[VC/MFCWINDOWS__socket7

Description: 本章专门讲解编写成功网络应用程序时所需的基本知识和A P I调用。通过上一章的学习, 大家已知道从Wi n s o c k地址机和这些机器上的服务,可以很容易地访问协议。在这一章里, 我们打算讨论如何从网络上的一台机器到另一台机器建立连接,以及如何收发数据-chapter devoted to the preparation of successful network applications required for the basic knowledge and A P I call. The study by the previous chapter, we know from Wi n s o c k address these machines on the machines and services, it is easy to access protocol. In this chapter, we intend to discuss how the network from one machine to another machine to connect. and how the data transceiver
Platform: | Size: 1081344 | Author: 楼洛阳 | Hits:

[VC/MFCWINDOWS__socket8

Description: 本章重点是如何在Wi n d o w s套接字应用程序中对I / O(输入/输出)操作进行管理。 Wi n s o c k分别提供了“套接字模式”和“套接字I / O模型”,可对一个套接字上的I / O行为加以 控制-focus of this chapter is how Wi n d o w's socket application of I/O (input/output) operations management. Wi n s o c k provide a "socket model" and the "socket I/O model," to be a socket on the I/O behavior control
Platform: | Size: 852992 | Author: 楼洛阳 | Hits:

[VC/MFCWINDOWS__socket11

Description: “多播”亦称“多点传送”(M u l t i c a s t i n g),是一种让数据从一个成员送出,然后复制给其 他多个成员的技术-"multicast" also known as "multicast" (M u l t i c a s t i n g), is a way to let members of data from a given, and then copied to a number of other members of the technology
Platform: | Size: 850944 | Author: 楼洛阳 | Hits:

[VC/MFCWINDOWS__socket13

Description: 利用“原始套接字”(Raw Socket),我们可访问位于基层的传输协议。本章专门讲解如 何运用这种原始套接字,来模拟I P的一些实用工具,比如Tr a c e r o u t e和P i n g程序等等。使用原 始套接字,亦可对I P头信息进行实际的操作。本章只关心I P协议;至于如何针对其他协议使 用原始套接字,我们不打算提及。而且,大多数协议(除AT M以外)根本就不支持原始套接 字。所有原始套接字都是使用S O C K _ R AW这个套接字类型来创建的,而且目前只有Wi n s o c k 2提供了对它的支持。因此,无论Microsoft Windows CE 还是老版本的Windows 95 (无 Winsock 2升级)均不能利用原始套接字的能力。-use "raw socket" (Raw Socket), we can visit at the grassroots transmission agreements. This chapter specifically on how to use the original socket, I P to simulate some practical tools, For example Tr a c e r t o u e and P i n g procedures, and so on. Original socket, I can right the first P information of the actual operation. I only care about this chapter P Agreement; As to how the other agreements original socket, we do not intend to mention. Moreover, most agreements (except outside AT M) simply does not support the original socket. All original socket are using S O C K R AW _ the socket types to create, but it's only Wi n o c k 2 of the support it. Therefore, Whether Microsoft Windows CE or an older version of Windows 95 (non-Win sock escalation 2) are not using the ori
Platform: | Size: 692224 | Author: 楼洛阳 | Hits:

[VC/MFCWINDOWS__socket15

Description: 本章讲解微软Visual Basic Wi n s o c k控件的问题。这是一种非常新的控件,用于将Wi n s o c k 接口简化成易于使用的Visual Basic内部接口-chapter on the Microsoft Visual Basic Wi n o c k's control problems. This is a very new controls, used to Wi n s o c k interface simplified into easy-to-use interface within the Visual Basic
Platform: | Size: 841728 | Author: 楼洛阳 | Hits:

[VC/MFCWINDOWS__socket16

Description: 迄今为止,本书已介绍了可在Microsoft Wi n d o w s操作系统中使用的全部网络A P I函数。 利用这些函数,我们的应用程序可通过网络,建立与其他程序的通信联系。在那些讨论中, 我们在很大程度上将重点放在七层O S I模型的应用层和表示层上面-date, The book has been introduced in the Microsoft Wi n d o w s operating system used in all network P A letter I few. Use these functions, we can process the application through the network and the establishment of procedures and other communications links. In those discussions, we will largely focus on the seven storeys I S O model layer and the application layer above said
Platform: | Size: 697344 | Author: 楼洛阳 | Hits:

[VC/MFCWINDOWS__socket18

Description: 本附录介绍一些新的A P I函数,有了这些函数,便可在自己的计算机上对I P协议统计情况 进行查询和管理。它们有助于获得下面的能力: ■ I p c o n f i g . e x e(或适用于微软Windows 95的Wi n i p c f g . e x e):显示I P配置信息,允许释放 和更新D H C P分配的I P地址。 ■ N e t s t a t . e x e:显示T C P连接表、U D P监听者表以及I P协议统计情况。 ■ R o u t e . e x e:显示并处理网络路由表。 ■ A r p . e x e:显示并修改供“地址解析协议”(A R P)使用的I P到物理地址翻译表。-This appendix to introduce some new API functions, these functions can be on your computer to the IP protocol statistics query and management. Their ability to contribute to the acquisition of the following: ■ I pconfig. Exe (or apply to Microsoft Windows 95 s Wi nipcfg. Exe): display IP configuration information, allowing the release and update DHCP allocated IP address. ■ N etstat. Exe: show TCP connection table, UDP Listener Table, as well as IP protocol statistics. ■ R oute. Exe: display and handle the network routing table. ■ A rp. Exe: display and modify for ARP (ARP) to use the IP to physical address translation table.
Platform: | Size: 427008 | Author: 楼洛阳 | Hits:

[VC/MFCWINDOWS__socket19

Description: 本附录按错误编号列出了所有Wi n s o c k错误代码。但要注意的是,该列表没有包括标记为 “B S D特有”的Wi n s o c k错误,也没有包括那些尚未正式列入规范的错误。此外,与Wi n 3 2错 误有着直接对应关系的Wi n s o c k错误列在本附录末尾。-errors by the No. appendix lists all Wi n s o c k error code. But it should be noted that the list does not include marked "S B D unique" Wi n o c k's wrong, does not include those that are not formally included in the standard error. Moreover, Wi n 3 2 errors have a direct correspondence between the Wi n s o c k out of the wrong end of this appendix.
Platform: | Size: 163840 | Author: 楼洛阳 | Hits:

[Software EngineeringRawSocket

Description: 本文专门讲解如何运用这种原始套接字,来模拟I P的一些实用工具,比如Tr a c e r o u t e和P i n g程序等等。使用原始套接字,亦可对I P头信息进行实际的操作。-This article specifically on how to use this original socket, to simulate the IP number of practical tools, such as Tr aceroute and P ing procedures. Using raw socket, IP header information can also be carried out on the actual operation.
Platform: | Size: 692224 | Author: kdo | Hits:

[Internet-NetworkSOCKv1

Description: 实现win32下的socket通信,服务器端可以收到客户端发送的连续N个数据包-Under win32 realize socket communications, server-side client send receive continuous data packets N
Platform: | Size: 2335744 | Author: 林文 | Hits:

[.netsocket

Description: socket应用小例程-socket application of small routines
Platform: | Size: 256000 | Author: 赵江伟 | Hits:

[CommunicationDataLinkLayerUDP(1)

Description: 这是一款教学实验的源代码,数据链路控制规程的演示,用SOCKET(UDP) 通信平台实现点对点数据链路控制规程,演示了滑动窗口控制协议(GO-BACK-N)的工作原理的理解。-This is a teaching experiment
Platform: | Size: 197632 | Author: Tony Yau | Hits:

[Internet-NetworkGoBackN

Description: 教学实验源代码:实验对滑动窗口控制协议(GO-BACK-N)的工作原理有进一步的了解 SOCKET(UDP) 通信平台实现点对点数据链路控制规程,基本要求: ※ 建立数据链路 ※ 断开数据链路 ※ 收发数据 ※ 差错控制 ※ 与其他人的程序通信 ※ 键盘会话 -Teaching Experiment source code: The experiment of sliding window control protocol (GO-BACK-N) of the working principle of a further understanding of SOCKET (UDP) communication platform to achieve point-to-point data link control protocols, the basic requirements: ※ ※ the establishment of data link disconnect the data link to send and receive data ※ ※ ※ error control procedures and other communications ※ keyboard conversation
Platform: | Size: 2409472 | Author: Tony Yau | 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:
« 12 3 »

CodeBus www.codebus.net