搜索资源列表
winsock_doc.zip
- Windows Socket网络编程与规范
简易网络聊天器(C++)
- 个人写的一个简易网络聊天工具的编写 socket套接字的编写 多线程实现和采用select()函数实现多人在线聊天 同时,附有试验报告。
可以聊天传送文件抓取屏幕
- 利用VC编写的程序!利用socket实现的网络编程!可以对等通信或者传送文件,对话,截图!超过一般的聊天之类的代码!-VC prepared by the procedure! Use the socket achieve network programming! Such communication can be right or transmission of documents, dialogue, screenshots! General chat over such code!
网络socket编程
- 里边有几个网络编程实例,还有一些可以用来传输用的程序,都是经过测试通过的,非常好用哦.-It includes several instances about network programming ,and several programs which can be used to transfer things.They were tested,and they are powerful.
利用Socket进行Java网络编程
- 利用socket进行网上对话聊天,包括服务器端和客户端程序源码及用户界面的建立.-You can chat with socket online,including server and client source code and the implementation of GUI
用CSharp实现基于TCP协议的网络通讯
- 本文介绍了C#中如何使用System.Net.Socket来进行基于TCP协议的通信编程,该文是以读取服务器系统时间这么一个简单例子来说明的。-This paper introduces the C# System.Net.Socket how to use TCP-based communications program, the text is based on the server time to read such a simple example to explain.
Java网络编程(socket---网上广播)
- Java网络编程(socket---网上广播)-Java Network Programming (socket -- Internet Broadcasting)
WINDOWS SOCKETS头文件
- Windows Sockets规范定义了一套Micosoft Windows下网络编程接口,包含了人们所熟悉的Berkeley Socket风格的库函数;也包含了一组针对Windows的扩展库函数,以使程序员能充分地利用Windows消息驱动机制进行编程。-Windows Sockets specification defines a set of result list Windows network programming interface, which includes people f
MyProxyServer
- 网络编程 熟悉socket编程 小型局域网通过此代理可上Inter网 proxy-network programming with small LAN socket programming through this agent may proxy on the Inter net
VcSocketChat
- 一个用VC编写的网络聊天软件,对初学socket网络编程很有帮助-a VC prepared by the Internet chat software, for beginners socket helpful Network Programming
HTTPnew
- 一个用可以访问网站的vc网络编程 用到socket管道-one can visit the site using the Internet vc use socket programming pipeline
Client-ServerSocket
- 基本的网络编程基础例子,win socket编程,适合初学者-basic foundation of network programming examples win socket programming for beginners
UnixSocketProgrammingFAQ
- unix 操作系统socket网络编程的资料 是unix网络编程较好的参考-Network Programming information is Unix Network Programming good reference
socket
- 在大三课程实习中做的一个简单网络聊天程序,有点是同学帮忙做的,不过对于开始学习网络编程的还是有借鉴作用的
socket and chat
- 一个简单的用vc做的多线程,socket编程,可以两个ip见发消息,internet网络编程的作业,所以做的很不是很好,我下次会写上详细的文档再传上来的,希望对初学socket编程的人有帮助-a simple vc do with the multi-threaded, socket programming, can see reports from two ip, internet network programming operations, is not doing very well,
FTP 用C++编写的socket网络编程
- 用C++编写的socket网络编程,实现了FTP服务器端的功能,能同时支持链接过个客户端。
TCP聊天 MFC socket 网络编程
- TCP聊天 MFC socket 网络编程
linux下socket编程 c
- linux下用c进行socket编程,很多实例,适合初学网络编程者,可以先看看socket编程
应用控件的网络编程
- 应用vc++ 的socket控件进行编程
java网络编程http socket
- java网络编程http socket,实例练习,对应语言程序设计系列书中的例子