搜索资源列表
UrlFile
- 用socket的编写的简单的带有界面的网络下载程序,开发环境为vs2010。-Very simple and very good...
NetworkApp
- Windows socket编程的应用层小程序参考 vs2010 发送并接受http请求 ftp上传下载文件 邮件发送接受 Base64编码-Windows socket programming reference for the application layer to send and receive http requests to download files ftp upload Base64 encoding and sending and receiving e-mail
Socket
- windows下的socket测试,IDE:VS2010,release目录下的exe可以直接执行,先开服务器,再开客户端,最大连接数为2个-windows socket test, IDE: VS2010, release directory exe can be executed directly, first open the server, and then open the client, the maximum number of connections is 2
tcp-ip
- windows下的 tcp/ip网络通讯(同步) 初学者所用,小弟上传的都是自己写的。与别人的不同的是注释很清楚,是用纯c写socket的,没有用到微软的CSocket,虽然是用Visual Studio2010编的,其实质就是c语言,您电脑上没装VS2010把代码copy过去就行了-Under the windows tcp/ip network communication (synchronous) used by beginners, younger brother are uploade
src
- sweb 目录存放的是服务器 /sweb目录下的演示页面; sweb_simulator 为VB编写的sweb演示工具,可以响应sweb演示时的ajax请求和文件请求; wmii_locator 为VB编写的发现协议的实际应用,该工具可以直接使用,用于扫描同网络的wifimodII节点; wmii_recover 为VB编写的串口程序,仅仅用于发送“wifimod:RSTOR”,用于恢复出厂设置; SLSocketTest_20101220.rar
socket
- socket服务端编程server编程 用vs2010开发而成-socket service server
weibo
- 微博模拟程序 基于socket编写 vs2010 MFC-weibo program based on socket ,visual c++ vs2010 MFC..............................
tiancityLogin
- 用vs2010写的,能够进行游戏帐号的扫号!有post和get,纯socket实现的!运用了线程!-Vs2010 to write, to carry out a sweep of the game account number! Post and get pure socket implementation. The use of a thread!
Chat4WSASocketVS2010
- 本工程为一个基于VS2010,基于对话框,利用最新Socket函数,采用异步自定义消息,多线程技术的用于学习的网络聊天程序,已通过调试可以运行。-This is a chat project based on VS2010, Dialog,With the newest Socket function using, user defined message, multi-thread technologies. Also, it s mainly aimed for learnig.
ChatNet
- 一个简单的网络套接字的编程应用,基于vs2010的-A simple network socket programming applications, based vs2010
MessageSuite
- QT4.8消息信使MessageSuite源码,涉及语言国际化,XML,界面,SOCKET,链表,消息,回调函数,对话框等编程,有通讯录,收件箱,发件箱等并且可以在VS2010插件中编译的版本。-QT4.8 news the messenger MessageSuite source, involving international language, XML, interface, SOCKET, linked list, the message, the callback function,
SOCKET-Connection
- 在vs2010环境下,编程实现socket连接;里面含有两个不同的例程-Programming socket connection vs2010 environment which contains two different routines
UdpSrv
- 在VS2010编程环境下,用C++ 编写基于UDP(面向无连接)的socket服务器端的编程-In VS2010 programming environment based programming with C++ write UDP (connectionless) socket server side
SocketSrv
- VS2013下socket通讯的服务端(客户端类似),通讯部分用线程单写。非常适合刚接触socket以及线程以及不熟悉VS2010+版本的同学看。-VS2013 socket communications services (client like), communication part written in a single thread. Very suitable for new socket and thread, and the students are not familiar w
SMSinmfcV2
- VS2010环境,MFC+socket编程,实现类似手机短信电脑客户端-VS2010 environment, MFC+socket programming, achieve a similar SMS client computers
socket
- 指针机制实现socket网络编程,工程基于vs2010用mfc实现,值得大家参考-socket programming using pointer
socket通信小程序(客户端和服务器)
- 简单的socket通信程序,client每运行一次,service就打印一次信息,环境win7+vs2010
MyChatClient
- 本课题是设计一个聊天室软件,包括服务器端和客户端,主要功能为: 服务器端:初始化socket, 创建服务器端,在特定的端口上等待来自客户的连接请求,并且能够记录所有成功的连接;接受用户传送来的连接判断命令,并向用户发出响应命令;支持多个客户端的连接,在服务器和多个客户端之间进行数据传输;能接受用户传送来的聊天信息,然后所有链接的客户端转发。 客户端:建立和维护与服务器的连接,并且随时检测连接的状态;能够把用户输入的信息及时发送到服务端;有一个消息显示区,还可以显示历史信息。(This top
tcptransform
- 在vs2010的平台下实现基于TCP的大文件传输,(The implementation of large file transmission based on TCP on the platform of VS2010.)
TCP socket通信
- TCP客户端与服务端的例子,使用C++开发,在VS2010上编译通过。