登录
首页 » Visual C++ » anywhere

anywhere

于 2020-06-26 发布 文件大小:1KB
0 290
下载积分: 1 下载次数: 3730

代码说明:

  一个类似PCAnywhere的远程控制软件源码,分客户端和服务器端。( A similar PCAnywhere long-distance control software source code, is divided the customer end and the server end. )

文件列表:

anywhere
........\anyserver
........\.........\AnyServer.aps
........\.........\AnyServer.clw
........\.........\AnyServer.cpp
........\.........\AnyServer.dsp
........\.........\AnyServer.dsw
........\.........\AnyServer.exe
........\.........\AnyServer.h
........\.........\AnyServer.ncb
........\.........\AnyServer.opt
........\.........\AnyServer.plg
........\.........\AnyServer.rc
........\.........\AnyServerDoc.cpp
........\.........\AnyServerDoc.h
........\.........\AnyServerView.cpp
........\.........\AnyServerView.h
........\.........\Blocksock.cpp
........\.........\Blocksock.h
........\.........\ChatClientView.cpp
........\.........\ChatClientView.h
........\.........\ChatLsnSock.cpp
........\.........\ChatLsnSock.h
........\.........\ChatSock.cpp
........\.........\ChatSock.h
........\.........\ChatView.cpp
........\.........\ChatView.h
........\.........\CmnHdr.h
........\.........\common.cpp
........\.........\common.h
........\.........\MainFrm.cpp
........\.........\MainFrm.h
........\.........\ReadMe.txt
........\.........\RemoteC.cpp
........\.........\RemoteC.h
........\.........\res

........\.........\...\AnyServer.rc2

........\.........\...\computer.ico

........\.........\resource.h
........\.........\StdAfx.cpp
........\.........\StdAfx.h
........\.........\Thread.cpp
........\.........\Thread.h
........\anywhere
........\........\anywhere.aps
........\........\anywhere.clw
........\........\anywhere.cpp
........\........\anywhere.dsp
........\........\anywhere.dsw
........\........\anywhere.exe
........\........\anywhere.h
........\........\anywhere.ncb
........\........\anywhere.opt
........\........\anywhere.plg
........\........\anywhere.rc
........\........\anywhereDoc.cpp
........\........\anywhereDoc.h
........\........\anywhereView.cpp
........\........\anywhereView.h
........\........\Chater.cpp
........\........\Chater.h
........\........\CJ60Lib.dll
........\........\FileSource.cpp
........\........\FileSource.h
........\........\FrameProp.cpp
........\........\FrameProp.h
........\........\History.cpp
........\........\History.h
........\........\include
........\........\.......\Blocksock.cpp
........\........\.......\Blocksock.h
........\........\.......\common.h
........\........\.......\DIBAPI.CPP
........\........\.......\DIBAPI.H
........\........\.......\dibfile.cpp
........\........\.......\DirTree.cpp
........\........\.......\DirTree.h
........\........\.......\FlatHeaderCtrl.cpp
........\........\.......\FlatHeaderCtrl.h
........\........\.......\FlatListCtrl.cpp
........\........\.......\FlatListCtrl.h
........\........\.......\MacButtons.cpp
........\........\.......\MacButtons.h
........\........\.......\MemDC.h
........\........\.......\Ooextoolbar.cpp
........\........\.......\OOEXTOOLBAR.HPP
........\........\.......\ReportCtrl.cpp
........\........\.......\ReportCtrl.h
........\........\.......\ShadowWnd.cpp
........\........\.......\ShadowWnd.h
........\........\.......\SortStringArray.cpp
........\........\.......\SortStringArray.h
........\........\MainControl.cpp
........\........\MainControl.h
........\........\MainFrm.cpp
........\........\MainFrm.h
........\........\Msgman.cpp

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MC600
    电位移控制台介绍和详细说明介绍了各种型号和实验(The electric displacement console and detailed description of the various models and experimental)
    2020-10-12 22:27:32下载
    积分:1
  • Csendmail
    这是一个实现用C语言发送电子邮件的小程序,可以把截获的键盘记录发送给监控的主机。(This is a realization of C language small program to send email, you can send intercepted keyloggers monitored host.)
    2013-07-28 19:00:36下载
    积分:1
  • ghOst-Remote-1.0
    ghOst远控1.0源码,相比于3.6更稳定,视频超快。(ghOst Remote Control 1.0 source code, compared to 3.6 more stable, ultra-fast video.)
    2020-07-30 14:38:37下载
    积分:1
  • KTL
    说明:  从专业设备上读取数据图像,并对其进行分析的代码。(from professional equipment to read data from images and analysis of its code.)
    2005-09-17 11:17:51下载
    积分:1
  • yuanchengkongzhi_VC
    说明:  这是一个远程控制的源代码,该代码本身简单小巧,使新手上路的好材料。(This is a remote control of source code, the code itself, a simple compact, so that a good material novice road.)
    2008-09-20 08:36:30下载
    积分:1
  • ghost
    ghost远控源码 最初的开源代码仅供大家藏考应用!!!!(ghost remote control sourceghost remote control sourceghost remote control sourceghost remote control source)
    2012-11-26 04:07:26下载
    积分:1
  • RemoteSrceenControl
    一个远程监视控制屏幕的程序,包括服务器和客户端 .vs2008下编译通过。 (A remote monitoring control screen procedures, including server and client. Vs2008 compile.)
    2011-10-19 17:27:48下载
    积分:1
  • realvncsrc
    vnc源码,十分有用,编译通过。大家可以来试试。能够收获不少。(vnc code)
    2020-12-04 16:49:23下载
    积分:1
  • chengxuxinde
    自己练习写的远程控制客户段 是用SDK编写,一看就明白(Practice writing their own remote control client SDK paragraph is used to prepare, look for one to understand)
    2007-10-18 15:38:41下载
    积分:1
  • Desktop
    调度问题的回溯算法,算法中的经典问题。问题描述:假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。(Scheduling problem backtracking algorithm is the classic problem. Problem Description: Suppose there are n-task by the k-parallel machine can be completed. The time required to complete the task i is ti. Try to design an algorithm to find completing these n-best task scheduling, making the earliest time to complete all tasks.)
    2010-02-19 23:31:11下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载