-
This program uses read () and write ()
This program uses read() and write()-This program uses read () and write ()
- 2022-02-20 13:50:26下载
- 积分:1
-
Eight
八路模拟数据采集显示电路,70H-77H存放采样值,78H-7BH存放显示数据,依次为个位、十位、百位、通道标志-Eight-way analog data acquisition display circuit, 70H-77H stored sampled values, 78H-7BH store display data, followed by single-digit, 10, 100, channel markers
- 2022-02-04 08:43:08下载
- 积分:1
-
Matlab 7.0 的license文件,解决无法导入license的问题
Matlab 7.0 的license文件,解决无法导入license的问题-The license file Matlab 7.0 to solve the problem of not be able to import license
- 2023-08-02 02:10:02下载
- 积分:1
-
这是数字图象处理的书的第一章,一本不错的书
这是数字图象处理的书的第一章,一本不错的书-This is the digital image processing of the first chapter, a good book
- 2022-03-18 08:10:17下载
- 积分:1
-
Application Wizard has been created for you this UserInterface applications. Thi...
应用程序向导已为您创建了这个 UserInterface 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写应用程序的起点。
本文件概要介绍组成 UserInterface 应用程序的每个文件的内容。
-Application Wizard has been created for you this UserInterface applications. This application not only the demonstration of Microsoft based on basic use, but also to write applications as your starting point. This document outlines the composition of applications UserInterface the contents of each file.
- 2022-01-26 07:20:01下载
- 积分:1
-
完成曲线拟合,%往往给出一些数据,然后通过曲线拟合,然后预测未知的数据...
完成曲线拟合,%往往给出一些数据,然后通过曲线拟合,然后预测未知的数据-Complete curve-fitting, are given some data, and then through the curve fitting, and then predict the unknown data
- 2022-07-15 08:00:42下载
- 积分:1
-
从小就开始做大型软件的孩子,他们做软件,绝对不会像我做得这么郁闷,他们关注的是技巧,是新思路。既不会在已知的...16x16点阵繁体显示字库...
从小就开始做大型软件的孩子,他们做软件,绝对不会像我做得这么郁闷,他们关注的是技巧,是新思路。既不会在已知的...16x16点阵繁体显示字库-childhood began large-scale software child, they do software, absolutely not, as I have done so depressed. Their concern is skills, new ways of thinking. Is not known ... 16x16 lattice History shows character
- 2022-05-29 10:53:20下载
- 积分:1
-
Symbian OS 9.1的截图
ScreenShot for Symbian OS 9.1
- 2023-09-08 12:00:03下载
- 积分:1
-
AVL tree . AVL tree is a n algrothim that can be used to study the b tech subjec...
AVL tree . AVL tree is a n algrothim that can be used to study the b tech subject AAD.
- 2022-01-26 04:33:03下载
- 积分: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