-
VC prepared by the Russian
VC编写的俄罗斯广块,源代码加注释,希望对大家有用~-VC prepared by the Russian-block, the source code footnote, a member of the useful ~
- 2022-01-25 23:15:56下载
- 积分:1
-
应式手风琴特效
鼠标响应式手风琴特效是一款基于jquery+css3实现的鼠标(Mouse response accordion effect is a mouse based on jQuery + CSS3)
- 2019-03-07 14:05:13下载
- 积分:1
-
mrf_06-05-19
demagnetization of mrf assisted braking system
- 2020-06-16 11:00:02下载
- 积分:1
-
[现代编译原理C语言描述]
说明: 编译原理,现代,中文版,第二版,扫描版,计算机,c语言(Modern Compiler Implementation in C Chinese edition)
- 2020-06-16 06:40:02下载
- 积分:1
-
madview
说明: IDL实现mad算法进行变化监测,已测试可用(Implementation of MAD algorithm by IDL)
- 2020-06-17 10:45:02下载
- 积分:1
-
labview-toolskit
常见的LabVIEW模块和工具包(报表生成与数据存储)说明文档(Common LabVIEW module and kit ( report generation and data storage ).)
- 2012-03-14 13:56:03下载
- 积分:1
-
在S3C2410 Linux2.4.x中的LCD 触摸开发例子,有兴趣的朋下载试下,实用,测试OK。...
在S3C2410 Linux2.4.x中的LCD 触摸开发例子,有兴趣的朋下载试下,实用,测试OK。-S3C2410 Linux2.4.x in the LCD touch-developed examples of friends who are interested to download the next test, practical test OK.
- 2023-06-06 20:25:03下载
- 积分:1
-
Useful information on a drawing if you have similar trouble also upload informat...
很有用的一份图纸资料
如果各位有类似资料麻烦也上传上来哈-Useful information on a drawing if you have similar trouble also upload information onto Kazakhstan
- 2022-03-14 23:56:02下载
- 积分:1
-
输入光的有效数值孔径的计算
圆对称艾里光的计算,以及圆对称艾里光的有效数值孔径的计算(Calculation of circularly symmetric Airy light and calculation of effective numerical aperture of circularly symmetric Airy light)
- 2018-10-25 18:19:31下载
- 积分: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