-
notebook
tc环境下编写的记事本源代码,如有不完善之处,欢迎大家指导。(tc environment, origin notes written in code, if any imperfections, we are happy to guide.)
- 2010-01-25 16:43:51下载
- 积分:1
-
Correction
结合DEM数据对SAR影像数据(ENVISAT影像)进行几何校正,最终结果表现为将SAR影像校正到地理坐标上,并进行了灰度重采样(The geometric correction of SAR image data (ENVISAT image) is carried out with DEM data. The final result is that the SAR image is corrected to the geographic coordinates, and the grayscale resampling is carried out.)
- 2018-06-11 11:24:09下载
- 积分:1
-
RDA
说明: 通过对SAR原始数据处理,生成SAR图像(Generating SAR image by processing raw SAR data)
- 2020-06-16 13:40:02下载
- 积分:1
-
一个简单的获取主机名和本机IP地址的程序
一个简单的获取主机名和本机IP地址的程序-A simple access to the host name and IP address of the machine program
- 2022-11-29 11:00:04下载
- 积分:1
-
炫酷轮播焦点图
效果炫酷轮播焦点图是一款jquery+css3实现的炫酷焦点图代码。(Stunning Focus Diagram is a code of Stunning Focus Diagram implemented by jQuery + css3.)
- 2019-03-27 13:26:25下载
- 积分:1
-
滤波器的设计
说明: 滤波器的设计文档,详细说明了参数设计,以及应用(Filter design documents, detailed description of parameter design, and the application)
- 2019-09-24 16:34:33下载
- 积分:1
-
am2120
am2120驱动代码,在keil环境当中可以直接使用;并且其中包含获取温湿度数据的接口函数(AM2120 driver code can be used directly in keil environment. And it contains the interface function to get the temperature and humidity data)
- 2018-09-11 09:36:00下载
- 积分:1
-
C# 回车键控制鼠标焦点
C# 回车键控制鼠标焦点,原理是如果按下回车键,则切换鼠标焦点。
private void txtUserName_KeyUp(object sender, KeyEventArgs e)
{
if (e.KeyData == Keys.Enter)//如果按下回车键
txtPWD.Focus();//切换鼠标焦点
}
private void txtPWD_KeyUp(object sender, KeyEventArgs e)
{
if (e.KeyData == Keys.Enter)//如果按下回车键
btnOK.Focus();//切换鼠标焦点
}
- 2022-01-23 11:25:26下载
- 积分:1
-
QT
说明: QT界面开发,产品研发界面自定义设计、包含自定义设置项,(QT interface development, product development interface custom design, including custom settings.)
- 2019-07-31 18:01:12下载
- 积分:1
-
左右滑动式Flash菜单特效
左右滑动式Flash菜单特效,有弹性缓冲展开的意思,鼠标放上后动画效果即显示了,滑开的背景可以是五颜六色的风格,背景色可自定义,直接双击swf文件即可预览菜单动画。
- 2023-05-09 22:05:03下载
- 积分:1