-
TVAL3D-master
非常快速的TVAL3算法的3D形式,可以解决三维图像的去噪和重建(Very fast three-dimensional form of TVAL3 algorithm can solve the denoising and reconstruction of three-dimensional images.)
- 2019-03-10 15:07:53下载
- 积分:1
-
beamactivecontrol
通过MATLAB语言的编程,可实现悬臂梁振动控制的模拟,参数可调整。(Cantilever beam vibration simulation can be achieved.)
- 2018-05-22 00:48:43下载
- 积分:1
-
MT4辅助
快捷一键下单程序,通过键盘一个字母就可以完成下单(Quick click a single program, through the keyboard a letter can complete the order)
- 2021-03-26 21:19:12下载
- 积分:1
-
matlab格拉布斯代码
说明: 应用格罗布斯原则剔除粗大误差,基于matlab(The application of grobus principle to eliminate gross errors)
- 2019-12-05 03:35:11下载
- 积分:1
-
1609.3-2010
1609.3协议, DSRC/wifi等通讯协议相关, 互联网+时代需要好好学习(1609.3 protocol, DSRC/wifi protocol, Internet plus Study hard times)
- 2018-05-17 10:41:00下载
- 积分:1
-
Font used for non
用于不带字库的12864液晶,可以显示简单的汉字,用于检测液晶的好坏。-Font used for non-12864 LCD, can show a simple Chinese characters, good or bad for the detection of liquid crystal.
- 2023-02-16 19:10:03下载
- 积分:1
-
Ultrasound-Image-reconstruction-master
说明: 超声原始数据的重构成B扫成像的一种方法。可以参考并优化(algorithm for reconstruction imaging of ultrasound imaging)
- 2019-01-03 15:16:35下载
- 积分:1
-
asp.net 仓库仓储管理系统源代码
asp.net 仓库仓储管理系统源代码-asp.net warehouse warehouse management system source code. . . .
- 2022-01-25 20:12:30下载
- 积分:1
-
VC++ 6.0简单屏幕画笔源代码
VC++ 6.0简单屏幕画笔源代码 ,可以让用户直接在屏幕的任意地方写字,仿画图的功能,不过这个不是在指定的画图窗口中才能画出图形,而是打开后,在屏幕的任意地方都可以。而且还可以设置画笔的颜色,有四种颜色可选,还可设置画笔粗细等功能。以下请看画笔的设置部分代码:
void CMyWnd::OnRed()//选中绿色
{
ColorX=255;
ColorY=0;
ColorZ=0;
}
void CMyWnd::OnYellow()//选中黄色
{
ColorX=255;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnGreen() //选中绿色
{
ColorX=0;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnBlue() //选中蓝色
{
ColorX=0;
ColorY=0;
ColorZ=255;
}
void CMyWnd::OnAdd() //增加画笔大小
{
ADxy+=1;
}
void CMyWnd::OnDec() //增加画笔大小
{
if (ADxy!=1)
ADxy-=1;
}
void CMyWnd::OnAbout() //增加画笔大小
{
//AfxMessageBox("你好");
//显示关于对话框
CLjxDlg dlg;
int xxx=dlg.DoModal();
}
- 2022-11-18 14:20:03下载
- 积分:1
-
策略模式-商场管理软件04策略模式
A greedy algorithm is a simple, intuitive algorithm that is used in optimization problems.
- 2020-06-24 06:40:02下载
- 积分:1