-
In LabVIEW to achieve by arbitrary interval of data into a percentage of output
在LabVIEW中实现由任意区间的数据转换为百分数输出-In LabVIEW to achieve by arbitrary interval of data into a percentage of output
- 2023-05-14 03:55:02下载
- 积分:1
-
关于如何走出迷宫的C语言程序,首先从键盘输入…
关于如何走出迷宫的c语言程序,首先从键盘上输入迷宫进、出口位置,即可在屏幕上显示出口路线图。-on how out of the labyrinth c language program, the first from the keyboard input maze imports and exports position, can be displayed on the screen export the road map.
- 2022-03-28 16:51:24下载
- 积分:1
-
图书馆管理系统,提供图书管理和查询。风险投资+ &…
图书管理系统,提供图书的管理和查询功能。VC++ & Access。-Library management system to provide library management and inquiry. VC++ & Access.
- 2022-03-25 17:24:28下载
- 积分:1
-
本套网络视频教程由<华清远见嵌入式培训中心>提供,解压后,打开主文件夹下的<index.html>文件即可收看视频。...
本套网络视频教程由提供,解压后,打开主文件夹下的文件即可收看视频。-This set of video tutorials from
- 2022-03-16 00:10:53下载
- 积分:1
-
三层电梯控制器源码及报告和仿真时序图
可以作为课程设计或者毕业设计的参考 绝对管用...
三层电梯控制器源码及报告和仿真时序图
可以作为课程设计或者毕业设计的参考 绝对管用-Three elevator controller source and reporting and simulation timing diagram can be used as curriculum design or graduate design reference absolute effective
- 2022-02-26 08:10:33下载
- 积分:1
-
You need to download the general purpose toolbox and the signal toolbox.
Y...
You need to download the general purpose toolbox and the signal toolbox.
You need to unzip these toolboxes in your working directory, so that you have toolbox_general/ and toolbox_signal/ in your directory. -You need to download the general purpose toolbox and the signal toolbox.
You need to unzip these toolboxes in your working directory, so that you have toolbox_general/ and toolbox_signal/ in your directory.
- 2022-03-12 07:29:10下载
- 积分:1
-
航空公司管理信息系统(需要 SQL Server数据库支持)
航空公司管理信息系统(需要 SQL Server数据库支持) -airline management information systems (need SQL Server database support)
- 2022-05-06 00:02:07下载
- 积分: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
-
#include<stdio.h>
struct powernode
{
float pi
float qi
in...
#include
struct powernode
{
float pi
float qi
int i
float vi
}
struct powernode wg[20]
struct powernode wl[20]
struct linedata
- 2022-02-11 23:55:05下载
- 积分:1
-
Zinc5.3完整源码
windRiver提供的的Zinc5.3完整源码,文档非常齐全,默认状态下可在Windows下用VC编译,支持交叉平台开发,相比高版本的Zinc6.0占用资源要少。-windRiver Zinc5.3 the integrity of the source code, documentation is very complete, default under Windows using VC compiler to support cross-platform development, Compared version of the high-occupancy Zinc6.0 fewer resources.
- 2022-03-12 18:54:02下载
- 积分:1