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

搜索资源列表

  1. ftkernelapi

    0下载:
  2. FTKernelAPI 是一套完全免费(对于非商业性程序而言)的实现了BitTorrent 网络协议的内核库。在兼容官方BitTorrent协议的同时针对国内的网络带宽状况进行了优化,增加了一个侦听端口支持多个任务同时运行, 文件选择下载,断点续传, 自动配置支持UPnP协议的路由器, 对于全局或者单个任务进行速度限制等功能。FTKernelAPI BT协议内核库以及示例源码 BitZam 的出现,使BT软件开发不再高深。只要你愿意,不必关心网络编程,BT协议,只需简单的调用FTKernelAP
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:432.32kb
    • 提供者:海天
  1. VC串口编程

    0下载:
  2. 采用VC对动态分析仪器NI系统的串口编程-VC used for dynamic analysis of the NI Instrument System Serial Programming
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:47.67kb
    • 提供者:mjie
  1. 远程控制编程技术》源代码

    1下载:
  2. 《远程控制编程技术〉源代码 作者 张友生 可以实现抓屏 开关机 远程控制 传文件 注册 等操作-"Remote Control Programming> Zhang Yousheng author of the source code can be achieved Capturing the Screen Remote Control Switch-registration documents operational
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:624.14kb
    • 提供者:盏小娟
  1. GPRS开发包

    1下载:
  2. 改函数包包装了GPRS通信的接口,使得开发者不必通过AT命令集去实现通信。只需调用函数接口即可。大大简化GPRS网络编程-change function packets GPRS communications interface that allows developers without going through the AT command set to communicate. Only the function call interface can be. Greatly simpli
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:376.44kb
    • 提供者:fhy
  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
    • 文件大小:102.21kb
    • 提供者:王明
  1. com_bank

    0下载:
  2. VC下COM编程的具体实现,本例以银行一个用户的存钱和取钱作介绍,用COM来具体实现.-VC COM programming under a concrete realization of the cases to a user's bank and collect the money for deposit, COM used to achieve specific.
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:215.9kb
    • 提供者:sdm
  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
    • 文件大小:3.23mb
    • 提供者:陆晓雯
  1. netbartb

    0下载:
  2. 网吧同步软件,网络编程和文件操作的结合,比较实用。-cafes synchronization software, network programming and operational documents, the combination of more practical.
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:153.92kb
    • 提供者:
  1. lzwScreenSpy

    0下载:
  2. 简单的远程控制编程的例子,实现了远程文件浏览,和屏幕监控,屏幕监控使用lzw压缩算法-simple remote control programming examples and achieve a remote file browsing, and screen monitoring, Screen Monitor compression algorithm used 4,558,302
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:110.13kb
    • 提供者:东南
  1. restartWMI

    0下载:
  2. 用cSharp写的WMI远程重启,关机,注销计算机的程序,建议刚学cSharp网络编程的朋友看下-with cSharp write WMI to remotely restart, shut down, the write-off of computer procedures, recommendations just learning cSharp Network Programming friends glance
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:19.25kb
    • 提供者:黄文彬
  1. ICMP_SOUCE

    0下载:
  2. ICMP高级编程,实现ping和TRACEROUTE工具的实例,在visual c++.nethua-ICMP senior programming, ping tool and TRACEROUTE example, In visual c. nethua
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:79.28kb
    • 提供者:林林
  1. remotecontrolcode

    0下载:
  2. 远程监控计算机程序,可以查看远程计算机的所有运行程序,网络编程很有价值的参考-RMON computer program can check all the remote computer operating procedures, Network Programming valuable reference
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:504.1kb
    • 提供者:liuyh
  1. transferfile

    0下载:
  2. 可以实现两个机器之间的文件传输,利用VC实现,可以帮助你掌握windows网络编程的基本原理,很不错的。-can be achieved between the two machines document transmission, the use of VC. can help you grasp windows network programming to the basic principle very well.
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:38.34kb
    • 提供者:余小鱼
  1. FrameParser

    0下载:
  2. 帧结构解析,详细解析了帧的结构,编程简洁-frame structure analysis, a detailed analysis of the structural frame, concise programming
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:2.36kb
    • 提供者:
  1. RemoteShell2

    0下载:
  2. 远程执行软件代码例子,入门级学习shell编程的代码-remote implementation of software code example, the entry-level learning shell programming code
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:25.8kb
    • 提供者:艾默
  1. TeleCodes

    0下载:
  2. 《远程控制编程技术》一书中配套的源代码程序!-"Remote Control Programming," a book by matching the source code procedures!
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:157.21kb
    • 提供者:林琳
  1. TeleCodes1

    0下载:
  2. 《远程控制编程技术》一书所配套源代码程序之一!-"Remote Control Programming," a book by supporting one of the source code procedures!
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:155.08kb
    • 提供者:林琳
  1. TeleCodes2

    0下载:
  2. 《远程控制编程技术》一书所配套的源代码程序之二~!-"Remote Control Programming," a book by matching the source code of procedure 2 ~!
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:243.52kb
    • 提供者:林琳
  1. remote_ctrl

    0下载:
  2. 网络编程 进行远程控制 包含服务端与客户端-Network Programming for remote control includes server and client
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:138.78kb
    • 提供者:齐鋭
  1. programming-of-the-half-Coordination

    0下载:
  2. 可以在不打乱函数的情况下实现离散的事件处理-a good method for the internet programming of the scerete evetn
  3. 所属分类:Remote Control

    • 发布日期:2017-11-05
    • 文件大小:523byte
    • 提供者:wqb
« 12 3 4 5 »
搜珍网 www.dssz.com