登录
首页 » Visual C++ » anywhere

anywhere

于 2020-06-26 发布 文件大小:1KB
0 381
下载积分: 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 个回复

  • 73562472624
    VB采用UDP远程唤醒主机一例,有需要的就下。(VB uses UDP remote wakeup host one case, there is a need on the next.)
    2013-07-28 08:24:04下载
    积分: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
  • control2
    这是一个在控制面板中增加自己软件所需配置属性的源程序。(This is an increase in the control panel software required for their configuration properties of the source.)
    2013-07-01 20:28:56下载
    积分:1
  • RDP
    远程桌面的RDP协议的源码,对大家很有参考作用(Remote Desktop RDP protocol source code, useful reference for everyone)
    2011-07-10 16:47:53下载
    积分:1
  • anywhere
    一个类似PCAnywhere的远程控制软件源码,分客户端和服务器端。( A similar PCAnywhere long-distance control software source code, is divided the customer end and the server end. )
    2020-06-26 12:20:02下载
    积分:1
  • Remote 20190519
    说明:  贰叁伍远控 服务器版,支持win7,win10,win8 等上线 最新免杀 时间:20190519 过金山,腾讯管家,火绒杀毒等杀软(Bian Sanwu remote control server version, support win7, win10, win8 and other online The latest free time: 20190519 over Jinshan, Tencent housekeeper, flannel antivirus and other soft killing)
    2021-04-07 14:59:01下载
    积分:1
  • B06040324_B2
    模拟电信计费系统的设计与实现 要求:(1) 计费功能。根据存放在源数据文件中的通话记录和长途费率文件对每一条通话记录计算其通话费用,并将结果保存在费用文件中。其中: 通话费的计算方法如下: 通话费=长途电话费+本地电话费 长途电话费=费率(元/分钟)×通话时长(分钟) (通话时长不满1分钟的按1分钟计算) 本地电话费为:3分钟以内0.5元,以后每3分钟递增0.2元。 (2) 话费查询。输入一个电话号码,从费用文件中统计该电话号码的所有本地话费、长途话费,并从用户文件中查找其用户名,最后在屏幕上显示: 用户名 电话号码 本地话费 长途话费 话费总计 (3) 话单查询。输入一个电话号码,查询并在屏幕显示该用户的所有通话记录,格式为: 用户名 主叫电话号码 被叫电话号码 通话时长 (Design and implementation of simulation of telecommunication billing system Requirements: (1) the charging function. According to the calculation of the call charges stored in the source data file in the call records and the long rate documents for each call record, and save the results in cost file. Among them: The following conversation method to calculate the fee: Long distance telephone calls =+ local telephone fee Long distance telephone fee = rate (yuan/minute)* call time (minutes) (call time less than 1 minutes to 1 minutes) Local call: 3 minutes 0.5 yuan, increasing 0.2 yuan every 3 minutes later. (2) calls inquiries. Enter a phone number, all local calls, long-distance calls statistics the phone number from the cost in the file, and find the user name from user file, and finally displayed on the screen: The user name phone number local calls long distance charges charges totaling (3) if a single query. Enter a phone number, query and display all the call records of th)
    2013-09-25 05:53:29下载
    积分:1
  • rfidreader
    rfid实例阅读程序,可实现超高频,高频,低频卡的读写( rfid实例阅读程序,可实现超高频,高频,低频卡的读写 RFID instance reading program, you can achieve ultra high frequency, high frequency, low frequency card read and write)
    2017-05-25 01:32:50下载
    积分:1
  • Greatly-white-V6.0
    大大白远控V6.0更新以下内容: 一、修复电脑断网不能本机上线的BUG问题 二、增加了小马自动掩藏功能 三、增加了远程定位功能 四、增加了支持Windows10显示功能 五、优化新的界面,让远控更好看一些 六、增加了小马自定义路径安装功能 七、增加了小马随意修改名称功能 希望大家能够支持,谢谢!!!(White V6.0 update the following remote control greatly: One, to repair the computer network can not be the machine on the line BUG Two, an increase of the pony automatically hide function Three, increase the function of remote location Four, added support for Windows10 display function Five, optimization of the new interface, make remote control more beautiful Six, increase the pony custom path installation Seven, increase the pony will modify the name function Hope that we can support, thank you!!!)
    2016-11-27 22:52:47下载
    积分:1
  • hehegu
    红河谷邀请码生成器(2010年7月28日测试通过)(hong he gu yao qing ma sheng cheng qi)
    2020-06-25 21:40:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载