Welcome![Sign In][Sign Up]
Location:
Search - sockets

Search list

[ICQ-IM-ChatChat_socket

Description: 本程序采用windows Sockets 进行编程,是个简单的聊天程序-the procedures used windows Sockets programming, is a simple chat program
Platform: | Size: 183063 | Author: 许陶 | Hits:

[Other resourceWin_scock

Description: winsock 编程教材 Windows Sockets 完全进阶 版权归原作者所有,个人学习收藏之用不得用于商业谋利-winsock materials Windows Sockets Programming Advanced Banquangui completely original author of all, personal learning collecting used not for commercial profit
Platform: | Size: 183152 | Author: 陈雨 | Hits:

[Scannercodecnt_1020008

Description: 操作系统提供的 connect() 系统调用,用来与每一个感兴趣的目标计算机的端口进行连接。如果端口处于侦听状态,那么connect()就能成功。否则,这个端口是不能用的,即没有提供服务。这个技术的一个最大的优点是,你不需要任何权限。系统中的任何用户都有权利使用这个调用。另一个好处就是速度。如果对每个目标端口以线性的方式,使用单独的connect()调用,那么将会花费相当长的时间,你可以通过同时打开多个套接字,从而加速扫描。使用非阻塞 I/O 允许你设置一个低的时间用尽周期,同时观察多个套接字。但这种方法的缺点是很容易被发觉,并且被过滤掉。目标计算机的logs文件会显示一连串的连接和连接是出错的服务消息,并且能很快的使它关闭。 -operating system for the connect () system call, and for every one interested in the computer connect to the port. If the interception at the state port, then connect () can be successful. Otherwise, the port is not used, that is, not provide services. One of the biggest advantages is that you do not have any authority. System of any user has the right to use this call. Another advantage is speed. If each of the target port to a linear manner, the use of separate connect () call, it would take a very long time, you can open multiple socket, thus speeding up the scanning. The use of non-blocking I / O allows you to set up a low exhaustion of the time cycle, while observing a number of sockets. But the shortcomings of this method is very easy to be found, and to filter out. The computer logs
Platform: | Size: 33938 | Author: ms-dos | Hits:

[Other resource点对点传输

Description: 1.A、B两台计算机可以通过计算机名称或IP地址呼叫对方; 2.对方同意接收后弹出对话框并选择好文件存放的路径; 3.进行文件的传输并将文件存储在指定的目录下; 4.文件传输程序采用C/S模式; 5.使用Windows Sockets来完成程序的编写
Platform: | Size: 57900 | Author: 陆俊 | Hits:

[WinSock-NDISServer_Client_Sockets_src

Description: The reason why I decided to write this article is because, I was learning myself how to use sockets with under windows, I could not find one place that had a tutorial which included every thing i was looking for, or if it did it was way to complicated for me to understand. In the end after doing my research I put together my resources and came up with this tutorial. I hope that it is clear and informative so that other people can benefit from it -The reason why I decided to write this Artic le is because, I was learning myself how to use sockets with und er windows, I could not find one place that had a tutorial WHI ch included every thing i was looking for. or if it did it was way to complicated for me to und erstand. In the end after doing my research I put my resources together and came up with this TUTO 77. I hope that it is clear and informative so t hat other people can benefit from it
Platform: | Size: 4578 | Author: l | Hits:

[ICQ-IM-Chatdchat-1.0.tar

Description: This a distributed text chat solution, written as an example on how to use the C++ Sockets library / framework.-This a distributed text chat solution. written as an example on how to use the C Sockets l ibrary / framework.
Platform: | Size: 4800 | Author: 萧雨 | Hits:

[Windows Developwindowsapi14

Description: windowsapi程序设计参考大全--第14章Windows套接字-windowsapi Series reference design process -- Chapter 14 Windows Sockets
Platform: | Size: 20910 | Author: 陈万通 | Hits:

[CommunicationWinsocket_GuiFanYuYingYong

Description: 本书适应了Windows、Internet及计算机网络普及的潮流,介绍了一套在Windows下网络编程的规范-Windows Sockets。这套规范是Windows下得到广泛应用的、开放的、支持多种协议的网络编程接口。-book adaptation of Windows, the Internet and computer networks popular trend, introduced a set of network programming under Windows norms - Windows Sockets. These norms are widely Windows applications, open, multi-protocol network programming interface.
Platform: | Size: 397134 | Author: 冀涛 | Hits:

[Internet-NetworkWindowsSocketsapllication

Description: Windows Sockets 规范及应用Windows网络编程接口.施炜,李铮,秦颍编著 -Windows Sockets specifications and the Windows Application Programming Interface networks. Shi Wei, Li Zheng, Qin Ying compilation
Platform: | Size: 17428 | Author: 王现国 | Hits:

[Internet-NetworkWindowsSockets2extrnlibraryreference

Description: Windows Sockets 2扩展库函数简要参考WSAAccept()简述:根据条件函数的返回值有条件地接受连接 -Windows Sockets 2 extensions brief reference WSAAccept function () Summary : Under the terms of function return values conditionally accepted link
Platform: | Size: 15678 | Author: 王现国 | Hits:

[Windows DevelopwebTime

Description: Windows Sockets API,通常也称为WinSock,与Berkeley Sockets API兼容,因此,可以想象UNIX Socket程序代码可以顺利地拿到Windows上使用。NETTIME,如程序23-1所示,展示了使用WinSock API的方法-Windows Sockets API, also known as WinSock. with Berkeley Sockets API compatibility, therefore, imagine Socket UNIX code to successfully get on the use of Windows.NETTIME, as shown in the 23-1 procedures, and shows the use of WinSock API
Platform: | Size: 8485 | Author: 郑森 | Hits:

[CSharpSunRain.Network.Sockets

Description: 利用异步方式编写的SOCKET通讯程序!-use asynchronous approach to the preparation of the communication procedures SOCKET!
Platform: | Size: 1911937 | Author: 李刚 | Hits:

[Otherwssf

Description: JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ Java is a language based on the client / server (C / S) mode Local SMS real-time communications tool, the system uses Microsoft's SQL Server 2000 database as a background, system access to the database through JDBC. System is divided into server and two clients, the server-client "Transmission Control Protocol" (TCP), socket (Socket) connectivity, customers using the "User Datagram Protocol" (UDP), through Datagram Sockets (DatagramSocket) establish a connection. Users registered with the system, users log in, friends add, delete friends, send and receive news and other functions.
Platform: | Size: 54733 | Author: 乔峰 | Hits:

[Otherqxysocket1

Description: Windows Sockets规范本意在于提供给应用程序开发者一套简单的API,并让各家网络软件供应商共同遵守。-Windows Sockets norms are meant to provide application developers a simple A PI, and allow various network software vendors mutual respect.
Platform: | Size: 6615 | Author: 英子 | Hits:

[Otherqxysocket

Description: Windows Sockets规范本意在于提供给应用程序开发者一套简单的API,并让各家网络软件供应商共同遵守。-Windows Sockets norms are meant to provide application developers a simple A PI, and allow various network software vendors mutual respect.
Platform: | Size: 5028 | Author: 英子 | Hits:

[OtherBSDSocket

Description: Windows Sockets规范本意在于提供给应用程序开发者一套简单的API,并让各家网络软件供应商共同遵守。-Windows Sockets norms are meant to provide application developers a simple A PI, and allow various network software vendors mutual respect.
Platform: | Size: 155459 | Author: 英子 | Hits:

[WinSock-NDISj-sockets

Description: 一个不错的介绍JAVA socket编程的书籍。本书从基本开始,到更深的层次!-a good introductory Java programming socket books. The book start with the basics, to a deeper level!
Platform: | Size: 460922 | Author: 郑述庆 | Hits:

[WinSock-NDISAPI_transfer

Description: 一个实现点对点传输的小程序,可以用来了解WINDOWS套接字-achieve a point-to-point transmission of small programs can be used to understand the Windows Sockets
Platform: | Size: 42368 | Author: lm | Hits:

[GUI DevelopAssignment6_5

Description: This a net chatting tool,written by me,shiingore,using Sockets,-This a net chatting tool, written by me, shiingore, using Sockets.
Platform: | Size: 4206 | Author: 刘国栋 | Hits:

[Other resourcesocket_program_guide

Description: 1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Windows Sockets:带存档的套接字的工作方式 3.4 流式套接字通信的操作顺序 3.5 使用 CAsyncSocket 类 3.6 从套接字类派生 3.7 套接字通知 3.8 一个使用CSocket类的网络通信实例 3.8.1 服务器端应用程序设计(ServerDemo) 3.8.2 客户端应用程序设计(项目名称ClientDemo) 4.套接字的托管实现 4.1 System::Net::Sockets 命名空间 4.2 实例:一个新邮件检查器 -1. Socket Programming Principle 1.1 Client / server communications model Soc Windows 1.2 kets norms 1.3 Socket socket definition 1.3.1 1.3.3 1.3.2 classification socket role 1.3.4 1.3.5 addresses and port interface attributes two sets. Basic programming Windows Sockets API function commonly used 2.1 2.2 2.3 TCP example UDP Socket Communications examples 2.4 blocked three solutions. MFC Socket Programming under the category of Class 3.2 3.1 CAsyncSocket CSocke t Windows Sockets 3.3 categories : filing with the way socket 340 socket communication flow sequence of operation to use 3.5 CAsyncSo cket category 3.6 derived from the socket type 3.8 3.7 socket notice the use of a network of CSocket Communication Liaison example 3.8.1 server application design (ServerDemo) 3.8.2 client Application D
Platform: | Size: 172902 | Author: gong | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net