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

Search list

[Windows Developsocket3

Description: 简单soket c/s通讯示例 采用VC语言,也通过运行,有算法简介。-Simple routine of socket c/s communication based on VC, which pass debug and can run with arithmetic description.
Platform: | Size: 79872 | Author: 王士明 | Hits:

[Windows Developsf_200562516252

Description: 一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below: struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void* p, char* buf, int len) void OnAccept(SOCKET socket) void OnClose(void* p) } void myIocp::OnAccept(SOCKET socket) { TSession*s = new TSession s->socket = socket //here you can do something about connection session,such as find a unique id. SetIoCompletionPort(socket, s) // make connection socket associate with a custom structure } void myIocp::OnRead(void* p, char* buf, int len) { TSession*s = (TSession*)p send(s->socket, buf, len, 0) // return received message to client void myIocp::OnClose(void* p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) //start listenning net port,wait for client connect.
Platform: | Size: 2048 | Author: boxu | Hits:

[OS programSDKCode3

Description: 《Windows核心编程》PASCAL版示例(由VC代码转换而来)-<windows sock programming>pascal version example(converted from vc code)
Platform: | Size: 456704 | Author: 刘麻子 | Hits:

[Internet-NetworkMTServerSrc

Description: 一个多线程实现的TCP服务端 listen, 在accept一个请求后,再启动一个线程来处理对应的socket-a multithreaded achieving TCP server listen, accept a request and then start a thread to handle the corresponding socket
Platform: | Size: 6144 | Author: 无形 | Hits:

[Internet-NetworktcpChat

Description: 用VB实现的TCP聊天程序,利用windows socket实现。-VB TCP Chat procedure, and use windows socket achieve.
Platform: | Size: 171008 | Author: 王佑超 | Hits:

[Windows DevelopWinsock实践

Description: 网络编程的入门程序,对初学者很有帮助! 程序分客户端和服务器端,能通信!-The introduction program leading to network programming.It could make a good help to the beginners! The program include Client-end and Server-end,and can communicate between the two.
Platform: | Size: 66560 | Author: 程拨 | Hits:

[TCP/IP stacksocket编程

Description: 使用VB开发套接字编程,用 Winsock 实现聊天的程序。-use VB socket programming, chatting with Winsock procedures.
Platform: | Size: 3072 | Author: 许光 | Hits:

[Windows DevelopMultiLineChatRoomVCSrc

Description: vc开发的多线程聊天软件源码,winsock编程,mfc-Network chat program source code, support multithread.
Platform: | Size: 82944 | Author: | Hits:

[Internet-NetworkSonic_Net

Description: Sonic_Net.zip。一个用C#写的winsock完成端口的源码,有很好的研究价值。-Sonic_Net.zip. A written in C# to complete the protocols of the source port, a very good value for research.
Platform: | Size: 93184 | Author: 李文雄 | Hits:

[GUI DevelopVB客户端

Description: 利用Socket同心,完成数据传输,这个程序是客户端部分,界面友好。-use Socket Care, complete data transmission, the procedure is part of the client, friendly interface.
Platform: | Size: 86016 | Author: 郭子 | Hits:

[Internet-NetworkSendData_

Description:
Platform: | Size: 22528 | Author: gsh | Hits:

[Communicationvc_socket

Description: 该程序主要利用socket技术,实现远程用户身份证真伪验证,通过socket,从公安局户证中心服务器获取个人身份证信息,包括照片,是一款很不错的软件,也是学习socket编程及对数据库图片存取的好例子-the program mainly use socket technology, remote users verify the authenticity of documents through the socket, from the Public Security Bureau households access to the central server card personal identification information, including photographs, is a very good software, as well as learning socket programming and access to the database Photo good example
Platform: | Size: 135168 | Author: caow | Hits:

[Windows Develop屏幕精灵

Description: 这是一个例子程序,主要是向初学者演示一下如何利用WINSOCK在几台计 算机之间互相传输屏幕图象。 抓屏对象为正在运行“屏幕精灵”的计算机,如果关闭“文件”菜单的 “开放端口”选项,别人就无法用“屏幕精灵”查看自己的屏幕了。新建窗 口以后会自动抓第一屏,以后双击窗口就是下一屏,全屏显示后可以通过双 击来关闭全屏窗口。 该程序用C++BUILDER 4.0编译(第一次会因为缺少文件报错,不用跟他计 较,重新编译一次会自动创建的),由于该程序仅供学习参考之用,且编写较 为仓促,故程序结构略显混乱,大家可以自行做相应修改,但若将其中模块 用于商业用途请来信通知作者本人。-example of this is a process, mainly to beginners demonstrate how to use the Winsock several transmission between computer screen images. Capturing the Screen object is to run "spirit screens" of the computer, if closed "document" menu "open port" option, others will not able to "screen genies" View of the screen. The new window will automatically grasping after the first screen, double-click the window is beyond the next screen, full-screen display after double-click to close the window full screen. The program BUILDER 4.0 C compiler (the first because of the lack of documentation errors, not with his mind, a recompile will be automatically created), as the learning process only reference purposes and in the preparation of short, the procedure is sl
Platform: | Size: 315392 | Author: 刘诚 | Hits:

[CSharpWindowsApplication000

Description: 通过socket,TCP/IP协议,从WEB服务器(填写网站地址或IP地址)下载网页,保存到指定硬盘空间。-through the socket, TCP/IP, from the Web server (fill in Web addresses, or IP address) to download Web pages, designated to preserve disk space.
Platform: | Size: 25600 | Author: 张原 | Hits:

[Proxy Serversock5代理

Description: 一个简单的windows环境下SOCK5代理服务器的实现,可以方便的移植到其他应用中。-a simple windows environment SOCK5 achieve the proxy server can be easily transplanted to other applications.
Platform: | Size: 21504 | Author: 杨树 | Hits:

[CSharpMfc_Sock

Description: 用MFC编写的一个简单的网络小程序 可以互发短信息-with MFC prepared a simple network of small procedures can send text messages
Platform: | Size: 7372800 | Author: 张维维 | Hits:

[Internet-NetworkSoonMail

Description: 原创程序。Delphi环境下用纯API完成的匿名邮件发送单元。涉及到本地DNS读取、MX解析以及利用SOCK按照SMTP约定发送EMAIL的单元。非常适合做一些程序的反馈单元。而不用担心内存会泄露你的邮箱密码。-original procedure. Delphi environment with pure API completed an anonymous spammers modules. Involving local DNS read, MX Analysis and the use of SMTP Sock agreement with the unit to send email. Very suitable for some procedures feedback unit. And no need to worry about memory will be leaked to your mailbox passwords.
Platform: | Size: 3072 | Author: | Hits:

[Windows CESmartDeviceApplication5

Description: .net2003 C# 基于pda的winsock通讯-. net2003 C# the winsock-based communications pda
Platform: | Size: 398336 | Author: kyn | Hits:

[Internet-Network一个实现FTP功能的源代码

Description: 1.使用异步socket连接,异步解析主机名; 2.支持多文件、多级目录/子目录的上传/下载; 3.文件的删除、重命名、修改属性......等等; 4.用户的修改密码.......等等; 5.断点上传/下载; 6.支持托放上传/下载; 7.自定义FTP命令等; 8.拨号网络(电话及ADSL)/挂断等管理; 9.SOCKS4/SOCKS4A, SOCKS5, HTTP1.1;FTP login Proxy等支持; -1. The use of asynchronous socket connections, analytic asynchronous mainframe; 2. Support multiple documents, Multi-level directory/subdirectory upload/download; 3. delete the file, rename, change attributes ...... etc.; 4. the user password changes ....... etc.; 5. Breakpoint upload/download; 6. take care support upload/download; 7. since the definition of FTP orders; 8. Dial-up Network (telephone and ADSL)/hang up such management; 9.SOCKS4/SOCKS4A. SOCKS5, HTTP1.1; FTP Proxy login and other support;
Platform: | Size: 1644544 | Author: 长立志 | Hits:

[Windows Developex34a

Description: 将一个HTTP服务器、一个WINSOCK HTTP客户和两个WININET HTTP客户组合在一起-to an HTTP server, an HTTP client and WINSOCK 2 WININET HTTP client portfolio together
Platform: | Size: 84992 | Author: 阿甘 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 28 »

CodeBus www.codebus.net