-
OpenGL MFC
做的简单的界面用OPENGL和MFC。
比较简单,但是很实用,运用阴影,加其他。
- 2023-01-06 17:30:04下载
- 积分:1
-
cxGrid使用小结,内容比较详实,有很高的参考价值
cxGrid使用小结,内容比较详实,有很高的参考价值-Summary cxGrid use, relatively accurate, has high reference value
- 2023-01-23 07:35:04下载
- 积分:1
-
这个类可以读取和存储csv文件或文本文件的图..很简单
这个类可以很简单的读取和存储csv文件或者文本文件的数字数据。-this category can be very simple to read and storage csv files or text files figures.
- 2022-06-21 07:11:55下载
- 积分:1
-
网口数据发送助手
用C语言在MFC的界面上开发的一个简单界面的网口小助手;
类似于串口助手,通过此小软件可以用网口发送数据;
一般封装成以太网帧;
一般应用于FPGA与PC端之间的通信;
例如通过PC端向FPGA的千兆网口发送数据,从而实现PC机与FPGA之间的相互通信。
- 2022-02-02 10:31:59下载
- 积分:1
-
various combinations of Windows controls usage, not extracting passwords, we hop...
多种WINDOWS控件的组合用法,没有解压密码,希望对大家有帮助-various combinations of Windows controls usage, not extracting passwords, we hope to help
- 2022-02-11 21:07:55下载
- 积分:1
-
VB development environment similar to the list of attributes the achievement of...
类似VB开发环境中的属性列表的实现方案代码,简洁易用-VB development environment similar to the list of attributes the achievement of program code, to be user-friendly
- 2022-03-13 20:51:54下载
- 积分:1
-
MFC下简单的曲线绘图(具有简单示波器功能)
MFC下简单的曲线绘图,该代码是在VS2010下写的,能够实现动态接收数据并进行显示的功能,对于刚学习MFC的人来说是比较不错的Demo,但对于牛人,大可不用看了。
- 2022-11-28 10:35:08下载
- 积分:1
-
QtQwtC++绘制波形
使用Qwt绘制图形。QWT,全称是Qt Widgets for Technical Applications,是一个基于LGPL版权协议的开源项目, 可生成各种统计图。它为具有技术专业背景的程序提供GUI组件和一组实用类,其目标是以基于2D方式的窗体部件来显示数据, 数据源以数值,数组或一组浮点数等方式提供, 输出方式可以是Curves(曲线),Slider(滚动条),Dials(圆盘),Compasses(仪表盘)等等。该工具库基于Qt开发,所以也继承了Qt的跨平台特性。
- 2022-02-28 15:53:46下载
- 积分:1
-
CTabCtrl实例 初学者的好例子
CTabCtrl实例 初学者的好例子 CTabCtrl实例 初学者的好例子 CTabCtrl实例 初学者的好例子 CTabCtrl实例 初学者的好例子 CTabCtrl实例 初学者的好例子
- 2022-01-29 03:12:15下载
- 积分:1
-
Qt login,自动识别焦点
#include "mainwindow.h"
#include "ui_mainwindow.h"
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
pushButton = new QPushButton(this);
pushButton->setObjectName(QString::fromUtf8("pushButton"));
pushButton->setGeometry(QRect(40, 180, 51, 27));
pushButton_2 = new QPushButton(this);
pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
pushButton_2->setGeometry(QRect(40, 140, 51, 27));
pushButton_3 = new QPushButton(this);
pushButton_3->setObjectName(QString::fromUtf8("pushButton_3"));
pushButton_3->setGeometry(QRect(100, 140, 51, 27));
&
- 2022-03-13 04:00:49下载
- 积分:1