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

搜索资源列表

  1. Java图像处理

    1下载:
  2. 用Java实现的图像教学程序,涵盖大部分基本图像处理技术:(1)图像几何变换(图像翻转、旋转、缩放);(2)色彩变换(灰度直方图,RGB->YSH变换,对比度调整,色彩增强,灰度均衡);(3)卷积(锐化、柔化、边缘提取、中值滤波);(4)频率变换(快速傅立叶fft,小波分解重构)-A teaching program which implements in Java. It includes most essential image processing technology. 1.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:52.91kb
    • 提供者:徐林
  1. java of draw

    1下载:
  2. 主要是用来绘图的JAVA的源代码,大家下着试试看吧,应该不错的-is mainly used in the mapping of Java source code, we try to where it should be good
  3. 所属分类:绘图程序

    • 发布日期:2013-05-13
    • 文件大小:320.87kb
    • 提供者:alex
  1. 三维动画演示系统(Jbuilder)

    0下载:
  2. JAVA编写的一个三维动画演示系统,采用JAVA3D制作,实现三维变换及渲染。-a 3d cartoon display system in java. it realize the 3D transform and romance by JAVA3D.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:548.07kb
    • 提供者:李先生
  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
    • 文件大小:8.52kb
    • 提供者:刘光熠
  1. java的鼠标操作

    0下载:
  2. 本代码是java的鼠标操作,可以及时显示鼠标所在位置,对学习java的同学有很大的帮助-java mouse operation, it can show the location of the mouse. java for the students to learn a great help
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1022byte
    • 提供者:李微
  1. 0085-JumpSuperStars(J)

    0下载:
  2. 这是我和朋友们精心开发的一款java,是很值得玩家们尝试的,我不骗你们的.-This is my friends and well-developed one java, it is worthwhile to try the players, I do not deceive you.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:19.89mb
    • 提供者:陈友
  1. jeq

    0下载:
  2. JEQ is class library written in pure Java. It implements the infinite impulse response (IIR) algorithm for bandpass filtering of sound stream. So, it represents a backend code for stereo 10/15/25/31-band equalizer.-JEQ class library is written in pur
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:57.36kb
    • 提供者:廖广军
  1. Graphics3DMatrix

    0下载:
  2. This a 3D matrix class useful for drawing 3D graphics in Java. It implements several of the 3D transformations such as rotation, translation, and projection.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:6.35kb
    • 提供者:王涛
  1. vc产生类似于JAVA应用中的水纹、火焰以及熔浆效果

    0下载:
  2. 用它里面的类可以产生类似于JAVA应用中的水纹、火焰以及熔浆效果。-use it inside the class can produce Java applications similar to the watermarked, flame and melts effect.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:91.4kb
    • 提供者:王德磊
  1. calender

    0下载:
  2. 实现了甘特图的显示功能(甘特图又叫条形图用于项目管理中的进度管理,它的长度表示工期,起始点表示开工日起,结束点表示完工日起,可以通过鼠标来改变它用来表示改变日期信息),该程序可以用于编写项目管理软件中的甘特图的显示,Achieved Gantt display function (also known as Gantt bar chart for project management in the progress of management, said the length of its du
  3. 所属分类:Graph program

    • 发布日期:2017-11-09
    • 文件大小:38.86kb
    • 提供者:
  1. Android_1.0_eBook_by_tom_kao_2008_10_15

    0下载:
  2. android 经典书籍 入门开发必备之书-it is a very good book for studing android
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5.67mb
    • 提供者:wjf
  1. License-Plate-Recognition-java

    0下载:
  2. 这个项目涉及了人工智能、机器视觉和神经网络等领域,实现一个车牌自动识别系统(ANPR)。它包括了一系列的数学算法原理,以保证数字车牌的检测与提取、字母分割、归一化和识别-This project involves the artificial intelligence, machine vision and neural networks in the field, the realization of a license plate recognition system (ANPR). It
  3. 所属分类:Graph Recognize

    • 发布日期:2015-06-17
    • 文件大小:5.64mb
    • 提供者:憨豆
  1. GoogleMapDemo

    1下载:
  2. 一个很好的调用了GOOGLEMAP的API的示例程序,大家可以很好的学习,里面包含地图的显示,反向地理编码等源代码,对XCODE开发者有很大的借鉴意义。-The sample program calls the API of Google Map. We can learn a lot from this example, which contains the map display, reverse geocoding and so on. It will help the developer
  3. 所属分类:GIS program

    • 发布日期:2017-03-31
    • 文件大小:505.54kb
    • 提供者:陈静
  1. facerecognition

    3下载:
  2. java做的人脸识别系统,里面包含图象,可以运行,大家自己运行看看吧。-java to do the face recognition system, which contains images, you can run, everybody run their own look at it.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-13
    • 文件大小:3.35mb
    • 提供者:小饭
  1. GraphApp

    0下载:
  2. It wil draw graph from excel data
  3. 所属分类:Graph program

    • 发布日期:2014-09-04
    • 文件大小:6.61mb
    • 提供者:swap
  1. Convex_Hull_Algorithm

    1下载:
  2. 由一堆离散点,自动生成它的最小外包多边形,及凸壳。-By a bunch of discrete points, it is automatically generated out of the smallest polygon, and the Convex Hull.
  3. 所属分类:Special Effects

    • 发布日期:2016-08-10
    • 文件大小:5.24kb
    • 提供者:荆凯旋
  1. Cubo

    0下载:
  2. It′s a aplycation developed in java and openGL, this show a rotate cube , is very simple, is for beginner′s, because is very simple
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-27
    • 文件大小:181.77kb
    • 提供者:mussgue
  1. PictureBall

    0下载:
  2. 基于java3d实现基本三维图形,很动感,实现了基础的计算机图形学。-Java3d based on the realization of the basic three-dimensional graphics, it is dynamic, based on the realization of the computer graphics.
  3. 所属分类:3D Graphic

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

    1下载:
  2. MAPGIS-IMS(Internet Map Server)是中地软件推出的新一代基于Internet 的分布式GIS解决方案。对于最终用户,它提供了一种更为快捷、廉价的方式以获取地理信息;对于高级用户,它还提供了更为丰富的管理工具来建立可缩放的、高效的站点。MAPGIS-IMS遵循GIS标准,采用分布式GIS软件技术,基于Internet网,采用多层体系结构和几种分布式对象技术的综合使用(CORBA,DCOM、JAVA)来为建立及发布地图信息提供了快捷的一体化解决方案。 本软件是mapg
  3. 所属分类:GIS program

    • 发布日期:2014-10-07
    • 文件大小:39.95mb
    • 提供者:zhao
  1. qr

    0下载:
  2. JAVA原版QRCODE解码类库,尽情下载-a libary about Qrcode deocde.just download it
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:559.4kb
    • 提供者:lixiangfa
« 12 3 4 5 »
搜珍网 www.dssz.com