登录
首页 » GDI-Bitmap » Windows XP的现场版

Windows XP的现场版

于 2022-02-14 发布 文件大小:2.72 MB
0 323
下载积分: 2 下载次数: 1

代码说明:

windows xp live edition

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

发表评论

0 个回复

  • MFC 带有一个 CRectTracker 类. 用来画出所谓的橡皮条矩形. 但在 WTL 里面, 没有对应的类. 所以,自己写了一个非常简单的 mix...
    MFC 带有一个 CRectTracker 类. 用来画出所谓的橡皮条矩形. 但在 WTL 里面, 没有对应的类. 所以,自己写了一个非常简单的 mix-in class, 在 WTL 里面使用, 将这个类作为您的窗口的基类即可让窗口具有画橡皮条矩形的行为.上载的压缩文件包含两个源文件, RectTracker.h 即为这个 mix-in class. SnapShotWnd.h 为使用这个类的一个窗口. 还有一张屏幕抓图, 从图片可以看出这个窗口的功能, 他实现类似透明窗口的功能. 注意那个虚线框, 就是 CRectTracker 画出来的.-MFC with a CRectTracker category. To draw of the so-called rubber rectangle. The WTL, there"s no corresponding category. So they want to write a very simple mix-in class, the WTL is used to this category as your window so that the base class can be painted with rubber window the behavior of the rectangle. on the compressed file contains two sources, namely the RectTracker.h mix-in class. SnapShotWnd.h for the use of this kind of a window. Previously there a screen, pictures can be seen from the window of the function, he achieved similar functions transparent window . Note that dash is the CRectTracker painting.
    2022-02-25 08:14:58下载
    积分:1
  • 图像分割,最佳显示,处理bin格式的图像文件
    图像分割,最佳显示,处理bin格式的图像文件-image segmentation, best showed that bin Image File Format
    2022-05-21 02:52:36下载
    积分:1
  • SUPER
    SUPER-RESOLUTION OF GLOBAL ONE-DIMENSIONAL MOTION BLURRED IMAGES
    2022-01-31 04:09:52下载
    积分:1
  • VC图像处理源代码,包括对BMP图像的颜色变换以及亮度、对比度的调节...
    VC图像处理源代码,包括对BMP图像的颜色变换以及亮度、对比度的调节-VC image processing source code, including BMP images and transform the color brightness, contrast adjustment
    2022-08-10 08:34:22下载
    积分:1
  • 这是利用C++ 编的fft
    这是利用C++ 编的fft-This is the C series fft
    2022-03-05 13:30:05下载
    积分:1
  • graphical programming for Windows source code writers Yuli
    Windowst图形编程源代码 作者袁峰-graphical programming for Windows source code writers Yuli
    2023-08-19 00:00:05下载
    积分:1
  • 渐变背景的VC源代码通过对GDI的操作来达到对窗口等对象的颜色改变...
    渐变背景的VC源代码通过对GDI的操作来达到对窗口等对象的颜色改变-VC source code for the gradually changing background. Changing the color of the objects such as windows by operation on GDI.
    2022-03-22 12:23:00下载
    积分:1
  • 桌面随意贴,一个delphi的小程序,很间单
    桌面随意贴,一个delphi的小程序,很间单-Desktop free stickers, a small delphi program, I am single
    2023-05-02 04:35:03下载
    积分:1
  • 平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又...
    平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素点的灰度值用窗口内的各个点的灰度值的平均值代替,如果滑动窗口规定了在取均值过程中窗口各个像素点所占的权重,也就是各个像素点的系数,这时候就称为加权均值滤波;对于中值滤波,对应的像素点的灰度值用窗口内的中间值代替。实现均值或中值滤波时,为了简便编程工作,可以定义一个n*n的模板数组。另外,读者需要注意一点,在用窗口扫描图像过程中,对于图像的四个边缘的像素点,可以不处理;也可以用灰度值为"0"的像素点扩展图像的边缘。下面给出了采用加权均值滤波的图像平滑函数代码和效果图:-smoothing filter general, the image of energy is mainly focused on the low-frequency part of the noise lies mainly in the high-frequency band, which system to extract the vehicle Edge Information has been concentrated in some of its high frequency, therefore, how to remove high-frequency interference at the same time, maintain the edge information, we Institute enforcement of the content. In order to remove noise, it is necessary for smooth images can be used to the low-pass filter to remove high-frequency interference. Image Smoothing in
    2022-02-01 03:05:13下载
    积分:1
  • 本代码实现了矢量绘图功能:直线、圆,各类曲线一应俱全,并可进行画笔画刷风格与颜色设定,并有文件保存功能...
    本代码实现了矢量绘图功能:直线、圆,各类曲线一应俱全,并可进行画笔画刷风格与颜色设定,并有文件保存功能 -the source implementation of vector graphics features : linear, circular, various curves in place, to carry out the brush stroke painting style and color settings and a document retention
    2022-11-02 14:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载