-
很有用的一些技巧
很有用的一些技巧-some very useful skills
- 2022-02-06 04:09:42下载
- 积分:1
-
提供矩阵以及向量的各种运算,线性方程组的求解,二次曲面的插值和逼近,最小二乘法等数值分析计算工具
提供矩阵以及向量的各种运算,线性方程组的求解,二次曲面的插值和逼近,最小二乘法等数值分析计算工具-Provide a variety of matrix and vector operations, linear equations, quadratic surface interpolation and approximation, the least square method such as numerical analysis and calculation tools
- 2022-05-09 09:16:49下载
- 积分:1
-
读取shp文件源码。
读取shp文件源码。 -Shp file source to read.
- 2023-06-08 18:20:02下载
- 积分:1
-
serialport communication
wince 串口通讯程序。接受与发送。
wince 串口通讯程序。接受与发送。-serialport communication
- 2023-08-15 05:15:03下载
- 积分:1
-
重载+=为字符串的连接
重载+=为字符串的连接-Heavy+ = connected to a string of
- 2022-03-02 13:53:47下载
- 积分:1
-
Ajax 无刷新聊天室源代码,可供大家学些一下。
Ajax 无刷新聊天室源代码,可供大家学些一下。-Ajax without refreshing the chat room source code, available to learn about everyone.
- 2023-05-24 13:15: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
-
% Atomizer Main Directory, Version .802
里面信号含有分解去噪合成过程的代码
%...
% Atomizer Main Directory, Version .802
里面信号含有分解去噪合成过程的代码
%---------------------------------------
--------------------------------
% This is the main directory of the Atomizer package the full package
% contains over 100 files, consisting of .m files, .mex files, and datasets.- Atomizer Main Directory, Version .802 decomposition inside the signal containing the code synthesis process denoising- This is the main directory of the Atomizer package the full package contains over 100 files, consisting of. M files,. Mex files, and datasets.
- 2022-02-02 04:23:13下载
- 积分:1
-
基于matlab的简单一元函数优化实例,对初次学习mabtlab函数优化者会有很大帮助...
基于matlab的简单一元函数优化实例,对初次学习mabtlab函数优化者会有很大帮助-simple one yuan function optimization example, mabtlab the initial learning function optimization who will be of great help
- 2022-05-18 13:13:56下载
- 积分:1
-
计算机视觉的基本任务之一是从摄像机获取的图像信息出发计算三维空间中物体的几何信息,并由此重建和识别物体,而空间物体表面某点的三维几何位置与其在图像中对应点之间的...
计算机视觉的基本任务之一是从摄像机获取的图像信息出发计算三维空间中物体的几何信息,并由此重建和识别物体,而空间物体表面某点的三维几何位置与其在图像中对应点之间的相互关系是由摄像机成像的几何模型决定的,这些几何模型参数就是摄像机参数。在大多数条件下,这些参数必须通过实验与计算才能得到,这个过程被称为摄像机定标(或称为标定)。标定过程就是确定摄像机的几何和光学参数,摄像机相对于世界坐标系的方位。标定精度的大小,直接影响着计算机视觉(机器视觉)的精度。迄今为止,对于摄像机标定问题已提出了很多方法,摄像机标定的理论问题已得到较好的解决,对摄像机标定的研究来说,当前的研究工作应该集中在如何针对具体的实际应用问题,采用特定的简便、实用、快速、准确的标定方法。-err
- 2022-07-24 18:14:14下载
- 积分:1