搜索资源列表
rzd
- 远程字典服务程序,在启动服务端后,即可用客户端在线查询单词,程序示范了运用没有封装的SOCKET以及Windows SDK编程的典型过程。 -remote dictionary service procedures, the commencement of the server, the client can be used on-line query words, the process model does not use the package SOCKET Windows SDK p
shipinjianshi
- 远程视频监视系统,利用directshow+socket进行编程,实现视频数据的实时采集和动态存储、视频图像的实时播放及视频文件的播放控制-remote video surveillance systems, the use of directshow socket programming, Video data acquisition and real-time dynamic storage, video images and real-time broadcast video playba
Sockets-2.1
- socket是一个很好的网络编程类,将编程的工作简化了
remoteCtrl
- 一个简单的远程控制程序,用socket套接字编程,c++6.0
Visual_Basic
- 网络与远程控制编程,采用VB的SOCKET开发,里面有很多的例子可以借鉴。-Network and remote control programming, using VB-SOCKET development, there are many examples for reference.
RemoteControlClient
- 远程监控,局域网,消息模拟,赫夫曼编码,Window Socket编程-Remote monitoring, LAN, news simulation, Huffman Coding, Window Socket Programming
Remote-video-surveillance-system
- 远程视频监视系统,利用directshow+socket进行编程。希望能帮到大家-Remote video surveillance systems, using directshow+ socket programming. Hope to help you
rpctest
- 一个RPC(远程调用)的例子,利用了JAVA的反射、动态代理、Socket编程等技术来实习的一个远程调用的例子。展示了用JAVA来实现远程调用的基本过程。-A RPC ( remote procedure call ) example, use of the JAVA reflex, dynamic proxy, Socket programming technology to practice of a remote procedure call example. Show how to us
Soket
- 套接字编程 实现一些简单的远程控制 ,如远程关机、远程关闭或打开进程、远程锁定鼠标。-A socket programming realize some simple remote control, such as remote shutdown, remote closed or open process, remote lock the mouse.
tightvnc-2.5.1-src
- 一个轻量级的远程桌面连接软件的所有源代码。带服务器端和客户端。公司里面在使用的全套代码,可编译通过,带有UI界面。C++语言写的。Socket编程经典应用软件。-A lightweight remote desktop connection software, all source code. Inside the company to use the full set of code can be compiled by, with a UI interface. C++ language.
Monitor11
- 采用服务器(Server),客户端(Client)模式,使用Socket编程的基本原理及Windows的消息系统。实现基本的远程控制要求,界面新颖友好。用VC开发! 要求: 1).远程控制模式架构,如基于主从模式; 2).远程控制功能实现,如开关机,远程监视; -Using server (Server), Client (Client) mode, the basic principles and the use of Socket Programming Windows m
sources
- 远程过程调用代码,通过stub 例程实现,也是通过socket编程实现。如今的远程过程调用已经封装成dll,网上已经没有源码了。-rpc via stub, use socket to complish rpc.