搜索资源列表
TCP客户服务器通讯测试软件
- TcpIP网络通讯,客户服务器通讯测试程序! 异步socket编程!-TcpIP network communications, client-server communications test procedure! Asynchronous socket programming!
_modem通信编程技术
- 网络通讯的一些相关知识,以及其编程原理和实现源代码,介绍比较全面。-network communications are relevant knowledge, and its programming principle and source code, introduced more comprehensive.
Server-Client
- 我做的客户端,服务器端通讯编程的例子,供大家参考。-client, server communications programming examples for reference.
用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.
CPORT20 C语言开发串行通讯程序库
- 一个串口通讯编程的东东,介绍了很好的范例和源代码,请看看 -a serial communication program Dongdong, introduced a good example and source code, please see
vb网络与通讯类
- 用vb开发的网络程序。打开端口探测器,用VB编写简易的代理服务器,直接发送邮件, 对学vb网络编程很有帮组.-with vb development of the network programming. Open ports detectors, prepared with VB simple proxy servers, direct mail, for school vb Network Programming Group great help.
用Delphi建立通讯与数据交换服务器
- 用Delphi建立通讯与数据交换服务器编程-Delphi establish communications and data exchange server programming
Message局域网通讯工具-5
- 局域网通讯工具 对学习网络编程的朋友有一定的帮助-LAN communications tools for learning network programming friends can help
UDP_Multicast_IOCP_CLIENT
- 使用完成端口进行UDP通讯编程,很少有实用例子-completed using UDP communications ports for programming, few practical examples
Multi-thread_management_and_network_program
- 这是我本科毕业设计的作品。实现了Window下网络通讯编程,包含服务器端和客户端两方面程序。主要实现了以下几个功能:1.Socket API编程,而不是WinSock编程,代码可以很方便地移植到Unix系统下;2. 多线程的管理机制,整个系统由一个主线程、一个管理线程,一个监听线程,若干个工作子线程构成,很好地解决了多线程的管理,资源的释放。3. 程序可以在真实局域网络环境下运行(即在一个主机上运行服务器端程序,在另外多台机器上分别运行一个客户端,可以实现通信),也可以在一个虚拟的环境下运行、演
ChatRoom(Csocket)
- VC网络通讯编程实用案例精选\\chap1\\ChatRoom(Csocket).rar
EnumProtocal
- VC网络通讯编程实用案例精选\\chap2\\EnumProtocal.rar
GetNetSetting
- VC网络通讯编程实用案例精选\\chap2\\GetNetSetting.rar
StopTravel
- VC网络通讯编程实用案例精选\\chap4\\StopTravel.rar
InternetDownload
- VC网络通讯编程实用案例精选\\chap5\\InternetDownload.rar
completedPort
- completed port,完成端口通讯编程类
ChatWinsock
- 一个网络通讯编程的例子。 以聊天通讯为例展现了通讯编程的过程
UDP
- labview 的UDP通讯编程实例,可以在两台计算机之间传递数据
vc网络通讯编程实例
- 有基本网络编程,本地网络编程,IE,网络编程,网络协议编程,代理服务器,高级通信,断点续传,语音电话等内容,并全是代码(vc6.0)-a basic network programming, the local network programming, Internet Explorer, network programming, network programming agreement, the proxy server, senior communications, HTTP, voice
javaUDP编程
- java实现的基于UDP网络通讯代码. JAVA语言