登录
首页 » HTML » ico

ico

于 2017-12-14 发布 文件大小:1KB
0 218
下载积分: 1 下载次数: 1

代码说明:

  Pacote com icones do Help do Windows

文件列表:

print.bmp, 1478, 2017-02-15
arrastar.bmp, 1286, 2017-03-28
bookclose.bmp, 1334, 2017-02-15
bookopen.bmp, 1334, 2017-02-15

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • circle-are
    用C编写程序来求解圆的面积和周长,这是以前的一个实习作业。(Write a program in C to solve the area and perimeter of a circle, which was previously an internship job.)
    2013-10-14 19:22:33下载
    积分:1
  • aasthana_cvpr2013_code_version_1.0
    人脸检测和特征点定位源码,2014CVPR(face detect and the landmark detect)
    2015-04-22 09:22:20下载
    积分:1
  • ISAR
    :近距离目标超高分辨率微波成像技术在安全检测、非破坏性控制、生物医学等领域中有着非常重要的应用 价值和广阔的应用前景。该文利用基于窄脉冲形式的超宽带时域雷达系统研究近距离目标的高分辨率ISAR成像, 给出了仿真和实测结果。利用转台旋转目标,基于超宽带脉冲源和超宽带收发天线以及高性能取样示波器,配以同 步触发脉冲和自行研发的数据采集软件,搭建了该时域雷达实验系统,提出了准确获取目标回波信息的实验条件, 和实现回波延时精确校正的误差补偿方法。并针对采样时间窗内的杂波干扰,讨论了时域后向投影算法(Back Projection,BP)与背景对消技术相结合的成像算法,实现了分辨率为 8 mm 的近距离目标的成像,准确地反映了 目标的位置、形状和大小等信息。( The high resolution imaging of near field targets are interesting for security, non-destructive control and biomedical application. In this paper, high resolution near field ISAR imaging is implemented using Ultra Wide Band (UWB) time domain radar system. Simulation and experiment are both conducted. The target is rotated by turntable. The system is built based on the UWB pulse source, UWB antennas, high performance sampling oscillograph, synchronous trigger pulse and proper motion study data acquisition software. Experiment condition and delay errors compensation method are presented to obtain accurate echo information of the target. And Back Projection (BP) combined with background cancel algorithm is discussed considering the clutter interference in time window. )
    2011-06-19 10:30:55下载
    积分:1
  • Image-de-noising-algorithm-using
    提出了一种基于非下采样Contourlet 变换的自适应图像去噪方法 首先对噪声图像进行非下采样Contourlet 变换,得到各 个尺度各个方向子带的系数,再根据该系数的能量自适应地调整去噪阈值 实验表明,与Contourlet 多尺度阈值去噪 Contourlet 自 适应阈值去噪相比,该方法在保留图像边缘细节的同时,能提高图像的PSNR 值,减少了Gibbs 现象(A new adaptive method of image de-noising based on NonSubsampled Contourlet Transform (NSCT)is presented.Firstly, the noisy image is decomposed into a set of multiscale and multidirectional frequency subbands by NSCT, and then the threshold is adapted automatically according to the energy of subband coefficients.Compared with the multi-scale threshold using contourlet transform and using adaptive threshold based on contourlet transform, the simulation results show that the performance of this method is superior in PSNR, meanwhile it can maintain the image edge and reduce the Gibbs phenomen)
    2012-07-20 10:49:25下载
    积分:1
  • image_processing3
    图像工程作业3:基于视词袋模型的场景识别 (Scene recognition with bag of words)(Image Engineering Job 3: Scene Recognition Based visual bag of words (Scene recognition with bag of words))
    2021-04-20 16:58:50下载
    积分:1
  • GeometricVersion3
    课程设计 几何图形(满分50 分) 版本1:满分10 分 设计抽象类GeometricObject 及其子类Triangle 和Circle。 GeometricObject 类设计要求如下: ■ 一个名为color 的Color 类型的私有数据域,表示对象的颜色。 ■ 一个名为filled 的Boolean 类型的私有数据域,表示对象是否填充颜色。 ■ 一个名为dateCreated 的Date 类型的私有数据域,表示对象的创建日期。 ■ 一个无参构造方法。 ■ 一个能创建特定color 和filled 的有参构造方法。 ■ 相关数据域的访问器和修改器。 ■ 两个个名为draw 和erase 的抽象方法。 ■ 一个名为getArea 的抽象方法。 ■ 一个名为getPerimeter 的抽象方法。 ■ 重写toString 方法。 Triangle 类设计要求如下: ■ 三个名为side1、side2 和 side3 的double 类型的私有数据域表示三角形的三条边。它 们的默认值是1.0。要求三个数据域保留2 位小数。 ■ 一个无参的构造方法创建默认三角形。 ■ 一个能创建带指定side1、side2 和 side3 的有参构造方法。 ■ 所有三个数据域的访问器和修改器方法。 ■ 父类抽象方法的实现。 ■ 重写toString 方法。 Circle 类(Curriculum Design Geometry (out of 50) Version 1: 10 points Design an abstract class and its subclasses GeometricObject Triangle and Circle. GeometricObject class design requirements are as follows: ■ a named color of the Color type private data field that indicates the object s color. ■ a Boolean type called filled private data field that indicates whether the object fill color. ■ Date type named dateCreated private data field, which means that the object was created. ■ a no-argument constructor. ■ one can create a specific color and filled in with arg constructor. ■ Related data field accessor and modifier. ■ two months called draw and erase the abstract methods. ■ an abstract method named getArea. ■ an abstract method named getPerimeter. ■ overridden toString method. Triangle class design requirements are as follows: ■ three named side1, side2 and a double side3 private data field indicates the type of triangle with three sides. It Our default value is 1.0. Requires)
    2020-12-10 08:59:18下载
    积分:1
  • 32606208arnold~DFT
    基于dft的数字水印算法,希望对大家有用(this is good)
    2012-12-18 11:07:05下载
    积分:1
  • PCA
    这是基于VC++编写的对遥感影像分析的程序,主要是对遥感影像进行PCA变换,使得对影响分析不仅可以依托于现成软件,我们自己也可以开发(This is written in VC++ based on remote sensing image analysis program, mainly for remote sensing images PCA transform, makes impact analysis can not only rely on ready-made software, we can also develop their own)
    2011-07-05 22:36:32下载
    积分:1
  • HOG-adaboost
    HOG adaboost pedestrian-detect
    2014-04-09 02:59:39下载
    积分:1
  • CISBitmap
    从Cbitmap派生的位图类,可通过指定一种颜色把一幅位图变透明,而它的使用差不多同Cbitamp一样简单。类中包含了两个文件:CISBitmap.cpp和CISBitmap.h,使用时附加进工程,可快速实现BMP位图图像的透明处理。(Cbitmap derived from the bitmap type, you can specify a color by a bitmap becomes transparent, and it s almost as simple as using the same Cbitamp. Class contains two files: CISBitmap.cpp and CISBitmap.h, into the use of additional works can be quickly processed to achieve a transparent bitmap BMP images.)
    2014-06-05 19:19:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载