-
一个简单的sokudo游戏,附加源码。
但游戏有些不足,请见谅...
一个简单的sokudo游戏,附加源码。
但游戏有些不足,请见谅-Sokudo a simple game, an additional source.
- 2023-02-14 04:00:03下载
- 积分:1
-
并行程序分析方法(英文)本文主要介绍了,对并行程序效率分析的常用软件和方法,对于编写并行程序的人是很有借鉴意义的。...
并行程序分析方法(英文)本文主要介绍了,对并行程序效率分析的常用软件和方法,对于编写并行程序的人是很有借鉴意义的。-parallel program analysis method (English) In this paper, Parallel to the analysis of the efficiency of the software and commonly used method for the preparation of the parallel program is a useful one.
- 2023-07-09 03:30:03下载
- 积分:1
-
使用Matlab设计一个简单的滤波器小程序
使用Matlab设计一个简单的滤波器小程序-Use Matlab to design a simple filter applet
- 2023-06-22 20:05:04下载
- 积分:1
-
C++批判,一本非常好的C++书籍,不过是英文版的
C++批判,一本非常好的C++书籍,不过是英文版的-C criticism, a very good C books, but are in English
- 2022-06-27 02:15:12下载
- 积分: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
-
matlab数值插值的相关程序,是我数学建模期间学习的资料,内带先关程序以及讲解PPS,适合初学者学习...
matlab数值插值的相关程序,是我数学建模期间学习的资料,内带先关程序以及讲解PPS,适合初学者学习-interpolation matlab numerical procedures, mathematical modeling is my data during the study, with customs clearance procedures, as well as with the first on the PPS, suitable for beginners to learn
- 2022-04-10 18:15:26下载
- 积分:1
-
interviews in English, a must for job seekers, free download, Welcome!
面试英语,求职必读,免费下载,欢迎光临!-interviews in English, a must for job seekers, free download, Welcome!
- 2022-07-24 11:41:49下载
- 积分:1
-
digital image processing
aliasing
digital image processing
aliasing -digital image processing
aliasing
- 2023-07-28 12:20:03下载
- 积分:1
-
the famous tool used to detect the memory le ak
the famous tool used to detect the memory leak-the famous tool used to detect the memory le ak
- 2022-01-25 15:37:14下载
- 积分:1
-
代码用Verilog可发现中值写作。用一个C++文件看…
A code writing by Verilog which can find medium value. With a C file to see the simulation results. A co-design example of C and Verilog.
- 2022-10-23 17:50:08下载
- 积分:1