-
pivotal game is a lot of fun!
贪食蛇游戏,很好玩的-pivotal game is a lot of fun!
- 2022-04-29 02:19:05下载
- 积分:1
-
内存管理算法的页面,出了几页的输入,一个..
掌握内存管理的页面淘汰算法 输入可用内存页面数和一个作业访问逻辑页号的序列,分别给存FIFO、LRU算法的缺页中断率(注:算法原理实现,不要求实际页面)。-master memory management algorithm pages out of the importation of a few pages available memory and a logic operation visit pages of the sequence, kept FIFO, the LRU algorithm missing pages interrupt rate (Note : The principles of achieving algorithm that does not require the actual pages).
- 2022-09-25 02:05:03下载
- 积分:1
-
have with the whole process
产生全排列的程序-have with the whole process
- 2022-04-16 02:14:03下载
- 积分:1
-
c++ achieved Snake game, it is the classic windows game.
c++实现的贪吃蛇游戏,很经典的windows游戏。-c++ achieved Snake game, it is the classic windows game.
- 2022-02-14 02:22:37下载
- 积分:1
-
世界您好
#include < stdio.h >
作废 main ()
{
printf ("你好世界");
}
- 2022-06-28 07:24:47下载
- 积分: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
-
使用C#写的一个计算24点的游戏源代码,没有太复杂的东西,适合刚入门的朋友学习。...
使用C#写的一个计算24点的游戏源代码,没有太复杂的东西,适合刚入门的朋友学习。-The use of C# Write a calculation of 24-point game source code, not too complicated things for a friend just getting started learning.
- 2023-06-12 16:05:04下载
- 积分:1
-
用于网络传输时的Jpg和Bmp格式相互转换的API封装
用于网络传输时的Jpg和Bmp格式相互转换的API封装-for network transmission of Broadband and PDF format conversion API Packaging
- 2022-10-22 05:15:03下载
- 积分:1
-
Individuals to save some of the good Web page templates using css+ div prepared...
个人保存的一些不错的网页模板,采用css+div编写,对初学者来说是不错的学习资料。-Individuals to save some of the good Web page templates using css+ div prepared for beginners is a good learning materials.
- 2022-01-21 05:04:35下载
- 积分:1
-
常见的排序算法,如插入排序,快速排序
常见的排序算法,如插入排序,快速排序-common algorithm, such as the insertion sort, rapid sequencing etc.
- 2023-09-01 11:30:04下载
- 积分:1