-
Snake, used to write c#, can control the speed of a snake, the space bar suspens...
贪吃蛇,用c#写的,可以控制蛇的速度,空格键暂停-Snake, used to write c#, can control the speed of a snake, the space bar suspension
- 2022-03-29 22:17:50下载
- 积分:1
-
真的很麻烦也,有必要这样吗?搞错没有啊?快让我下
真的很麻烦也,有必要这样吗?搞错没有啊?快让我下-really have trouble, it is necessary to do? Ah no wrong? Let me quickly under!
- 2022-04-13 10:59:42下载
- 积分:1
-
基于Qt的数据管理系统
应用背景基于Qt的数据管理系统,对Qt的数据库进行了一次应用,对于Qt初学者学习开发数据库等技术有较强学习价值。。。。。。。关键技术setFixedSize(750, 500);
ui->stackedWidget->setCurrentIndex(0);
QSqlQueryModel *typeModel = new QSqlQueryModel(this);
typeModel->setQuery("select name from type");
ui->sellTypeComboBox->setModel(typeModel);
QSplitter *splitter = new QSplitter(ui->managePage);
splitter->resize(700, 360);
splitter->move(0, 50);
splitter->addWidget(ui->toolBox);
splitter->addWidget(ui->dailyList);
splitter->setStretchFactor(0, 1);
splitter->setStretchFactor(1, 1);
on_sellCancelBtn_clicked();
showDailyList();
ui->typeComboBox->setModel(typeModel);
createChartModelView();
- 2023-01-11 19:20:03下载
- 积分:1
-
abot solar system using c
abot solar system using c
- 2022-05-05 18:25:43下载
- 积分:1
-
memory management, mitigation, use vc6 compile.
内存管理, 减少碎片, 使用vc6编译通过.-memory management, mitigation, use vc6 compile.
- 2022-03-02 04:39:25下载
- 积分:1
-
语言小游戏,运行时有声音发发,很有特色的
语言小游戏,运行时有声音发发,很有特色的-small language games, running a voice-fat fat, very unique
- 2022-09-06 05:00:02下载
- 积分:1
-
How to call some functions that you might though it is simle sometimes, but it c...
How to call some functions that you might though it is simle sometimes, but it could take your worthful time.
Try these short routes as fun whenever you take a break. -How to call some functions that you might though it is simle sometimes, but it could take your worthful time. Try these short routes as fun whenever you take a break.
- 2022-01-30 12:14:27下载
- 积分:1
-
verilog 实现的CPU,用Modelsim SE 6.2b 创建的工程,包含测试文件。...
verilog 实现的CPU,用Modelsim SE 6.2b 创建的工程,包含测试文件。- CPU of verilog implementation
- 2022-03-18 07:33:10下载
- 积分:1
-
这个是朋友作的毕业设计,基因算法原理的java实现过程
这个是朋友作的毕业设计,基因算法原理的java实现过程-This is a friend of the graduate design, genetic algorithm to achieve the principle of java process
- 2022-03-09 23:25:47下载
- 积分:1
-
DOS版本的贪吃蛇游戏C源程序。是个不错的小游戏
DOS版本的贪吃蛇游戏C源程序。是个不错的小游戏
- 2022-03-19 03:29:22下载
- 积分:1