CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 远程控制编程 搜索资源 - socket

搜索资源列表

  1. minimuma

    0下载:
  2. 一个小型的木马。分为读取信息,本地监听和绑定三个部分。通信部分用socket实现。-a small wooden horse. The information is divided into reading, listening and local bundled in three parts. Socket Communications partly achieved.
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:2898
    • 提供者:就叫这
  1. 200562241328985

    0下载:
  2. PeerYou远程控制软件源代码 完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠操作。可以取得被控机器上的硬件信息,文件信息,注册表以及进行屏幕控制。 代码中的SOCKET重叠I/O的实现也很值得参考.-PeerYou remote control software source code for the full realization of the registry, document proce
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:206313
    • 提供者:ms-dos
  1. RemoteCtrl

    1下载:
  2. 完整的远程控制程序源代码,包括服务端和客户端。两者通过Socket进行数据交换,达到监控的目的。-integrity of the remote control program source code, including services and clients. Socket both through the exchange of information to achieve the purpose of monitoring.
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:150628
    • 提供者:杨树
  1. rzd

    0下载:
  2. 远程字典服务程序,在启动服务端后,即可用客户端在线查询单词,程序示范了运用没有封装的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
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:104665
    • 提供者:王明
  1. shipinjianshi

    0下载:
  2. 远程视频监视系统,利用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
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:3381740
    • 提供者:陆晓雯
  1. RemoteControl

    0下载:
  2. 该源码的思想是通过socket和应用程序的消息机制,监控程序的客户端与被监控程序的服务器端进行数据交换,达到监控和被监控的目的-thinking through the socket and application of information mechanism and monitoring procedures client and surveillance procedures server for data exchange, to monitor and control the
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:103956
    • 提供者:李强
  1. DemoClient

    0下载:
  2. 简单的远程监视程序(socket 入门级) client端 -simple remote monitoring procedures (entry-level socket) client -
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:47992
    • 提供者:wdc
  1. HoldPC

    0下载:
  2. holdPC1116版本. 最新版本的holdPC,修正一些以前的Bug,n多年没改了,送给刚学远程控制的朋友看吧. 里面集成了zip,socket,淡入logo等.-holdPC1116 version. The latest version of the holdPC, amendments to some previous Bug, n had not been changed for many years, gave just learning remote control an
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:314579
    • 提供者:jack
  1. VB_NET_Socket_Database

    1下载:
  2. 用VB.NET实现Socket通信,实现远程数据库文件的发送与接收-with VB.NET Socket communications, remote database files of the sending and receiving
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:41768
    • 提供者:老农
  1. Remote_C++

    0下载:
  2. 一个用C++实现的远程控制的例子,本程序是利用套接字和应用程序的伪消息机制,对控制客户端与被控制服务器端进行数据交换,从而达到监控与被监控的目的-achieve a C Remote Control example, the procedure is the use of socket and application of pseudo-news mechanisms, Control of the client with the server control for data exchange
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:150646
    • 提供者:陈雨恬
  1. Socket

    0下载:
  2. 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面
  3. 所属分类:远程控制编程

    • 发布日期:2014-01-17
    • 文件大小:4700604
    • 提供者:jiangyang520
  1. Socket实现远程唤醒

    0下载:
  2. Socket 实现远程唤醒. 这是一个在VC环境下的程序.其主要目的是用Socket实现远程唤醒.-Socket remote awaken. This is a VC environment in the process. Its main purpose is to use Socket remote awaken.
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:1810
    • 提供者:菲凡
  1. SOCKET通信

    0下载:
  2. windows socket 通信例子
  3. 所属分类:远程控制编程

    • 发布日期:2009-06-04
    • 文件大小:21459
    • 提供者:xuweifenglili
  1. socket client

    0下载:
  2. socket client sample code with tcp protocol
  3. 所属分类:远程控制编程

    • 发布日期:2010-10-19
    • 文件大小:823049
    • 提供者:powerhorse
  1. RemoteControlClient

    0下载:
  2. 远程监控,局域网,消息模拟,赫夫曼编码,Window Socket编程-Remote monitoring, LAN, news simulation, Huffman Coding, Window Socket Programming
  3. 所属分类:Remote Control

    • 发布日期:2017-05-13
    • 文件大小:150229
    • 提供者:黄力
  1. DephiSocket.doc

    0下载:
  2. dephi软件 socket远程控制计算机-Delphi software computer remote control socket
  3. 所属分类:Remote Control

    • 发布日期:2017-04-27
    • 文件大小:9419
    • 提供者:王炜
  1. socket

    0下载:
  2. 写了一个SOCKET的服务器,希望对新手有用-Wrote a SOCKET server, want to be useful for novice
  3. 所属分类:Remote Control

    • 发布日期:2017-03-31
    • 文件大小:483312
    • 提供者:lyxdany
  1. BackShell(SocketAPI)

    0下载:
  2. 用VB写的反弹型后门程序。不是通过winsock而是通过调用系统API创建Socket进行网络连接。-Using VB to write a reaction-type backdoors. Not through winsock but by calling the system API to create Socket to network connections.
  3. 所属分类:Remote Control

    • 发布日期:2017-03-28
    • 文件大小:70341
    • 提供者:willker
  1. remotecontrol

    0下载:
  2. 远程控制 socket 云台摄像机 方向角度控制-The direction of the remote control socket angle control PTZ cameras
  3. 所属分类:Remote Control

    • 发布日期:2017-05-20
    • 文件大小:5698119
    • 提供者:xubin
  1. TCP-IP-Socket

    0下载:
  2. 实现远程连接开关,客户端代码,实现发送连接请求,接收服务器信息功能,服务器实现通过客户端请求并连接,处理事务功能。-achieve the remote TCP/IP socket
  3. 所属分类:Remote Control

    • 发布日期:2017-03-28
    • 文件大小:1184
    • 提供者:hsh
« 12 3 4 »
搜珍网 www.dssz.com