-
太极生兩儀
太一生两仪,兩儀生四象,四象生八卦。為此理論,得以創造出此生成器。
- 2022-03-04 11:47:13下载
- 积分:1
-
An effect of the slider divider bar is able to directly run vc++ program, useful...
一个特效的slider分割条,能够直接运行的vc++程序,对单文档界面美化有用-An effect of the slider divider bar is able to directly run vc++ program, useful for single-document interface beautification
- 2023-04-20 13:05:04下载
- 积分:1
-
VB控件实例41
VB控件实例41-50,继续,一共发了50个控件,我主要是来网站学学的,还请给予方便,-VB Control examples 41-50, continued, a total of 50 controls, I was to learn of the site, but also give our convenience,
- 2022-07-13 19:10:33下载
- 积分:1
-
模仿Vista侧边栏的CPU仪表盘控件,提供C#原代码
模仿Vista侧边栏的CPU仪表盘控件,提供C#原代码-Mimic Vista Sidebar CPU dashboard controls, providing C# source code
- 2022-01-22 11:15:30下载
- 积分:1
-
1) 自动识别当前系统的语言
2) 能自动设置数值型属性,对于引用型属性(目前只支持tstrings)
3) 支持导出目前窗口中控件属性功能,使系统变成...
1) 自动识别当前系统的语言
2) 能自动设置数值型属性,对于引用型属性(目前只支持tstrings)
3) 支持导出目前窗口中控件属性功能,使系统变成多语言工作简单化
4)支持任意中语言-1) Automatic Identification of the current system language 2) can automatically set the value type attribute, for reference-type attributes (currently only supports tstrings) 3) support to export the current window attribute control functions, allowing the system to become multi-lingual work simplistic 4) support arbitrary language
- 2022-05-15 19:37:23下载
- 积分:1
-
used to create irregular Window source, to be a beautiful program interface
用来生成不规则窗体的源程序,做个漂亮的程序界面-used to create irregular Window source, to be a beautiful program interface
- 2022-03-06 13:06:18下载
- 积分:1
-
qt alarm实现闹钟
#include"alarm.h"
#include
Alarm::Alarm(QWidget * parent)
:QDialog(parent)
{
init();
layout();
con();
};
// ******
// 初始化
// ******
void Alarm::init()
{
setWindowTitle("Alarm clock"); //设置标题
setFixedSize(QSize(300,80)); //固定大小
timer=new QTimer; //控制lcd的时间刷新
uptimer=new QTimer; //控制对话框上升
dtimer=new QTimer; //控制对话框下降
itimer=new QTimer;
lcdNumber=new QLCDNumber; //显示当前时间
lcdNumber->setFixedSize(QSize(150,50)); //固定大小
lcdNumber->setNumDigits(8); //显示八个数字,默认是显示5个数字
lcdNumber->setSegmentStyle(QLCDNumber::Flat); //填充颜色,默认是白色的
lcdNumber->display(QTime::currentTime().toString("hh:mm:ss")); //设置格式,还有其他形式的
label=new QLabel(QString::fromLocal8Bit("闹钟")); //提示设置下个闹钟
- 2022-01-28 04:54:06下载
- 积分:1
-
用 C++ 创建简单的 Win32 服务程序(NTServCtrl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一...
用 C++ 创建简单的 Win32 服务程序(NTServCtrl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一文的例子代码。描述如何用 Visual C++ 创建 Windows NT 服务程序。创建该服务仅用到一个 C++ 类,这个类提供服务与操作系统之间一个简单的接口。使用这个类实现自己的服务非常简单,只要改写少数几个基类中的虚拟函数即可。文中有三个源代码参考例子:这是其中之一―― NTServCtrl:是一个独立的程序例子,用它可以监控某个 Win32 服务; 其余两个分别为: NTService:是一个简单的 Win32 服务,它就是用本文所描述的方法建立的; NTServCpl:是一个控制面版程序,用来控制 NTService 服务;-create simple Win32 services (NTServCtrl) detailed information lt; NT services gt; "C create simple Win32 service procedures," a text of the code examples. Describe how to use Visual C create Windows NT service procedures. Creation of the service only to a category C, the category of services provided between an operating system with a simple interface. Use this category to realize their services are very simple, as long as rewriting a few of the base class function can be virtual. The text has three reference source code example : This is one of them-- NTServCtrl : an independent process example, it can monitor with a Win32 servi
- 2022-12-15 07:30:03下载
- 积分:1
-
一些有关Visual c++ MFC编程实例的源码. 具有一定实用和启发性.
一些有关Visual c++ MFC编程实例的源码. 具有一定实用和启发性.-some of the Visual c MFC programming examples of FOSS. Certain practical and instructive.
- 2022-05-19 21:04:27下载
- 积分:1
-
City to the National Defense University were some people in the distance when th...
中国防大学要城区人有的人的要在圾遥和一枯夸大辰琦在霜在历遥在劝要不得一经在一塌胡涂-City to the National Defense University were some people in the distance when thousands of blight and an exaggerated e-kay cream in the calendar distance advised by an undesirable in a mess
- 2022-02-14 01:22:11下载
- 积分:1