-
关于Windows下托盘编程的源代码,希望对您有所帮助
关于Windows下托盘编程的源代码,希望对您有所帮助-tray on Windows programming source code, and I hope to help you
- 2023-02-21 14:10:03下载
- 积分:1
-
改进的等值线
本源代码的第一作者是:YANG Qing.Department of Geophysics,Yangtze University,Jingzhou,Hubei.434023.mou_yq@126.com
我是在第一作者的源代码基础上改写的,改写内容:(1)添加了比较完成的点、线、面、等值线类;(2)自己改写了比较简洁的三角剖分代码;(3)改写了第一作者的搜索等值线代码,使其更简洁易读。
本代码仅供学习使用,若有侵权行为,请告知,我会及时处理。
测试数据“Slice_Records1.sls”是原来自带的数据,“TUTORWS2.DAT”是从surfer8.0安装文件夹中的“SampleTUTORWS2.DAT”改变而来。
解压密码:hzsong123
- 2023-05-28 02:05:04下载
- 积分: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
-
你想实现其他形式吗?现在这里是用VB6.0窗体支持编辑…
你想实现另类的窗体?现在这里有一个用VB6.0编辑的窗体程序,能使你实现窗体的T形-you want to achieve alternative forms? Now here is an editor with VB6.0 Form procedures, will enable you to achieve the T-Form
- 2022-11-04 07:00:02下载
- 积分:1
-
IconLBDemo
CListBox自绘,实现添加图片,选项颜色填充等等
Defines the class behaviors for the application.
- 2022-01-31 05:01:54下载
- 积分:1
-
VB at the time of the study, to achieve an electronic form, function is very sim...
在刚学习VB的时候,实现的一个电子表,功能很简单,但是很繁琐。-VB at the time of the study, to achieve an electronic form, function is very simple, but very cumbersome.
- 2022-02-20 09:24:35下载
- 积分:1
-
用阻塞方式的socket 做的聊天程序,使用了多线程和信号量技术...
用阻塞方式的socket 做的聊天程序,使用了多线程和信号量技术-obstructive manner with the socket so chat, the use of the multithreading technology and signal volume
- 2022-09-21 17:40:03下载
- 积分:1
-
A very good network channel interface design, interface deep beauty
一个很不错的网络频道的界面设计,界面深沉美观-A very good network channel interface design, interface deep beauty
- 2022-01-31 03:29:15下载
- 积分:1
-
这是一个可以实现长整数加减乘除的程序,请大家多多指教
这是一个可以实现长整数加减乘除的程序,请大家多多指教-this can be achieved is a long integer arithmetic procedures, please exhibitions
- 2022-04-09 17:30:39下载
- 积分:1
-
SerialportSample串口调试
SerialportSample串口调试SerialportSample串口调试SerialportSample串口调试SerialportSample串口调试
- 2022-07-08 09:43:55下载
- 积分:1