CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - java bmp

搜索资源列表

  1. java对bmp格式图象的处理

    1下载:
  2. 由于java对数字图象支持还远远不够,所以很难找到类和方法对图象进行好的处理,特别是bmp位图,我想我这是您的一个选择!-because of the digital image support is far from enough, it is difficult to find categories and methods of image processing good, especially bmp bitmap, I think this is the one you choose!
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:8729
    • 提供者:刘光熠
  1. PNGtoBMP

    0下载:
  2. 一个png图像转bmp图像的java程序,不带alpha通道变换,手机symbian开发必备-a png image transfer bmp image java procedures, non-alpha channel conversion, Development of essential phone symbian
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:22440
    • 提供者:何沙舟
  1. DISLIN_v93_vc

    0下载:
  2. DISLIN数据可视化VC++/C库。 DISLIN是一个著名的图形函数/数据可视化库,他支持多种编程语言,包括fortran,c/c++, java, perl, python等,有针对多种平台的版本。 DISLIN成功的原因在于其简单易学。他的图形函数只需要几个参数就可以调用。 dislin的默认坐标系是屏幕左上角为0,0,又下角为2969,2099,是A4纸的尺寸。 通常dislin绘图的基本过程如下: 1) 设置页面格式,图形文件格式,文件名 图形文件格式支持几乎
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:11565258
    • 提供者:donotspam
  1. java_showpicture

    0下载:
  2. java编程显示图片,通过Java语言实现的显示BMP图片功能-java programming show pictures, through the Java language display BMP picture functions
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:177317
    • 提供者:龚圣先
  1. Halftoning

    1下载:
  2. 一种灰度图像的半色调图像生成程序。该程序实现了siggraph 2008 论文Structure aware halftoning中的半色调生成算法。该算法基于目标函数优化,用模拟退火方法生成。 该程序可以读入gif,png,jpg,bmp格式的图片,并自动将彩色图转化为灰度图。生成的半色调图目前只支持png格式的输出。 实现语言为java。 在jre 1.6.0_10上测试正常。-A gray-scale image halftoning image generation pro
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:18172
    • 提供者:lm
  1. BitmapReader

    0下载:
  2. 用java实现的一个applet程序,用以读取bmp图像文件-Using java process to achieve an applet to read bmp image files
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:327267
    • 提供者:bird
  1. i-sight4_0_0

    0下载:
  2. 1. Support for OFF, PLY, GTS, OBJ file formats. 2. Perspective (one, two, three point perspective), axonometric and orthographic projections. 3. Ability to rotate, pan, zoom in/out and focus on a region of interest. 4. Ability to change backgro
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-29
    • 文件大小:979309
    • 提供者:balife
  1. GUI_window

    0下载:
  2. Sourc code creates a window for loading images. Supperted formatts are jpg, bmp, png, gif.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-04
    • 文件大小:1445
    • 提供者:Martin
  1. jieping

    0下载:
  2. 小小java截屏程序,运行后在D:\\jieping.bmp看到效果-a little camara program
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-07
    • 文件大小:1256
    • 提供者:scofield
  1. src

    0下载:
  2. 使用image4j,是java可以读取bmp格式的图片,并将其显示在JPanel上。-Use image4j, is a java can read bmp format images, and displays them in the JPanel.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:211531
    • 提供者:肖剑
  1. ScaleImage

    0下载:
  2. Jpg Bmp Gif do Scale Image
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-12
    • 文件大小:2436
    • 提供者:qinwei
  1. Bezier

    0下载:
  2. 利用一阶Bezier曲线实现的一种图像混合的信息隐藏算法,附上相关论文,论文里有详细步骤,Java代码按照论文中的步骤实现算法(代码只支持bmp图像作隐藏体)-Bezier curves of the first order to achieve a mix of information hiding algorithm images, attach relevant papers, thesis detailed steps, Java code in accordance with the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:107393
    • 提供者:Wu Zhongsheng
  1. bmpCuter

    1下载:
  2. 一个处理BMP位图的程序,因为java对bmp位图的支持性不好,没有相关API,所以自己写了一个,主要实现对一张位图的批量切割。因为bmp图的数据结构复杂,所以这个程序也是可以供大家学习的。-A procedure for handling BMP bitmaps, as java support for bmp bitmap is bad, no relevant API, so write a, the main achievement of a bitmap volume cutting.
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:182291
    • 提供者:王毛毛
  1. Bitmap

    0下载:
  2. java用于生成bmp图像文件的类,暂时只实现了8位256色的填充-java class used to generate the bmp image files
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-16
    • 文件大小:2735
    • 提供者:
  1. java对bmp格式图象的处理

    0下载:
  2. 由于java对数字图象支持还远远不够,所以很难找到类和方法对图象进行好的处理,特别是bmp位图,我想我这是您的一个选择!-because of the digital image support is far from enough, it is difficult to find categories and methods of image processing good, especially bmp bitmap, I think this is the one you choose!
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:8778
    • 提供者:edtoa
  1. BMPReader

    0下载:
  2. 这个程序是用java语言编写的,eclipse运行,功能为读取BMP格式的图像。-The program is written in java, eclipse run function to read BMP format images.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-12
    • 文件大小:1424
    • 提供者:吕小琪
搜珍网 www.dssz.com