-
classic skin replacement
经典的皮肤更换程序-classic skin replacement
- 2022-12-05 15:45:03下载
- 积分:1
-
使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现...
使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删出文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用。-use CArchive category of documents to operate. MFC provides the framework document and open the new functions within the Implementation Mechanism. CDocument class how to use the serial storage function preservation and loading data. How to achieve the type of support serial, serial CObArray realization insider. Cut out data files often made mistakes. MFC framework of the procedures and documentation category as a category, and how to access each other indicators cited.
- 2022-02-28 11:46:47下载
- 积分:1
-
LABVIEW READ USB AND PLOT IN EXCEL SHEET
读取USB数据并存储在QUES中,然后存储在EXCEL表中,然后根据其绘图;
- 2023-06-01 02:25:03下载
- 积分:1
-
大学课程作业小组作业Java列车控制系统
带有gui的列车管理系统,可以查看列车进程,添加车,车站,旅程和司机,可以删除车站,旅程,司机和车,可以远程停车,可以查看某站点的到站时间表和某车次的旅程表,GUI非常简单不带皮肤,没有用jar包,使用了SIP, DRY等design principle,北京邮电大学&QMUL 国际学院software engineering课程作业。附带user manual。
- 2023-06-22 10:45:03下载
- 积分:1
-
桌面虚拟宠物的源代码
桌面虚拟宠物的源代码 -Desktop virtual pet
- 2022-09-28 10:10:03下载
- 积分:1
-
异开窗口,实现像NetPhone一样的窗体
异开窗口,实现像NetPhone一样的窗体-varies open window and realizing the same as NetPhone Form
- 2023-03-29 17:45:03下载
- 积分:1
-
一个关于vb串口多线程通信的实例,可以看看。
一个关于vb串口多线程通信的实例,可以看看。-Vb serial port on a multi-threaded communication instance, you can look at.
- 2022-09-19 04:15:03下载
- 积分:1
-
This is a fund management system, he includes all the functions, when you do thi...
这是一个资金管理系统,他包含了所有的功能,当你做这方面的系统时都可以采用到它里面的内容,希望大家喜欢-This is a fund management system, he includes all the functions, when you do this the system can be applied to the contents inside it, hope you like
- 2022-03-06 10:35:56下载
- 积分:1
-
数控机床误差自动补偿程序
通过该程序可以实现螺距误差自动补偿功能,将激光干涉仪采集到的数据输入其中可以自动生成螺距误差补偿文件,同时具有误差累加功能,当累加之后可以实现二次或则多次补偿功能。
- 2023-04-12 14:00:04下载
- 积分: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