CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - BMP文件

搜索资源列表

  1. rlezip_16bit_sc.zip

    1下载:
  2. 16位rle(压缩bmp文件)压缩算法源码
  3. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:15.92kb
    • 提供者:
  1. 图像数据的压缩

    0下载:
  2. 1. 实现BMP文件到JPEG文件的压缩转换。 2. 自选:实现从JPEG文件到BMP文件转换。 3. 采用C/C++编写程序 -1. BMP file to the realization of JPEG compression conversion. 2. Customize : Achieving from JPEG files to BMP file conversion. 3. Using C / C programming
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:272.91kb
    • 提供者:陆俊
  1. BMP文件的艺术再现4

    0下载:
  2. BMP文件的存储格式 • DOS方式下调用BMP图像的手段 • 艺术再现BMP图像 -BMP file storage format
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:845.66kb
    • 提供者:高俊杰
  1. jpegcompress_decompress

    0下载:
  2. 自己做的简单的jpeg编码程序,支持1:1:1采样的baseline彩色jpeg,输入只能是24bit的BMP文件-doing a simple jpeg coding procedures, and supports 1:1 : a sampling of the baseline color jpeg, import 24bit is the only BMP file
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:22.96kb
    • 提供者:发发
  1. TurboPascalAdvancedProgramming

    0下载:
  2. 第1章 TURBO PASCAL高级编程技术 1.1 单元及其使用 1.2 与汇编语言混合编程 1.3 与C语言混合编程 1.4 过程类型及其使用 1.5 中断例程的编写方法 1.6 动态数组及其使用 1.7 扩充内存(EMS)及其使用 1.8 扩展内存(XMS)及其使用 1.9 程序的标准数据作代码处理的方法 第2章 实用工具单元 2.1 屏幕输入与输出单元ACRT 2.2 字符串处理单元ASTR 2.3 磁盘
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:109.62kb
    • 提供者:zhangyoufu
  1. TextureRec

    0下载:
  2. 纹理分析:打开一个.BMP文件后计算其纹理特征,能知道其能量,熵,惯性矩,局部平稳性,和相关系数.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:65.12kb
    • 提供者:沧海客
  1. pso

    0下载:
  2. 此压缩文件中包含了两个读取bmp文件分别用java和c写了,另三个是用matlab实现的演化算法,很有作用的,每个文件里都有详细说明
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:8.52kb
    • 提供者:Joney
  1. pingmiujiequ

    0下载:
  2. 屏幕截取 函数代码 生成高清的bmp文件
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2.03kb
    • 提供者:张希行
  1. BPsimulationofpopulation

    0下载:
  2. ”BP.m“文件是BP神经网络整个模型的源程序; “train.fig”是训练时最后得到的图片; “程序运行的人口数量原始数据.fig”是预测结果绘制的图; “程序运行时matlab命令窗口的内容.txt”是运行程序是在matlab命令窗口显示的东西; “程序运行完产生的数据.mat”是程序运行完毕产生的数据。 .bmp文件和.fig文件一样
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:36.1kb
    • 提供者:Dong Liang
  1. 压缩图片

    0下载:
  2. 一种对bmp文件进行图像压缩的算法。将一幅bmp文件压缩之后再显示出来与压缩前的文件作比较。-a pair of bmp document image compression algorithms. Bmp file to a compressed then displayed with the compression of documents before making comparisons.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:134.32kb
    • 提供者:王立
  1. bmp

    0下载:
  2. 在用vc做程序时候,经常需要把输出的文本和图形保存到位图文件,当然可以有现成的控件来实现,但总不能如自己所愿,还是自己动手写吧!如下图: 一、实现方法   要把文本和图形保存到位图文件,只要对掌握位图结构有一定的了解,一切都ok呢。先必须要创建内存设备环境,然后内存设备环境创建的DIB区域,别忘了还要创建个CBitmap对象,CBitmap对象必须和DIB区域关联起来,把CBitmap对象选择到当前设备环境,然后在当前设备环境输出文本和图形就可以了。 -Vc
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:5.48kb
    • 提供者:
  1. jpegconvert

    0下载:
  2. 编译源文件生成可执行文件TestLibjpeg.exe, 此程序可以转换bmp位图为jpg格式,或解压缩 jpg格式图像为bmp格式。 将需转换的bmp格式图片存到和TestLibjpeg.exe 相同的文件夹下,在DOS界面下使用命令行参数 bmp到jpeg的转换使用:TestLibjpeg.exe j 原图片名.bmp 目标图片名.jpg jpeg到bmp的转换使用:TestLibjpeg.exe b 原图片名.jpg 目标图片名.bmp- AppWizard h
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:316.3kb
    • 提供者:cy
  1. sample

    0下载:
  2. 数据结构考试的样题,对考试很有帮助。里面是BMP文件。-Data structure sample exam questions on the exam very helpful. Inside is a BMP file.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:123.96kb
    • 提供者:刘辉
  1. AVItoBMP

    0下载:
  2. 该呈现能实现将一个AVI文件中的每桢视频转化为BMP图象,使用的标准的WINDOWS API .-The show can achieve an AVI video file for each frame into a BMP image, using the standard WINDOWS API.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:7.79kb
    • 提供者:刘锋
  1. Run_length_encoding_compressing_bmp_file

    0下载:
  2. 一个用游程编码实现对BMP文件的压缩,收藏。-A Run-length encoding method compressing a bmp file for storage
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:3.91kb
    • 提供者:陆坤
  1. DCTyasuo

    0下载:
  2. 本程序是对girl.bmp文件做二维的DCT,以达到压缩的目的-This procedure is done two-dimensional girl.bmp file DCT, in order to achieve the purpose of compression
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:623byte
    • 提供者:ming
  1. jpeg_24bit_bmp

    0下载:
  2. 用C所编写的24位bmp文件的jpeg压缩程序-Prepared using C 24-bit bmp file of jpeg compression program
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-15
    • 文件大小:3.47mb
    • 提供者:mastor
  1. haardetction2

    0下载:
  2. 用adaboost检测出人脸,输入bmp文件,输出bmp文件的人脸-Adaboost detected face with the input bmp file, the output face bmp file
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:105.96kb
    • 提供者:haar
  1. 1

    0下载:
  2. (1) 打开一个bmp文件 (2) 将其局部区域的灰度值进行改变 (3) 另存为一个新的bmp文件 -(1) open a bmp file (2) the gray value of its local area to change (3) Save as a new bmp file
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:39.77kb
    • 提供者:ad
  1. bmpfile

    0下载:
  2. bmp图片内部格式,分解bmp文件的内部结构-bmp image internal format, the internal structure of decomposition bmp file
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.11mb
    • 提供者:黄忠
« 12 3 »
搜珍网 www.dssz.com