-
DSP程序 Matlab是一套用于科学工程计算的可视化高性能语言与软件环境。它集数值分析、矩阵运算、信号处理和图形显示于一体,构成了一个界面友好的用户环境,在这...
DSP程序 Matlab是一套用于科学工程计算的可视化高性能语言与软件环境。它集数值分析、矩阵运算、信号处理和图形显示于一体,构成了一个界面友好的用户环境,在这个环境中,问题与求解都能方便地以数学的语言(主要是矩阵形式)或图形方式表示出来。
- 2023-02-08 15:30:04下载
- 积分:1
-
餐饮管理系统
本系统有三种操作权限,其中,营业员只可以执行开台、点菜、买单及查询日收入操作;领班可以执行开台、点菜、买单、进货、添加新员工、日收入及月收入查询等操作;经理具有最高权限,除了领班及营业员的操作权限外,还可以设置员工权限、添加商品信息及菜式信息、备份与恢复数据库及初始化数据等操作。
- 2023-09-02 15:20:05下载
- 积分:1
-
介绍xml开发库函数的使用方法及实例程序
介绍xml开发库函数的使用方法及实例程序-Xml introduce the development of the use of library functions and sample programs
- 2022-07-09 19:55:03下载
- 积分:1
-
stl the 3.13 version of the source code for the use of learning stl
stl的源代码3.13版,供学习stl使用-stl the 3.13 version of the source code for the use of learning stl
- 2022-03-23 10:47:10下载
- 积分:1
-
带加权的寻路算法演示(DELPHI源码)
关于A*寻路算法的代码在网上有很多,但用DELPHI的比较少,本人花了一天时间找到这个,代码和界面都比较精炼,于是...
带加权的寻路算法演示(DELPHI源码)
关于A*寻路算法的代码在网上有很多,但用DELPHI的比较少,本人花了一天时间找到这个,代码和界面都比较精炼,于是在关键处作了中文注释,但愿对朋友们有用。-with weighted routing algorithm Demo (DELPHI OSS) on the A* algorithm routing code on the Internet which is very , but with the DELPHI relatively small, I spent a whole day to find the time, code and interface are more refined, So the Department made a key Chinese translations, I hope that friends useful.
- 2022-12-25 16:35:04下载
- 积分:1
-
第六章实验二(1)本程序为魔方阵.C
可用来求出所指定大小的魔方...
第六章实验二(1)本程序为魔方阵.C
可用来求出所指定大小的魔方-sixth chapter two experiments (1) the procedure for the Demon phalanx. C can be used to specified sizes calculated by the Cube
- 2023-02-18 06:05: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
-
MATLAB代码的各种方法
matlab code for various methods
- 2022-04-01 22:29:48下载
- 积分:1
-
Two
Two-Dimensional PCA:
A New Approach to Appearance-Based
Face Representation and Recognition
- 2022-02-13 09:36:51下载
- 积分:1
-
This is a well
这是一部制作精良的中国象棋小游戏,画面清新,操作简单是它的优势,电脑的难度不是很高,所以初学者也可以试试啦~
-This is a well-made Chinese chess game, the screen clean, simple operation is its advantage, the computer is not very high degree of difficulty, so beginners can also try啦~
- 2022-02-26 20:53:59下载
- 积分:1