Welcome![Sign In][Sign Up]
Location:
Search - vc API SOCKET

Search list

[CommunicationSockets api用于聊天室程序设计

Description: 用VC++6.0的Sockets API实现一个聊天室程序,是使用socket编程的很好的一个文档.-VC 6.0 Sockets API a chat room procedures, the use of socket programming is a good one document.
Platform: | Size: 7040 | Author: ql | Hits:

[Scanner发现网络中的活动主机

Description: 关键字: socket, 校验和算法, ICMP, connect, 端口,扫描, 这是我课程设计时,用VC.NET写的一个程序,功能是在利用socket提供的API函数, 填充并发送ICMP包,测试指定IP地址段中活动主机. 使用简单的connect方法来测试目的端口是否可通.并附带了校验和算法.希望更多的人与我交流, QQ:270596846 e_mail:chmuggmwtg@163.com-keyword : socket, the checksum algorithm, ICMP, connect, ports, scanning, This is my course design, with VC.NET write a procedure, function is the use of the socket API function, filling and send ICMP packets, test specify the IP address of the host activities. use a simple way to connect the purpose of testing whether the port - . fringe and the checksum algorithm. hope more people shared with me, QQ : 270596846 Lord : chmuggmwtg@163.com
Platform: | Size: 14061 | Author: 陈成 | Hits:

[Documents用VC++6.0的Sockets API实现一个聊天室程序

Description: 用VC++6.0的Sockets API实现一个聊天室程序-VC 6.0 Sockets API a chat room procedures
Platform: | Size: 3072 | Author: 万俟楠 | Hits:

[Program docSockets api用于聊天室程序设计

Description: 用VC++6.0的Sockets API实现一个聊天室程序,是使用socket编程的很好的一个文档.-VC 6.0 Sockets API a chat room procedures, the use of socket programming is a good one document.
Platform: | Size: 7168 | Author: ql | Hits:

[Internet-Network发现网络中的活动主机

Description: 关键字: socket, 校验和算法, ICMP, connect, 端口,扫描, 这是我课程设计时,用VC.NET写的一个程序,功能是在利用socket提供的API函数, 填充并发送ICMP包,测试指定IP地址段中活动主机. 使用简单的connect方法来测试目的端口是否可通.并附带了校验和算法.希望更多的人与我交流, QQ:270596846 e_mail:chmuggmwtg@163.com-keyword : socket, the checksum algorithm, ICMP, connect, ports, scanning, This is my course design, with VC.NET write a procedure, function is the use of the socket API function, filling and send ICMP packets, test specify the IP address of the host activities. use a simple way to connect the purpose of testing whether the port- . fringe and the checksum algorithm. hope more people shared with me, QQ : 270596846 Lord : chmuggmwtg@163.com
Platform: | Size: 13312 | Author: 陈成 | Hits:

[SMSEmppSms

Description: 一个支持EMPP协议的企信通程序,很完整可以马上用,完全socket底层协议编写,不用移动提供的API-an agreement to support the enterprise ICT procedures can be very integrity put to use immediately. fully prepared socket bottom of the agreement, not the mobile API
Platform: | Size: 502784 | Author: 姜博 | Hits:

[Internet-NetworkSocketLib

Description: Socketlib: 一个轻量级的C++ 封装Socket C API 网络编程框架。 它简化了Socket异步事件分派、进程间Socket通信的并发OO网络应用和服务的开发。 目前,只支持Window下IPV4;将来支持IPV6,并希望能将其扩展到linux/unix等OS平台。 -Socketlib: a lightweight C++ Package Socket C API network programming framework. It simplifies asynchronous event Socket distributed, inter-process communication Socket concurrent OO network applications and services. At present, only support Window under IPV4 future support for IPV6, and hope to extend it to linux/unix and other OS platforms.
Platform: | Size: 912384 | Author: bolidezhang | Hits:

[OtherwinSocketTestApp

Description: WinSock Win32 API 的打包类和例子程序 < WinSock > winSocket/winSocketEx: 如果你正在Windows环境中用C++编写TCP/IP网络程序,那么使用这个打包类吧,我想它不会让你失望的。winSocket几乎封装了编写TCP/IP网络应用程序所需的所有内容,winSocketEx加入了对SOCKS 4/5代理服务器的支持。使得在自己的程序中加入代理支持易如反掌。这个打包类支持的特性包括:Connect、Send、Receive、Close、Listen、Bind、Accept、asyncSelect、get_LocalHost、get_LocalPort、get_RemoteHost、get_RemotePort等等。 [代码性质] VC可重用代码段 [代码作者] ryan [文件大小] 53K 声明:转自其他网站 -WinSock Win32 API categories and examples of the packing process <WinSock> winSocket/winSocketEx: If you are using Windows environment C++ Prepared TCP/IP network program, then use this type of packing, I think it will not let you disappointed . WinSocket almost encapsulates the preparation of TCP/IP network applications all the necessary elements, winSocketEx adding a SOCKS 4/5 proxy server support. Making procedures in their own easy to add agent support. This type of support package features include: Connect, Send, Receive, Close, Listen, Bind, Accept, asyncSelect, get_LocalHost, get_LocalPort, get_RemoteHost, get_RemotePort and so on. [Character code] VC reusable code segment [code author] ryan [size] 53K statement: Transfer from other sites
Platform: | Size: 43008 | Author: 邓影 | Hits:

[Communication-Mobilewangyue4

Description: 这是江苏企业通讯协议(联通版本)的一个Release,因为公司业务已经转换到java版本所以,我决定发布EMSP 2.0 C++ 版本的协议部分,因为当时比较仓促,设计的不是很好,但是我想对于刚刚涉及网络开发的人,特别是刚刚涉及短信息业务开发的人应该有所帮助,我所发布的部分只是协议处理部分的内容,不包括网络的处理,网络处理部分很简单,如果使用BCB或者VC的话您可以使用,VCL或者MFC中封装好的Socket组件来使用就可以了,或者您使用Socket API来处理。对于linux和Unix用户,我想您应该知道如何使用Socket了吧:) 本人曾在VC7 ,BCB6,kylix,G++上生成系统,但是不保证您在上述平台上可以正确生成系统。VC6因为对Standard C++支持不足,无法编译本代码。
Platform: | Size: 25600 | Author: 王跃 | Hits:

[VC/MFCVC6SocketsAPI

Description: 用VC++6.0的Sockets API实现一个聊天室程序.txt   VC++对网络编程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP网络环境里,也是Internet上进行开发最为通用的API。最早美国加州大学Berkeley分校在UNIX下为TCP/IP协议开发了一个API,这个API就是著名的Berkeley Socket接口(套接字)。在桌面操作系统进入Windows时代后,仍然继承了Socket方法。在TCP/IP网络通信环境下,Socket数据传输是一种特殊的I/O,它也相当于一种文件描述符,具有一个类似于打开文件的函数调用-socket()。可以这样理解:Socket实际上是一个通信端点,通过它,用户的Socket程序可以通过网络和其他的Socket应用程序通信。Socket存在于一个"通信域"(为描述一般的线程如何通过Socket进行通信而引入的一种抽象概念)里,并且与另一个域的Socket交换数据。Socket有三类。第一种是SOCK_STREAM(流式),提供面向连接的可靠的通信服务,比如telnet,http。第二种是SOCK_DGRAM(数据报),提供无连接不可靠的通信,比如UDP。第三种是SOCK_RAW(原始),主要用于协议的开发和测试,支持通信底层操作,比如对IP和ICMP的直接访问。 -VC++6.0 using the Sockets API procedures for the realization of a chat room. Txt VC++ on the support network programming socket support, WinInet support, MAPI and ISAPI support. One, Windows Sockets API is TCP/IP network environment, but also for the development of Internet, the most common API. The first University of California, Berkeley campus in UNIX for the TCP/IP protocol has developed an API, the API is well-known Berkeley Socket interface (socket). Into the Windows desktop operating system in the era after the Socket method inherited. In the TCP/IP network communication environment, Socket data transmission is a special kind of I/O, it is equivalent to a file descriptor, open the file with a similar function call in-socket (). Can interpret it this way: Socket is a communication endpoint, through which users can program the Socket and other network applications of Socket Communications. Socket exist in a "communication domain" (as described in the general thread o
Platform: | Size: 3072 | Author: 李涛 | Hits:

[Internet-Network2009shiyan1

Description: 2、Socket编程 凡是基于网络应用的程序都离不开Socket。 与网络有关的简单VC编程 Socket的意思是套接字,是计算机与计算机之间通信的接口。使用Winsock提供的API函数是最基本的网络编程技术。 -2 Socket programming any web-based application programs can not be separated Socket. Simple VC network-related programming meant Socket socket, is communication between the computer and computer interface. Use Winsock provides API functions is the most basic network programming.
Platform: | Size: 142336 | Author: apple | Hits:

[CommunicationPublicNetSoft

Description: VC++ SOCKET API通讯实例源码 本源代码主要是演示如何使用VC++的SOCKET API进行网络通讯的实例,代码包括客户端与服务器端,分别运行两程序,互相监听,互相接发消息,原理简单,没用到什么高深技术,都是很基础的,因此可能对VC的入门者比较有-VC++ SOCKET API communication example source code for the main origin is to demonstrate how to use the VC++ the SOCKET API for network communication examples, code, including client and server-side, respectively, to run two programs, mutual listening, mutual access impending arrival is simple in principle, is useless to What is highly technical, are very basic, so those who may have more entry-VC
Platform: | Size: 39936 | Author: andysun | Hits:

[Windows DevelopsockClient

Description: vc socket api的应用实例(客户端),在vc+window xp sp3测试通过!-dddddddddddddddddddddddddddddddddddddddddd
Platform: | Size: 1918976 | Author: GMshuS | Hits:

[Windows DevelopsockServer

Description: vc socket api使用实例(服务端),在vc+window xp sp3下测试通过!-dddddddddddddddddddddddddddddddddddddddddd
Platform: | Size: 1950720 | Author: GMshuS | Hits:

[Game ProgramGame0622

Description: VC游戏大厅程序,实现的客户端和服务器端的通信,使用的WIM32 API,采用非阻塞的Socket.实现了.写日志,读INI文件的功能都实现了.-VC games hall procedures, to achieve the client and server communications, the use of WIM32 API, using non-blocking Socket. True. Write the log, read INI file functions are implemented.
Platform: | Size: 8750080 | Author: zxjcpp | Hits:

[Internet-Networkhook_wininet_Source

Description: 一个很好的hook wininet api的示例程序。很好的演示了本进程hook技术,及关于http请求和响应数据的提取的相关技术。完整vc++工程,可直接编译运行。-a very good demo of hook wininet api,there is a good demostration of how to hook a in-process api.
Platform: | Size: 743424 | Author: lvcayu | Hits:

[Internet-NetworkPublicNetSoft

Description: 本源代码主要是演示如何使用VC++的SOCKET API进行网络通讯的实例-The main source code is to demonstrate how to use the SOCKET API VC++ examples of network communication
Platform: | Size: 38912 | Author: | Hits:

[TCP/IP stackNetwork-programmingl

Description: 《网络编程综合资料》 介绍 常用网络协议编程 怎样接收电子邮件(POP3协议简介) POP3协议封装类 POP3协议命令原始码及工作原理 RFC1939-POP3协议中文版 RFC821-简单邮件传输协议(SMTP)中文版 SMTP协议原始命令码和工作原理 TCP IP网络通信程序设计 TCP IP协议详解 TCPIP协议的化学专家实时交流系统 VC++SMTP协议电子邮件传送剖析 WINDOWS SOCKET API 使用经验 WINDOWS网络编程经典入门 开发WINDOWS SOCKETS通信应用程序的经验与实践 剖析TCP和UDP协议 网络编程 网络协议TCP IP、IPX SPX、NETBEUI简介 用C#实现基于TCP协议网络通讯 用SOCKET发送电子邮件 用VC++ 6.0制作网络自动测试程序 用VC++编制FTP客户端应用程序 用WINSOCK编写网络 通信程序 用套接口实现UDP协议的网络通信 在WINDOWSNT网络中实现电话语音通信 POP3协议的基本命令 -The "network programming comprehensive material" introduction Common network protocol programming How to receive E-mail (POP3 introduction) POP3 encapsulation type POP3 command source code and working principle RFC1939-POP3 Chinese version RFC821-simple mail transfer protocol (SMTP) Chinese version The SMTP protocol original command yards and work principle TCP IP network communication program design TCP IP solutions TCPIP agreement chemical experts real-time communication system Vc++ the SMTP protocol analysis by email WINDOWS SOCKET API use experience WINDOWS network programming classic primer Development WINDOWS SOCKETS communication application experience and practice TCP and UDP protocol analysis Network programming Network protocol TCP IP, IPX the SPX, NETBEUI profile Based on TCP protocol realized with c# network communication Use SOCKET send E-mail With vc++ 6.0 make automatic test program. Network Compiled by vc++ FTP client application With WINSOCK writ
Platform: | Size: 509952 | Author: zhaozm | Hits:

[TCP/IP stackserveraclient

Description: 使用VC++的SOCKET API进行网络通讯的实例,代码包括客户端与服务器端,分别运行两程序,互相监听,互相接发消息,原理简单,基础-Use of VC++ SOCKET API for network communication examples, code, including client and server, each running two programs, listen to each other, then send an announcement to each other, the principle is simple, basic
Platform: | Size: 160768 | Author: linqiang | Hits:

[xml-soap-webserviceweb

Description: 基于VC的SOCKET通信web的API框架源码,大神绕道!-VC-based web-API framework SOCKET communications source, Great God detour!
Platform: | Size: 1024 | Author: lnmi | Hits:
« 12 »

CodeBus www.codebus.net