资源简介
vc控制arduino的小程序,实现控制点亮二极管。

代码片段和文件信息
// Server.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “Server.h“
#include “ServerDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CServerApp
BEGIN_MESSAGE_MAP(CServerApp CWinApp)
//{{AFX_MSG_MAP(CServerApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CServerApp construction
CServerApp::CServerApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CServerApp object
CServerApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CServerApp initialization
BOOL CServerApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CServerDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-11-26 13:25 Server\
目录 0 2015-11-26 13:25 Server\Debug\
文件 114742 2015-11-26 13:25 Server\Debug\Server.exe
文件 263628 2015-11-26 13:25 Server\Debug\Server.ilk
文件 14368 2015-11-26 13:25 Server\Debug\Server.obj
文件 5638936 2015-11-26 13:25 Server\Debug\Server.pch
文件 394240 2015-11-26 13:25 Server\Debug\Server.pdb
文件 2716 2015-11-26 13:25 Server\Debug\Server.res
文件 54578 2015-11-26 13:25 Server\Debug\ServerDlg.obj
文件 5295028 2015-11-26 13:25 Server\Debug\ServerDlg.pch
文件 25600 2015-11-26 13:25 Server\Debug\ServerDlg.pdb
文件 105547 2015-11-26 13:25 Server\Debug\StdAfx.obj
文件 214016 2015-11-26 13:25 Server\Debug\vc60.idb
文件 364544 2015-11-26 13:25 Server\Debug\vc60.pdb
文件 3579 2015-11-26 13:25 Server\ReadMe.txt
目录 0 2015-11-26 13:25 Server\Release\
文件 24576 2015-11-26 13:25 Server\Release\Server.exe
文件 9968 2015-11-26 13:25 Server\Release\Server.obj
文件 5826184 2015-11-26 13:25 Server\Release\Server.pch
文件 2716 2015-11-26 13:25 Server\Release\Server.res
文件 32388 2015-11-26 13:25 Server\Release\ServerDlg.obj
文件 750 2015-11-26 13:25 Server\Release\StdAfx.obj
文件 50176 2015-11-26 13:25 Server\Release\vc60.idb
目录 0 2015-11-26 13:25 Server\res\
文件 914 2015-11-26 13:25 Server\resource.h
文件 1078 2015-11-26 13:25 Server\res\Server.ico
文件 398 2015-11-26 13:25 Server\res\Server.rc2
文件 38328 2015-11-26 13:25 Server\Server.aps
文件 1250 2015-11-26 13:25 Server\Server.clw
文件 2063 2015-11-26 13:25 Server\Server.cpp
文件 4159 2015-11-26 13:25 Server\Server.dsp
............此处省略14个文件信息
- 上一篇:A53系统移植实验手册.pdf
- 下一篇:ansys和ADAMS柔性仿真详细步骤
相关资源
- 如何使用VC和OD调试OCX控件
- FreeRTOS采样ADC+KEY事件信号+DMA串口收发
- 解读AT89C2051遥控接收器电路设计原理
- 红外转串口通信含原理图和程序
- VC仿Windows记事本源代码
- SpringMVC文件上传与的实现.rar
- Modbus协议官方文档中、英文全
- 易语言OTG串口通信
- delphi 串口通讯
- STM32蓝牙和串口程序
- LCD显示温度+串口接收温度.rar
- WPF USB 网络 串口 通信软件
- DELPHI与西门子200PLC的串口通信实例
- Verilog FPGA UART串口控制器
- Windows异步套接字网络编程
- USB转串口驱动,FT232R驱动程序,最新
- VC 获得文件属性 获取文件的创建时
- 基于MVC模式的会员管理系统
- silicon lab公司的收音IC SI47XX全套开发工
- 读者写者问题(读者优先,写者优先
- MFC程序-碰撞的小球
- vc 柱形图 CBarChart
- 用vc 写的导线测量,针对刚学测绘的
- 用VC 编写的仿QQ聊天室程序源代码
- 栅栏填充算法源码(VC)
- PC -- 单片机的串口数据传输系统设计
- STM32F103 串口程序(完整版)
- stm32 ds18b20 温度传感器 测试通过
- 简单的房屋租赁系统
- PC 串口调试软件
评论
共有 条评论