Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • BDC.zip It is a handy class that can provide a memory bitmap device context (23KB)
  • All_about_Bitmap_Indexes.zip all about oracle bitmap index
  • OshjBmp2M.rar 本文及其附带源码利用GID+ Bitmap实现了将一张图片分解为多张指定尺寸的图片,以及将多张图片合并为一张。
  • Morphology.zip Morphology algorithm for BITMAP images with the library CxImage in MFC
  • PictureBoxZoom.rar zooming bitmap in C use net framework
  • bitmap.rar 图像处理中的灰度化处理,用三种不同的方法,对图像进行灰度处理。
  • Bitmap.rar symbian S6O 3rd上传图片例题
  • NumPanel.zip A software input panel, a virtual keyboard for windows mobile/PocketPC. It is a undochable floating SIP with only numeric input for calculators etc.. Uses bitmap buttons.
  • Soft20060210164149878.rar ... equipment. The driver calls a DLL, EXIT32.DLL, that creates the TIFF file. This 32-bit DLL receives a monochrome or 24BPP color bitmap from the driver. Functions in the DLL are called at the beginning of a print job, at the beginning of each page, at the ...
  • DIBDisplay.rar DIB 是Device-independent Bitmap(设备无关位图)的缩写,它自带颜色信息,因些调色板管理容易.DIB也使打印的灰度阴影的控制更加容易.Windows支持一些重要的DIB访问函数,下面的代码是用DIB类显示一幅图像的C++源代码.