-
conducive to the work of C programmers and code
有利于C程序员的工作及代码编写 不信的话可以看看咯 绝对经典咯-conducive to the work of C programmers and code-writing the letter did not look at absolute classic 1,10 1,10
- 2022-10-24 09:35:04下载
- 积分:1
-
根据需求分析的描述,以及与第三…
根据需求分析的描述以及与用户的沟通,系统实现目标如下:
界面设计简洁、友好、美观大方。
操作简单、快捷方便
数据存储安全、可靠。
信息分类清晰、准确。
强大的查询功能,保证数据查询的灵活性。
提供销售排行榜,为管理员提供真实的数据信息。
提供灵活、方便的权限设置功能,使整个系统的管理分工明确。
对用户输入的数据,系统进行严格的数据检验,尽可能排除人为的错误。
-According to the description of needs analysis, as well as communication with the user, the system to achieve the following goals: interface design of simple, friendly, generous appearance. simple, fast and convenient data storage safe and reliable. Information classification clear and accurate. powerful query functions, and ensure the flexibility of data query. sales chart for the data manager to provide true information. provide a flexible and convenient feature set permissions so that the management of the entire system a clear division of labor. on data entered by the user, the system data strict examination, rule out the possibility of human e
- 2022-02-26 18:54:58下载
- 积分:1
-
默认情况下,CMenu不带图标,但在很多应用程序中菜单都带有很漂亮图标...
默认情况下,CMenu不带图标,但在很多应用程序中菜单都带有很漂亮图标-By default, CMenu without icons, but in many applications with a very beautiful menu icon
- 2022-02-26 15:17:59下载
- 积分:1
-
可以在打开文件的对话框上实现图像预览的程序。
可以在打开文件的对话框上实现图像预览的程序。-can open the file in the dialog on Image preview procedures.
- 2022-08-17 18:27:13下载
- 积分:1
-
我们的任务是要设计并训练出一个可行、高效的 BP 网络,以实现对 0到 9共 10 个加噪声后的数字和识别。...
我们的任务是要设计并训练出一个可行、高效的 BP 网络,以实现对 0到 9共 10 个加噪声后的数字和识别。-Our mission is to design and train a viable and efficient BP networks to achieve 0-9 to a total of 10 increases the noise figure and identification.
- 2022-05-16 16:25:56下载
- 积分: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
-
rolling with the command
带有滚动条的命令行接口-rolling with the command-line interface
- 2022-06-01 10:18:00下载
- 积分:1
-
运行后在屏幕上画出一个漂亮的大表,可以通过它调节系统时钟。...
运行后在屏幕上画出一个漂亮的大表,可以通过它调节系统时钟。-After running on the screen to draw a pretty big table, you can adjust the system clock through it.
- 2022-03-22 05:10:29下载
- 积分:1
-
Labview 虚拟示波器程序
资源描述基于NI采集卡或类似数据采集卡的4通道虚拟示波器程序,界面非常美观,仿的是泰克的4通道示波器,配合数据采集卡,可以当做示波器使用,很好很强大。
- 2022-02-13 20:55:04下载
- 积分:1
-
这是PC机与电力线载波芯片IT800D的通信程序
这是PC机与电力线载波芯片IT800D的通信程序-This is the PC-chip with the power line carrier communication procedures IT800D
- 2022-03-21 14:07:48下载
- 积分:1