-
dds
dds->9954的pcb供大家参考,这个扳子我调通了的可以放心开办-dds-
- 2023-08-04 01:40:04下载
- 积分: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
-
MFC入门小程序源代码
MFC入门小程序源代码-MFC source code
- 2023-02-25 20:05:03下载
- 积分:1
-
贝叶斯实现方法 很简单使用 希望大家继续完善
贝叶斯实现方法 很简单使用 希望大家继续完善-bayes
- 2022-08-02 22:43:00下载
- 积分:1
-
一个上海的地图,各种各样的JPG可以作为GIS的原始数据
一个上海地图,jpg各式的,可以用来作为gis处理的原始数据-a Shanghai maps, a variety of jpg can be used as a gis of the original data
- 2022-11-25 20:10:03下载
- 积分:1
-
实现两个四层电梯同时控制,有开门、关门、报警功能
实现两个四层电梯同时控制,有开门、关门、报警功能-To achieve simultaneous control of two four-story elevator, there are open, closed, alarm function
- 2022-01-21 03:30:34下载
- 积分:1
-
这个是朋友作的毕业设计,基因算法原理的java实现过程
这个是朋友作的毕业设计,基因算法原理的java实现过程-This is a friend of the graduate design, genetic algorithm to achieve the principle of java process
- 2022-03-09 23:25:47下载
- 积分:1
-
朴素贝叶斯分类器的 matlab 代码
朴素贝叶斯分类器是基于贝叶斯定理应用具有强 (幼稚)独立假设的简单概率分类器。一个更具描述性的期限为基础的概率模型将是"独立功能模式"。在模式识别文章给统计分类器的概述。
- 2023-07-26 09:05:03下载
- 积分:1
-
Erh startling to stay in office, she does not want to go home, as she has been h...
玉儿无神地呆在办公室,她不想回家,她象受到重创般再没有以往的神气,就在她正享受这份孤独寂寞时,刺耳的短信...刚刚发了一篇作品,一种好奇心的驱使,她误闯进了一家聊天室,其实也就是联想总站的一个小聊天室而已-Erh startling to stay in office, she does not want to go home, as she has been hard hit as no previous listless, She is on the enjoyment of this loneliness, piercing SMS ... has just made a one works, a curiosity, She had mistakenly entered a chat room, in fact, is the terminus of an association of small chat room only
- 2023-01-25 23:40:03下载
- 积分:1
-
该程序利用向量V作为依据。生成方循环矩阵
This MATLAB code generates a square circulant matrix using the vector V as the first row of the result if V is a row vector or as the first column of the result if V is a column vector. V may be any numeric data type or a character string.
-This MATLAB code generates a square circulant matrix using the vector V as the first row of the result if V is a row vector or as the first column of the result if V is a column vector. V may be any numeric data type or a character string.
- 2022-12-18 03:50:03下载
- 积分:1