搜索资源列表
imagesize
- 功 能: 返回保存位图像所需的字节数
imagesize
- 本源示例代码示例了图像的缩放,可以调节图像的大小!
c32asm
- C32asm 是一款非常不错的国产静态反编译工具,本款解决了与卡巴斯基(kab)兼容的问题,值得收藏. C32Asm现具有如下功能: 快速静态反编译PE格式文件(Exe、Dll等) 提供Hex文件编辑功能,功能强大 提供内存Dump、内存编辑、PE文件Dump、PE内存ImageSize修正等多种实用功能 提供内存反汇编功能,提供汇编语句直接修改功能,免去OPCode的直接操作的繁琐 提供反编译语句彩色语法功能,方便阅
imagesize
- 功 能: 返回保存位图像所需的字节数 -Function: Return to preserve digital images required number of bytes
imagesize
- 本源示例代码示例了图像的缩放,可以调节图像的大小!-Origin of sample code examples of image scaling, can adjust the size of the image!
IMGSIZ_1.ZIP
- ImageSize It is an Explorer add-on which displays one more page in Properites dialog for graphic files (currently, only .BMP and .GIF ). There you can see image size, colors count, compression ratio. (C++ source)
W32asm_wuji
- 反汇编利器:W32asm无极版 C32asm 是一款非常不错的国产静态反编译工具! C32Asm现具有如下功能: 快速静态反编译PE格式文件(Exe、Dll等) 提供Hex文件编辑功能,功能强大 提供内存Dump、内存编辑、PE文件Dump、PE内存ImageSize修正等多种实用功能 提供内存反汇编功能,提供汇编语句直接修改功能,免去OPCode的直接操作的繁琐 提供反编译语句彩色语法功能,方便
ImageSize
- vc++ 实现对所输入图像文件大小的精确测量-vc++ to achieve the size of the input image file accurate measurement of
ImageSize
- Delphi关于图片缩放的程序。对开发图片缩略图显示有帮助。-Delphi on the image scaling process. Thumbnail picture of development help.
ListViewAddIcon
- C#为ListView列表视图添加Icon图标,这样功能更丰富些,以后还可以添加更多排列方式,像win系统那样,可以按图标、列表的方式显示。部分代码如下: listView1.LargeImageList = imageList1 imageList1.ImageSize = new Size(37,36) imageList1.Images.Add(Image.FromFile( 01.png ))