-
c#多语言实现, c#多语言实现,
c#多语言实现, c#多语言实现,-c# Langeuage
- 2022-02-01 11:20:15下载
- 积分:1
-
Visual.C++高级界面特效制作百例,提供丰富多彩的界面编程实例
Visual.C++高级界面特效制作百例,提供丰富多彩的界面编程实例-Visual.C++ Effects produced 100 cases of high-level interface, providing a variety of interface programming examples
- 2022-04-21 13:07:14下载
- 积分:1
-
world time, 世界时间的演示程序。
world time, 世界时间的演示程序。-world time, a illustrating program of global time.
- 2022-01-26 06:21:23下载
- 积分:1
-
资源管理器
explorer
- 2022-01-25 22:56:57下载
- 积分: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
-
去掉图片背景
里面有函数说明
去掉图片背景
里面有函数说明-Remove Image Background
- 2022-01-30 13:11:45下载
- 积分:1
-
一些常用的C语言源代码。包括磁盘格式、常用函数如abs、sin、strlen等;以及输入输出格式的制定。...
一些常用的C语言源代码。包括磁盘格式、常用函数如abs、sin、strlen等;以及输入输出格式的制定。-some common C language source code. Disk format, commonly used functions such as the abs, sin, strlen; Input and output format and setting.
- 2022-02-15 23:28:17下载
- 积分:1
-
这是一个控制USB设备块传输的例子,应用的是cpress的驱动,直接到cpress的主页下载就可以了...
这是一个控制USB设备块传输的例子,应用的是cpress的驱动,直接到cpress的主页下载就可以了-This is a USB device control block transmission example, the application is cpress driven directly to the Home cpress can download the
- 2022-03-21 06:56:29下载
- 积分:1
-
vb界面多窗体实验演示,适合学习vb课程的学生学习及参看。
vb界面多窗体实验演示,适合学习vb课程的学生学习及参看。-vb Window interface more experimental demonstration learning vb courses for the students to learn and see.
- 2022-05-08 21:24:40下载
- 积分:1
-
可重复使用的WNDCTRL类 这个类基本上容纳了一些隐藏的控件和窗口。一个 WndCtrl对象有两个状态, 即开和关。你必须把这个控件加到m_WndCtrl中。
可重复使用的WNDCTRL类 这个类基本上容纳了一些隐藏的控件和窗口。一个 WndCtrl对象有两个状态, 即开和关。你必须把这个控件加到m_WndCtrl中。当WndCtrl被打开的时候,控件被创建,当WndCtrl被关闭的时候,控件被隐藏或撤销。WndCtrl将会是所有加到它上面的控件的父节点。WndCtrl可以在关闭或开着的状态下改变大小或重新定位。然而,关闭状态下的大小是静态的,不能被改变。无论大小是否被改变,都将会影响WndCtrl开着的状态- Might duplicate a WNDCTRL kind of this kind which used
basically holds some hideaways to control and the window. A WndCtrl
object has two conditions, namely opens with the pass. You must
control this to add to in m_WndCtrl. When WndCtrl is opened, controls
to found, when WndCtrl is closed, controls to hide or to abolish.
WndCtrl could be all adds to above it to control the father pitch
point. WndCtrl may the condition change the size under the closure
either is opening or relocate. However, under the off-position size is
the static state, cannot change. Regardless of size whether is
changed, all will be able to affect WndCtrl will be opening the
condition
- 2022-04-23 17:35:58下载
- 积分:1