资源简介
用C语言编写的波形发生器界面,正弦波方波三角波任意波
代码片段和文件信息
// graph.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “graph.h“
#include “MainFrm.h“
#include “graphDoc.h“
#include “graphView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CGraphApp
BEGIN_MESSAGE_MAP(CGraphApp CWinApp)
//{{AFX_MSG_MAP(CGraphApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard pri
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2006-09-28 11:38 graph9.28
目录 0 2006-09-28 11:38 graph9.28\Debug
文件 70320 2006-09-28 11:37 graph9.28\graph.aps
文件 2682 2006-09-28 11:38 graph9.28\graph.clw
文件 4191 2006-09-20 11:24 graph9.28\graph.cpp
文件 4798 2006-09-26 20:14 graph9.28\graph.dsp
文件 533 2006-09-20 11:24 graph9.28\graph.dsw
文件 1345 2006-09-20 11:24 graph9.28\graph.h
文件 173056 2006-09-28 11:38 graph9.28\graph.ncb
文件 61952 2006-09-28 11:38 graph9.28\graph.opt
文件 1374 2006-09-28 11:38 graph9.28\graph.plg
文件 11749 2006-09-27 22:13 graph9.28\graph.rc
文件 1722 2006-09-20 11:24 graph9.28\graphDoc.cpp
文件 1464 2006-09-20 11:24 graph9.28\graphDoc.h
文件 10492 2006-09-28 11:38 graph9.28\graphView.cpp
文件 2792 2006-09-27 22:06 graph9.28\graphView.h
文件 2584 2006-09-25 09:22 graph9.28\MainFrm.cpp
文件 1581 2006-09-20 11:24 graph9.28\MainFrm.h
文件 4287 2006-09-20 11:24 graph9.28\ReadMe.txt
目录 0 2006-09-28 11:37 graph9.28\res
文件 1350054 2006-09-26 20:13 graph9.28\res\bb.bmp
文件 1270 2006-09-25 10:56 graph9.28\res\bitmap1.bmp
文件 41570 2006-09-27 22:13 graph9.28\res\bitmap2.bmp
文件 1066854 2006-09-26 19:30 graph9.28\res\bitmap3.bmp
文件 1078 2006-09-25 09:05 graph9.28\res\graph.ico
文件 397 2006-09-20 11:24 graph9.28\res\graph.rc2
文件 1078 2006-09-20 11:24 graph9.28\res\graphDoc.ico
文件 1078 2006-09-20 11:24 graph9.28\res\Toolbar.bmp
文件 238 2006-09-24 22:09 graph9.28\res\toolbar1.bmp
文件 1837 2006-09-27 22:09 graph9.28\resource.h
............此处省略5个文件信息
相关资源
- 移动联通短信猫wavecom收发插件
- QDockWidget多层嵌套布局
- qt写扫雷程序
- 视频转图片(opencv)
- c++ 数字键盘设计(源码)
- 1062LCD显示
- Qt5+QtChart绘制饼图
- qgraphicsitem 编程小
- qt 快速读取excel代码
- 对qt窗体进行简单操作(修改lable的值
- diagramscene箭头连接方法
- 基于QT5的图形化界面开发(NeuFtp)
- 监视文件目录变化(qt源码)
- QT的TCP服务器DEMO
- Linux优先级时间片调度C++源码
- 精通UNIX下C语言编程及项目实践总结与
- linux下获取CPU内存使用信息,网络流量
- c++ RoyCardTableView 列表插入
- 网络请求使用cocoapods
- ios 简单闹铃实现
- STC单片机下位机IIC通信
- 利用C生成正弦波DA数据
- stc15w单片机mpr121触摸按键
- 51单片机:信号发生器
- stc系列单片机串口通讯
- qt5 旋转(.patch文件源码)
- 3G系统-WCDMA和CDMA2000完整MATLAB仿真程序
- 非阻塞式AT指令发送接收工程,可驱动
- RS485;PC到单片机单向通讯;
- 加权调度算法(C语言)
评论
共有 条评论