CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 位图数据

搜索资源列表

  1. pcx文件查看

    0下载:
  2. PCX文件查看,.pcx是在pc上成为位图文件存储标准的第一种图象文件格式,pcx文件分为三部分,依次为:pcx文件头,位图数据和一个可选的色表。-PCX,. Ai is on the pc as bitmap file storage of a standard image file format, ai document is divided into three parts, in descending order : nil file, bitmap data and an option
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:38368
    • 提供者:石飞
  1. 数据交换

    0下载:
  2. 一个通过在EDIT控件实现数据交换后,显示位图的应用程序-an EDIT control through the exchange of data, Bitmap applications
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:122393
    • 提供者:五味子
  1. BMP位图文件程序

    0下载:
  2. 手把手教你了解BMP图形文件结构,C语言文件读写函数应用,一般数据处理方法,如果看不懂,说明我写的还不够具体,以后继续改进.-Maxivista you know BMP graphics structure of the document, document literacy C language function applications, generally data processing methods, if they did not understand that I was als
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:368014
    • 提供者:大师傅
  1. remotescreen

    0下载:
  2. 本文就当前的热点远程屏幕图象的抓取及其在网络上传输过程进行了详细介绍,并针对目前这类相关软件中普遍存在的网络带宽过大、实时性差、占用系统资源过多、稳定性差等问题侧重在屏幕图象的抓取与位图数据流的压缩、解压缩两方面提出了较为有效的解决方法,并提供了改进与实现的Delphi代码。本文将对于现有此类相关软件的完善及今后相关软件的研发具有非常重要的指导与参考价值-paper on the current hot Remote screen image capture and transmission n
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7959
    • 提供者:lenk
  1. DDBdata

    0下载:
  2. 获得DDB位图数据,获得DDB位图数据。获得DDB位图数据-was DDB bitmap data obtained DDB bitmap data. DDB was bitmap data
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:1227
    • 提供者:DLL
  1. 24Bmp

    0下载:
  2. 采用CFile打开并显示24位位图,可以对位图数据进行操作,程序简单实用。-CFile used to open and display 24 bitmap, right bitmap data operations, procedures simple and practical.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:90726
    • 提供者:孙志海
  1. MyDCtest

    0下载:
  2. 学习DC与位图数据的例子,可以通过直接修改内存来修改图片。本例子使用黑白位图,彩色类似。-learning DC and bitmap data example, can directly alter the memory to modify photographs. The examples use black-and-white bitmap, color similar.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:32255
    • 提供者:郝宇
  1. InputImage

    0下载:
  2. 在开发管理系统时,需要将图片信息存储在数据库中。本程序解决了从磁盘中加载位图,将其显示在Picture控件中;二是将位图数据保存到数据库中。
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:153067
    • 提供者:谢军
  1. 用动态规划思想压缩位图

    1下载:
  2. 此程序使用动态规划的方法压缩位图,用MFC实现。可以压缩8位、16位、24位的位图。用进度条显示压缩、解压进度。 算法思想: (1)对8、16、24位位图数据的读功能 有一个参数为输入位图文件名(*.bmp),它能解析8、16、24位位图文件格式,获取位图BITMAPINFOHEADER信息和每个像素的数据信息,放入内存中。 (2)对8、16、24位位图数据的写功能 有一个参数为输出位图文件名(*.bmp),它能将内存中的位图文件信息,按照位图格式,写到位图文件中保存。
  3. 所属分类:Windows编程

  1. chap1-1

    0下载:
  2. 函数名称: * readBmp() * *函数参数: * char *bmpName -文件名字及路径 * *返回值: * 0为失败,1为成功 * *说明:给定一个图像文件名及其路径,读图像的位图数据、宽、高、颜色表及每像素 * 位数等数据进内存,存放在相应的全局变量中//位图读写程序-Function name:* readBmp ()** Function parameters:* char* bmpName- file name and path**
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:306521
    • 提供者:yushu
  1. bmp-file-format

    0下载:
  2. BMP文件由文件头、位图信息头、颜色信息和图形数据四部分组成。-introduce the format of the bmp
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:2066
    • 提供者:sun
  1. SaveScreen

    0下载:
  2. 屏幕截图:建立一个屏幕的设备上下文,根据屏幕上下文创建一个内存位置,最后将内存位图数据读入到文件实现屏幕截图操作。-Screenshots: set up a screen device context, according to the context of the screen to create a memory location, and finally the memory bitmap data into the document read realize screenshot of
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:104791
    • 提供者:丁磊
  1. xyimage4

    0下载:
  2. 合成4个代表K,C,M,Y通道的BMP位图为打印数据-Synthesis of four representatives of K, C, M, Y-channel digital photo printing BMP data
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5402334
    • 提供者:潘志勇
  1. bin2hex

    1下载:
  2. 把位图格式的图像转换成十六进制格式的数据-change bitmap image to hex
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:30846
    • 提供者:叶子
  1. s

    0下载:
  2. 基于嵌入式的源代码,用来编译LCD液晶显示屏,有清屏函数,位图显示,划线函数,DMA传送显示数据-Based on the embedded source code, used to compile LCD liquid crystal display screen Youqing function, digital display, line function, DMA transfer display data
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:960
    • 提供者:lengcoffee
  1. DataToBMP

    3下载:
  2. 将位图十六进制数据转成BMP位图的参考示例,要首先分析位图的宽与高-Hexadecimal data, bitmap BMP bitmap conversion reference sample, to first analyze the bitmap width and high
  3. 所属分类:CSharp

    • 发布日期:2014-08-11
    • 文件大小:49152
    • 提供者:张斌
  1. bmp2

    0下载:
  2. 读图,读任意位的bmp图像,显示其位图信息头,位图数据等
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-31
    • 文件大小:396445
    • 提供者:入云龙
  1. image

    0下载:
  2. 将数据图像(8位位图)读入中间数组再重建数据图像-The data image (8-bit bitmap) and then re-read into the middle of the array data images
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:181682
    • 提供者:sunshuquan
  1. chap1_3

    0下载:
  2. 设备无关位图,实现DIB位图数据的访问,颜色表的设置等-DIB
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:564080
    • 提供者:easty
  1. 软件位图文件读写综述

    0下载:
  2. 软件位图文件读写综述一、位图文件结构 位图文件由三部分组成:文件头 + 位图信息 + 位图像素数据
  3. 所属分类:文档资料

« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com