搜索资源列表
NetClient
- 这个程序介绍网络编程的基本知识与技巧, 望各位指教-the network programming procedures introduced to the basic knowledge and skills, hope you enlighten
netclient
- 网吧计费管理系统,非常好用的客户端程序。大家下看看,提供数据库-Internet cafe billing management system, a very useful client program. We next look at the provision of a database
NetClient
- 里面有一个QQ远程聊天系统,可以给你开发远程聊天一点思路哦-Inside there is a long-range QQ chat systems, can give you a little idea of the development of long-distance chat Oh
NetClient
- 本代码实现视频文件的发送和接受,支持一对多传输。-The code to achieve the video file to send and receive, support one-to-many transmission.
netclient
- 如果错误返回的是ERROR_ALREADY_EXISTS,说明已经有一个进程在运行了,只需将这个进程提到前台就行了
NetClient
- Windows套接字编程的实现,本源代码是socket通信中客户端的实现。-Windows Sockets programme, this code is the implementation of the Client,by C++.
NetClient
- 用c++语言开发的简单的聊天程序(基于windows平台)-C++ language development using a simple chat program (based on windows platform)
NetClient
- 视频二次开发,监控安防行业对于音视频的二次开发,支持C++编译环境-Video secondary development, monitoring the security industry for the secondary development of audio and video support C++ build environment
NetClient
- 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面
NetClient
- c的编程,很有实用,大家可以看看,不好之处多多修改。-c programming, very practical, you can see, not very good at a lot of changes.
NETclient
- TCp/ip开发实例,可以直接使用的dll,源码使用C#,使用很简单-TCP/ip developer,easy to use
lua_svr-master
- 《终极网络服务端编程》的lua server 实现了lua脚本处理服务端逻辑+数据库 lua服务端 c++版服务端客户端(netserver,netclient) lua服务端 就是 c++ netserver项目的lua脚本化版(The Lua server of the ultimate network server programming implements the Lua scr ipt to handle the server side logic + Database
Ntty.RPC.NETClient
- Netty是一个高性能、异步事件驱动的NIO框架,它提供了对TCP、UDP和文件传输的支持,作为一个异步NIO框架,Netty的所有IO操作都是异步非阻塞的,通过Future-Listener机制,用户可以方便的主动获取或者通过通知机制获得IO操作结果。 作为当前最流行的NIO框架,Netty在互联网领域、大数据分布式计算领域、游戏行业、通信行业等获得了广泛的应用,一些业界著名的开源组件也基于Netty的NIO框架构建。(Netty is a high-performance, async