Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - gdi
Search - gdi - List
GDI+为Mapobjects构建三维饼图统计专题-GDI Mapobjects to construct three-dimensional pie statistical feature
Date : 2025-12-30 Size : 880kb User : hh

一个用VC开发的电子地图系统,一个用VC开发的电子地图系统-The development of a VC with an electronic map system, a VC with the development of electronic map system
Date : 2025-12-30 Size : 2.27mb User : as

GDI操作图像文件的基本应用.包括载入 移动 翻转 缩放等.注释详细代码清淅.-GDI operation of the basic application of image files. Including loading, such as mobile flip zoom. Notes code clear mission in detail.
Date : 2025-12-30 Size : 139kb User : smallfish

GDI书籍,很值得看,GDI的用处很广,希望这本书对大家有所帮助-GDI books, is worth observing, GDI' s usefulness is very broad, hope this book will be helpful to everyone
Date : 2025-12-30 Size : 123kb User : sun

图像的灰度化、二值化和反色是些较简单的图像像素处理过程,我在《GDI+ 在Delphi程序的应用 -- ColorMatrix与图像灰度化》和《GDI+ 在Delphi程序的应用 -- 图像二值化》-procedure ImageDynamTwoValues(Data: TImageData SubSize: Integer) var Sub: TImageData GrayData: TGrayStatData x, y: Integer begin if SubSize <= 0 then begin ImageGrayStat(Data, GrayData, True) ImageTwoValues(Data, GrayData.Average) Exit end y := 0 while y < Data.Height do begin x := 0 while x < Data.Width do begin Sub := GetSubImageData(Data, x, y, SubSize, SubSize) ImageGrayStat(Sub, GrayData, True) ImageTwoValues(Sub, GrayData.Average) Inc(x, SubSize) end Inc(y, SubSize) end end 本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/maozefa/archive/2007/11/29/1908031.aspx
Date : 2025-12-30 Size : 178kb User : liyb

用VC解析SHAPE FILE文件,并将其在GDI中画出来,并实现和放大,缩小,漫游,拉框放大等基本的GIS功能-Resolution SHAPE FILE file with VC, and drawn in GDI, and to achieve and zoom, roam, zoom box, pull the basic functions of GIS
Date : 2025-12-30 Size : 40.55mb User : lijin

一个读取shapefile的数据,并以GDI方式显示的小程序。-A ShapeFile to read the data, and display by GDI small program.
Date : 2025-12-30 Size : 26.76mb User : 陈飞

GDI+学习,有兴趣的朋友请看看,特别是采鸟-study C# GDI+
Date : 2025-12-30 Size : 87kb User : ihate
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.