搜索资源列表
TCP_ECHO_budingchang
- windows网络编程,利用流式套接字实现回射服务器和客户端,要求: 基于流式套接字的定长数据接收功能; 基于流式套接字的变长数据接收功能; 基于流式套接字的定长数据回射功能; 基于流式套接字的变长数据回射功能。 编程语言:C-windows network programming, using stream socket to achieve the retroreflective server and client requirements: fixed-length d
TCP_Echo
- windows网络编程,利用流式套接字编写的回射服务器和客户端,编程语言:C++。-windows network programming, written using stream socket the retroreflective server and client, and programming languages: C++.
web_service
- 用socket通讯,windows 服务 调用案例 C#开发XML_WebService接口 -socket tcp windows serive
sheji
- 基于P2P方式的多媒体信息传输.主要是围绕P2P技术进行探讨、研究和如何实现简单应用。其中介绍了P2P技术的特点和发展背景,论述了当前P2P系统的网络模型和应用现状。主要研究了在TCP/IP协议下,利用Windows 套接字(Socket)网络编程,阐述如何创建基于MFC Csocket类面向局域网络的P2P网络应用程序。-P2P MultiMedea player.
VC_c_s
- 基于Windows的网络通信验证程序。第一次运行该程序后,在”socket”菜单中选择”服务器”选项既可启动服务器。接下来,再次运行该程序后在”socket”菜单中选择”客户端”选项既可启动客户端并建立网络连接,允许多客户并发处理。 客户端可向服务器端发送数据并在本地显示,服务器显示接收到的数据并倒序返回。 服务器可向所有连接的客户广播消息。 -The authentication process of a Windows-based network communication. T
MyFTP
- ftps的代码实现,用socket底层函数来实现的,代码结构比较简单,可以正常登录Serv-u和windows下的IIS ftps服务器。注意登录时,ftps命令通道发送的指令顺序有区别。请认真查看源代码。代码可能不能直接编译通过,是从实际的公司产品代码中挖出来的,请见谅。需要稍候修改下。但是ftps的操作过程很清晰。-the ftps The code to achieve, the socket underlying function, the code structure is relat
Netcode
- 安卓Socket代码 可以通过测试 windows 环境编写的-Android Socket windows eclipse
rudp
- windows系统下基于udp socket的可靠性数据传输程序-windows system based on the reliability of data transmission procedures udp socket
MyMFCChatTest
- 聊天室程序,在windows平台利用socket网络编程实现一个聊天室程序-This is a code for chatting with each other on the computer.
itracert
- 编程环境: 操作系统:Windows XP SP2 开发语言:C++ 编译环境:MS Visual C++6.0 说明:使用raw socket实现的Tracert程序 控制台界面,命令行格式为:命令名 IP地址或域名 例如:itracert www.163.com-Programming environment: operating system: Windows XP SP2 development language: C++ compiler environm
Winscoket
- 使用SOCKET套接字分别建立了一个客户端和服务器WINDOWS应用程序。VC++工程文件。-Build a network client and server application running in windows operation system.
win_socket
- 本代码是基于windows下的socket编程,主要功能是实现从服务器端到客户端的文件传输,比较简单,适合初学者学习-The code is based on socket programming under windows, the main function is to achieve the transfer of files from the server to the client, is relatively simple, suitable for beginners to lea
LanBroadcast
- windows 平台下 用广播发送数据的方法-broadcast socket under windows
HADataSync
- 通过套接字实现WINDOWS双机热备和数据同步功能-socket datasync
RemoteControl
- 远程控制的实现 本文首先介绍了实现远程控制基础Socket编程的基本概念,以及Windows的消息系统,接着从建立Socket套接字开始-remote control
yynetsdk
- YYNetSDK是一款集成BSD socket,windows IOCP 等网络技术的开发包,同时包括线程池,连接池,内存池等主流技术。可以免费用于MMORPG Server、WebGameServer ,etc网络服务器的开发。 该开源软件,作者不断的完善和更新中,试图打造完美的c++网络服务器开发包。-YYNetSDK BSD socket, windows IOCP network technology is an integrated development package, inclu
AsyncSocket
- Windows异步Socket的小例子,比较简单-Windows Asynchronous Socket relatively simple example
CSharpTCP
- C#局域网内的tcp传输• 以目前流行的TCP/IP协议构成的互联网软件设计方法,实现网络传输实验设计。 • 掌握网络scoket套接字完成计算机通信过程,深入理解和掌握基于TCP/IP协议的网络通信以及网络客户机/服务器模型的结构概念,熟悉常用的Windows API函数的用法,利用C++或VB语言实现流式套接字的网络应用通信编程。 -C# tcp transmission • LAN to the Internet posed by the pop
UDPExample
- socket聊天程序,是简单的UDP实例,windows网络编程-socket chat program, it is a simple UDP example, windows network programming
MyControlComputer(java)
- 通过Android手机去关闭电脑,适用windows系统。之前发了一个电脑端用java写的,在网上自学后用C语言写了这个电脑服务器端。注意,这个app对应这个客户端,之前发的不能通用。 在学习的过程中发现,关于C语言与java通过socket通信这方面比较少入门级的简单易懂的例子,在C的cpp里面写了一下一些学到的东西,不足之处望指导。java实现socket比较简单,就不写了。 -Android phone to turn off the computer, for windows sys