T1g3r De House
valarray类 valarray类
valarrayvalarray类是由头文件valarray支持的。顾名思义,这个类用于处理数值,它支持诸如将数组中所有元素的值向家已经在数组中找出最值等操作。 #include<iostream>#include<str
2025-04-12
QT4thclock QT4thclock
一个普普通通的小时钟#ifndef MAINWINDOW_H#define MAINWINDOW_H#include <QMainWindow>QT_BEGIN_NAMESPACEnamespace Ui {class
2025-03-30
QT3rd定时器 QT3rd定时器
计时器,可以实现图片自动放映的功能QTimer(仅展示示例源码,需要的私我:)void Widget::timeoutSlot(){ QString Path("D:........");//这里存放你自
2025-03-23
QT2nd QT2nd
Timecaculatorplus#ifndef TIMEC_H#define TIMEC_H#include <QCoreApplication>#include <QTextStream>#include <
2025-03-22
程序猿的时间 程序猿的时间
Homework(low)#include<iostream>#include<string>using namespace std;class Time{private: int Hour;
2025-03-19
类与对象之深复制 类与对象之深复制
#pragma once#include<iostream>#include<cstring>using namespace std;class CMessage{private: char* pmessa
2025-03-17
支票透支了怎么办 支票透支了怎么办
​ 在一定的范围内,支票透支后“好心”的银行也会让你取出来,但之后吗……利息是少不了的 :( #pragma once#include<iostream>#include<string>using namespace
2025-03-15
学生信息管理系统3rd 学生信息管理系统3rd
​ 我们知道,一个学校有本科生,研究生,老师等各类人员。通过继承性的学习,我们可以对此进行管理。 #pragma once#include<iostream>#include<string>using namespa
2025-03-15
Hello World Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hex
2025-03-12
QT初识1st QT初识1st
QT实现四则运算这里简单介绍一下思路,代码就不全放上来了。:( (主要过于冗余了) 一 创建完项目后,先点击界面文件进入这个页面 在控件盒子中找到Buttons下的pushbutton,拖出后进行排列组合形成计算器的雏形,显示界面则从inp
2025-03-02
1 / 4