-
木翼下载系统
木翼下载系统-my download ..................................
- 2022-04-01 05:16:56下载
- 积分:1
-
计算质数的一个公式.
计算质数的一个公式.-calculation of a standard formula.
- 2022-02-06 18:57:01下载
- 积分:1
-
基础代码汇总整理
回顾NOIP2009
For OIers
基础代码汇总整理
回顾NOIP2009
For OIers-Collected, prepared and reviewed the underlying code NOIP2009 For OIers
- 2022-05-19 14:05:58下载
- 积分:1
-
把中国adan4050审查程序(从
研华ADAN4050 检测程序(自做)
压缩文件中 无密码- Grinds the Chinese ADAN4050 examination procedure (from to
make) in the compressed file not to have the password
- 2022-03-07 18:36:51下载
- 积分:1
-
timing charateristics of netlist in verilog
timing charateristics of netlist in verilog
- 2022-08-15 18:53:32下载
- 积分:1
-
ff LKDSFNV_C_dlkfausdf_buzhidaoff LKDSFNV_C_dlkfausdf_buzhidaoff LKDSFNV_C_dlkfa...
89C51与字符型液晶模块16x2联接的C语言程序 89C51与字符型液晶模块16x2联接的C语言程序 -ff LKDSFNV_C_dlkfausdf_buzhidaoff LKDSFNV_C_dlkfausdf_buzhidaoff LKDSFNV_C_dlkfausdf_buzhidaoff LKDSFNV_C_dlkfausdf_buzhidaoff LKDSFNV_C_dlkfausdf_buzhidao
- 2022-07-09 02:33:21下载
- 积分:1
-
本书通过420页的pdg文件深入描述了高级dos编程所应有的知识。是一本不错的dos学习资料...
本书通过420页的pdg文件深入描述了高级dos编程所应有的知识。是一本不错的dos学习资料-Book through the 420-depth pdg document describes the senior dos should have knowledge of programming. Is a good learning materials dos
- 2022-07-26 23:40:54下载
- 积分:1
-
Rotating shafts experience a an elliptical motion called whirl. It is important...
Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this motion into a forward and backward whil orbits. The current function makes use of two sensors to generate a bi-directional spectrogram. The method can be extended to any time-frequency distribution
%
% compute the forward/backward Campbell/specgtrogram
%
% INPUT:
% y (n x 2) each column is measured from a different sensor
% ///////
% __
% |s1| y(:,1)
% |__|
% __
% / ________|/
% | | | s2 |/ y(:,2)
% \____/ --------|/
%
% Fs Sampling frequnecy
%
% OUTPUT:
% B spectrogram/Campbel diagram
% x x-axis coordinate vector (time or Speed)
% y y-axis coordinate vector (frequency [Hz])
-an experience a elliptica l motion called whirl. It is important to decomp Rose this motion into a forward and backward whil orbits. The current function makes use of two se nsors to generate a bi-directional spectrogra m. The method can be extended to any time-freque ncy di
- 2022-07-04 14:40:27下载
- 积分:1
-
幻灯片 幻灯片 幻灯片 幻灯片
幻灯片 幻灯片 幻灯片 幻灯片-slides s lides s lides s lides s lides s lides s lides
- 2023-08-31 21:00: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