-
一个跨平台界面开发包fltk(UNIX® /Linux® (X11), Microsoft® Windows® , and MacOS&...
一个跨平台界面开发包fltk(UNIX® /Linux® (X11), Microsoft® Windows® , and MacOS® X.)-a cross-platform interface development kit fltk (UNIXreg/Linuxreg (X11), Microsoftreg Windows , and MacOSreg X.)
- 2022-06-19 14:38:04下载
- 积分:1
-
这是一个小程序,用VC++6.0来实现循环冗余码校验CRC算法。 标准为CRC...
这是一个小程序,用VC++6.0来实现循环冗余码校验CRC算法。 标准为CRC-4,生成多项式为C(X)=X4+X+1,
应用举例为ITU G704
-This is a small program used to achieve VC 6.0 cyclical redundancy check CRC algorithm. Standards for the CRC-4, generating polynomial C (X) = X-1 X4, applications for the ITU G704
- 2022-02-05 09:33:20下载
- 积分:1
-
本程序能够根据用户选择不同的菜单而进入不同的视图,为软件功能的扩展有一定的实用价值。...
本程序能够根据用户选择不同的菜单而进入不同的视图,为软件功能的扩展有一定的实用价值。-This procedure can be based on user choose a different menu and enter a different view, for the expansion of software has some practical value.
- 2022-10-04 02:15:03下载
- 积分:1
-
very good test software, with a worthy, very good
非常好的test软件,值得一用,非常非常好-very good test software, with a worthy, very good
- 2022-03-14 04:14:57下载
- 积分:1
-
man
人机界面开发的 C 语言程序库This help windowis very skinnybecause the helpwindow is automagicallysized to fitthe longesthelp line.~multipage_helpThis help screen will spill over to a 2nd page-man-machine interface development of C language program library This help windowis very skinnybecause the helpwindow is automagicallysized to fitthe longesthelp line. ~ Multipage_helpThis help screen will spill over to a 2nd page
- 2022-01-30 12:49:14下载
- 积分:1
-
MFC开发程序参考大全的1章的例子2,希望对大家有所帮助
MFC开发程序参考大全的1章的例子2,希望对大家有所帮助-Reference MFC development process of an example of chapter 2, want to help everyone
- 2022-01-25 23:06:01下载
- 积分:1
-
Schools Games management system, including the Notes interface is so friendly
校际运动会管理系统, 含注释,界面做的很友好-Schools Games management system, including the Notes interface is so friendly
- 2022-10-19 22:20:04下载
- 积分:1
-
带预览的图像选择框,可以查看你所选择的的图像显在选择框上,很实用...
带预览的图像选择框,可以查看你所选择的的图像显在选择框上,很实用-with preview images selection box, you can view the choice of the images show the selection box, it is very practical
- 2023-02-09 20:20:03下载
- 积分: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
-
This is a student information management system, includes all the functions of s...
这是一个学生信息管理系统,他包含了所有学生信息的功能,当你做这方面的系统时都可以采用到它里面的内容,希望大家喜欢-This is a student information management system, includes all the functions of student information, when you do this the system can be applied to the contents inside it, hope you like
- 2022-08-10 01:25:41下载
- 积分:1