-
Matlab code
压缩包里包含基于全参考、无参考的立体图像质量评价代码,以及视差图获取方法,关于双目活动的质量评价算法。(The compression package contains stereo image quality evaluation code based on full reference and no reference, disparity map acquisition method, and quality evaluation algorithm for binocular activity.)
- 2021-04-06 20:49:02下载
- 积分:1
-
水准网平差
说明: WT,c++写的,还不是我写的,就是一个教学资料,开通账户用的(WT, written by c++, not written by me, is a teaching material for opening an account)
- 2020-06-19 05:40:01下载
- 积分:1
-
极限学习机预测,ELM负荷预测
说明: 极限学习机Extreme learning machine负荷预测(load forecasting using Extreme learning machine)
- 2019-10-16 19:49:29下载
- 积分:1
-
温度检测系统课程设计资料
说明: 51最小系统板pcb图,初学者简单学习,并且附有系统板说明,希望对大家能有帮助(51 Minimum System Board PCB chart, beginners simple learning, and with system board instructions, I hope you can help.)
- 2019-05-13 21:36:09下载
- 积分:1
-
2015_OpenLayers_3_入门教程详细版
说明: 地理信息系统开发简要文档说明和使用说明。GIS开发(Geographic Information System Development Brief Document Description and Use Description. Development of GIS)
- 2020-06-21 06:20:02下载
- 积分:1
-
JBuilder 2008 R2 完全破解文件
JBuilder 2008 R2 完全破解文件
- 2014-10-13下载
- 积分:1
-
Visual C# 韩信点兵算法演示源码
韩信点兵是一道古代数学题,内容是:韩信带兵不足百人,三人一行排列多一个,七人一行排列少两个,五人一行排列正好。相关代码:
int a = 0, b = 0, c = 0;//定义变量
for (int i = 1; i < 100; i++)//遍历
{
Math.DivRem(i, 3, out a);//3行一列时取余
Math.DivRem(i, 5, out b);//5行一列时取余
Math.DivRem(i, 7, out c);//7行一列时取余
if (a == 1 && b == 0 && c == 5)//如果3种方式的余数符合要求
{
textBox1.Text = i.ToString();//显示人数
return;
}
- 2022-01-25 14:48:17下载
- 积分:1
-
我们已经在我们
Where We ve Been Where We re Going
Back in February (that s 1998, but it almost seems longer), Dr. GUI set off to start a set of columns on the Active Template Library (ATL).
- 2023-05-07 15:45:03下载
- 积分:1
-
打砖块射击小游戏
HTML5 canvas打砖块射击小游戏,颜色爆炸射击游戏,使用小键盘"左"和"右"箭头或"a"和"d"键移动,"空格键"发射子弹。(HTML5 canvas brick shooting games, color explosive shooting games, using the keyboard "left" and "right" arrow or "a" and "d" keys to move, "space bar" to launch bullets.)
- 2019-03-30 12:59:05下载
- 积分:1
-
power_wind_dfig1
说明: MATLAB中自带的双馈风力发电机并网系统的简单平台测试(MATLAB comes with the doubly-fed wind generator grid-connected system of simple platform test)
- 2020-02-27 15:46:42下载
- 积分:1