-
数字进行逗号分隔
自动将输入数字进行逗号分隔,每三个数字用逗号隔开,如输入12345678,自动设置为12,345,678,方便使用者使用,并且该源码执行效率很高,可以快速分隔,开发者可以移植到其他平台进行处理
- 2023-06-13 21:50:04下载
- 积分:1
-
FTP服务器软件
经典实用,可以好好的学习FTP服务器软件的开发。不过,了解了其中的原理,设计做起来就非常的简单易懂。版权所有,仅供参考,谢谢大家实用!
- 2023-06-27 23:20:04下载
- 积分:1
-
backpropagation
这是模拟神经网络的反向传播方法
- 2022-03-01 10:38:14下载
- 积分:1
-
一个把托盘的操作封装的很好的类。如果想要制作托盘效果,直接用它就行了。【转载】...
一个把托盘的操作封装的很好的类。如果想要制作托盘效果,直接用它就行了。【转载】-put a tray of the operation Packaging good category. If you want to produce results tray, the direct use it to the next stage. Reproduced--
- 2022-02-02 02:44:55下载
- 积分:1
-
俄罗斯方块游戏
This program is to create a tetris game running in Wxwidgets. No other IDE would be to compile this program
and will only be in C language
- 2022-10-04 03:55:04下载
- 积分:1
-
服装邮购系统,下订单
服装邮购系统,下订单-->确认审核订单-->派单-->仓库出库,实现管理邮购.-clothing mail order system, under orders-- gt; Audit confirmed orders-- gt; Send alone-- gt; Warehouse out of the hangar, regulatory order.
- 2023-07-17 23:55:07下载
- 积分:1
-
VB实现图形界面
VB实现图形界面-VB realization graphical interface
- 2022-07-25 09:03:21下载
- 积分:1
-
一个圆形的进度类,风格比较独特,推荐下载
一个圆形的进度类,风格比较独特,推荐下载--A class of round progress,it has special style,recommend!
- 2022-04-16 06:51:14下载
- 积分: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
-
实现P2P通讯,客户端发往服务器,服务器告诉客户端原理
实现P2P通讯,客户端发往服务器,服务器告诉客户端原理-The realization of P2P communications, the client sent to the server, the server tells the client Principle
- 2022-03-25 19:37:20下载
- 积分:1