资源简介
利用主板上的集成网卡,打开计算机的BISO的电源管理,容许LAN卡唤醒,即可以利用本代码实现局域网计算机远程唤醒
代码片段和文件信息
// RemoteMacFinder.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “RemoteMacFinder.h“
#include “RemoteMacFinderDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CRemoteMacFinderApp
BEGIN_MESSAGE_MAP(CRemoteMacFinderApp CWinApp)
//{{AFX_MSG_MAP(CRemoteMacFinderApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CRemoteMacFinderApp construction
CRemoteMacFinderApp::CRemoteMacFinderApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3741 2005-09-19 13:14 远程开机\ReadMe.txt
文件 22744 2010-08-02 14:30 远程开机\RemoteMacFinder.aps
文件 2626 2010-08-02 16:25 远程开机\RemoteMacFinder.clw
文件 2283 2005-09-19 13:14 远程开机\RemoteMacFinder.cpp
文件 4326 2010-08-02 15:52 远程开机\RemoteMacFinder.dsp
文件 555 2005-09-19 13:14 远程开机\RemoteMacFinder.dsw
文件 1423 2005-09-19 13:14 远程开机\RemoteMacFinder.h
文件 66048 2010-08-02 16:25 远程开机\RemoteMacFinder.opt
文件 1390 2010-08-02 15:53 远程开机\RemoteMacFinder.plg
文件 7424 2007-08-04 16:55 远程开机\RemoteMacFinder.rc
文件 15181 2010-08-02 15:52 远程开机\RemoteMacFinderDlg.cpp
文件 2975 2007-08-04 16:57 远程开机\RemoteMacFinderDlg.h
文件 1078 2005-09-19 13:14 远程开机\res\RemoteMacFinder.ico
文件 407 2005-09-19 13:14 远程开机\res\RemoteMacFinder.rc2
文件 1474 2007-08-04 16:55 远程开机\resource.h
文件 217 2005-09-19 13:14 远程开机\StdAfx.cpp
文件 1102 2005-09-19 13:14 远程开机\StdAfx.h
..AD... 0 2008-10-14 14:55 远程开机\res
..AD... 0 2010-08-02 16:45 远程开机
----------- --------- ---------- ----- ----
134994 19
- 上一篇:数字电子技术基础ppt
- 下一篇:rip协议编程及代码实现
相关资源
- OpenGL计算机图形学2D太阳系模型
- c++ 直线裁剪、画矩形等(graphics)
- VC++ 可视化计算器
- 微型计算机技术 陈慈发版课后习题答
- 计算机系统结构+第2版+习题解答+郑纬
- 全国计算机等级考试四级数据库工程
- C++ 根据出生日期计算年龄
- 计算机操作系统(修订版)ppt课件[汤
- 白中英计算机组成原理ppt
- MFC做的wifi通信上位机
- 编码:隐匿在计算机软硬件背后的语
- C++小型的局域网监控系统
- 有限元法在电磁计算中的应用 电子版
- 计算机网络原理知识点总结
- VS2012编写的简单计算器
- MFC开发的多功能高精度计算器含源码
- VC6.0直接可执行源码(音乐播放器,记
- 基于MFC的飞秋实现
- VS2010 C++ MFC简易计算器
- C++计算任意函数值 积分 线性方程组
- 计算机图形学图形剪裁与变换算法的
- 计算器 3.0 源码 vs2008 MFC vc++
- 2016计算机考研讲义+网络+数据结构+组
- MFC局域网即时聊天系统
- 计算机图形学简单图像设计c++
- 应用opencv库项目(Visual Studioc++)的
- OpenCV算法精解 基于Python与C++
- 中缀表达式转化成后缀表达式并计算
- MFC计算器程序
- MFC计算器包含可执行文件
评论
共有 条评论