-
TupinAPSAR09
这个是Tupin教授在09年APSAR会议上做的近来相关高分辨率SAR图像处理的总结PPT,值得推荐。(This is a Professor in 2009 APSAR Tupin do on the recent meeting of high-resolution SAR image processing related to a summary of PPT, is recommended.)
- 2011-04-22 20:59:25下载
- 积分:1
-
rokpad-2.1.9
rokpad joomla templaty
- 2018-11-29 13:07:24下载
- 积分:1
-
matlab动力学分析程序详解
matlab动力学分析程序详解,微分方程的求解,时间历程的绘制(Matlab dynamic analysis program detailed solution, differential equation solution, time history drawing)
- 2020-11-11 15:39:44下载
- 积分:1
-
生生世世 生生世世 搜索
生生世世 生生世世 搜索-life and this life and this life and this life and this life Search
- 2023-02-09 04:20:04下载
- 积分:1
-
用矩形窗、三角窗,汉宁窗,海宁窗等多种窗口设计有限长单位脉冲响应滤波器...
用矩形窗、三角窗,汉宁窗,海宁窗等多种窗口设计有限长单位脉冲响应滤波器-with rectangular windows, triangular windows, Hanning window, multiple windows Haining window design finite impulse response filter units
- 2023-02-18 09:00:03下载
- 积分:1
-
CHAPTER_5
说明: 相场模型模板代码,可以用来进行相关扩展,十分重要了啊(There is a realization method of material in moose framework)
- 2020-09-25 16:17:47下载
- 积分:1
-
DXBALL a similar game, CSHARP preparation, it is a classic Oh
一个类似DXBALL的游戏,CSHARP编写,很经典哦-DXBALL a similar game, CSHARP preparation, it is a classic Oh
- 2022-07-20 23:17:04下载
- 积分: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
-
HDLC在通讯设备中占有重要地位,本文件提供了完整正确的HDLC的硬件逻辑设计!对设计和学习都具有参考价值...
HDLC在通讯设备中占有重要地位,本文件提供了完整正确的HDLC的硬件逻辑设计!对设计和学习都具有参考价值-HDLC in the communications equipment plays an important role, this document is to provide a complete hardware HDLC correct logic design! Design and learning have a reference value
- 2023-06-20 17:35:04下载
- 积分:1
-
FRAACUEQUATION
此程序是二维分数阶粘弹性声波有限差分法的正演模拟,时间导数二阶精度,空间分数阶导数2阶精度,含波长快照,未加边界,确保可运行。(This program is a two-dimensional fractional viscoelastic acoustic forward modeling of finite difference method, the time derivative second-order accuracy, space fractional order derivative 2 order accuracy, including wavelength snapshot, without borders, to ensure that can be run.)
- 2021-02-05 22:29:57下载
- 积分:1