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

搜索资源列表

  1. Bresenham算法编程演示

    0下载:
  2. Bresenham算法编程演示程序,用java写的源码,可以在一个IE窗口完整的演示出来,可以选择描画直线,圆形,椭圆等,是图形学课程的基础课程设计.-Bresenham algorithm programming demo program using java to write the source code for the IE window for a complete demonstration, and can choose to draw straight line, circle,
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:8611
    • 提供者:susu
  1. MountainC

    0下载:
  2. 通过分形理论,用java语言编写出来的分形图形。完全用程序画出来的一座高山,令人难以置信吧?-through fractal theory, use the java language of fractal graphics. Procedures used completely out of a painting mountains, incredible?
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:8646
    • 提供者:李碧初
  1. 图片旋转

    0下载:
  2. 我看到已经有些朋友传过C、vb等的代码,我现在为大家带来了JAVA实现的图片旋转程序,详细说明请见文件中的注释,谢谢支持-I have seen some friends came across C, vb the code, I now bring you a picture JAVA rotation procedures, detailed descr iption, see the Notes document, thank you support! !
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:21330
    • 提供者:
  1. JavaDictionary

    1下载:
  2. 一个Java编的小词典,图形界面,用正则表达式实现简单的字典查询-a series of small Java Dictionary, graphics interface, is a regular expression with simple dictionary inquiry
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2833179
    • 提供者:apple
  1. Hypnosis

    0下载:
  2. 这是关于java中运用其中的图形API和线程实现的简单的2d图形应用 -This is the use of java on the graphics API and threads to achieve a simple 2d graphics
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1279
    • 提供者:郭超年
  1. PainterDemo.java

    1下载:
  2. 一个简单的Java画图程序,能画直线、椭圆和矩形,单击鼠标既可操作。-a simple Java drawing, and painting can be straight, oval and rectangle, click of the mouse can operate.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1230
    • 提供者:吴志海
  1. java_drawPanel

    0下载:
  2. 一个简单的java桌面程序,利用java的GDI函数编写的简单的画图板程序,包括画矩形、椭圆、直线、点、文字-a simple java desktop procedures, java using the GDI prepared by the simple drawing board procedures, including painting rectangle, oval, line, point, the text
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:73608
    • 提供者:马飞
  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. PrincipalCurves-Java

    0下载:
  2. Java实现主曲线的生成过程,使用多项式线性算法。-Java implementation of the master curve generation process, using a linear polynomial algorithm.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:116308
    • 提供者:萧风
  1. Compass.java.tar

    0下载:
  2. 写了一个磁罗盘的java版界面,用于画一个可以实时显示的仪表盘-Write a java version of the magnetic compass interface can be used to draw a real-time display of the instrument panel
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:1241
    • 提供者:xulei
  1. qr

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

    • 发布日期:2017-03-29
    • 文件大小:572829
    • 提供者:lixiangfa
  1. Graphics

    0下载:
  2. 基于图形算法的图形,包括Bresenham算法和中点算法画圆以及用它们画直线-Graphic based on graphics algorithms, including the Bresenham algorithm and midpoint algorithms draw a circle and using them to draw a straight line
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-22
    • 文件大小:79503
    • 提供者:arlin
  1. Archimedes.sources-0.58.0

    0下载:
  2. 基于eclipse开发的计算机辅助设计(CAD)软件,其目的是满足各种CAD绘图需要。其项目目标是希望开发出比当前广泛使用的AutoCAD更适合于建筑领域的CAD软件-Archimedes will be a Computer Aided Design (CAD) program developed side by side with architecture offices in order to fulfill all their needs. This way, we hope to de
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-17
    • 文件大小:5025171
    • 提供者:lianghc
  1. RBG_value_of_a_pixel

    0下载:
  2. Getting RBG value of a pixel in an image
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:554
    • 提供者:Tharanivel
  1. ParticleSystem

    0下载:
  2. 转载一个简单的粒子效果实现,便于学习粒子系统也可直接使用到自己的程序中。作者在他网站上做了个例子程序 http://www.jhlabs.com/java/particles.html-a simple particle system
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:4273
    • 提供者:cinwind
  1. JAVA_paint

    0下载:
  2. 本文讲述一个画图板应用程序的设计,屏幕抓图如下。这篇文章带有三个附件,其中两个jar文件都是j2sdk1.4.2_08编译打包,包含源代码,可执行-This paper describes the application of a drawing board design, screen shot below. Article with three attachments, two of which are j2sdk1.4.2_08 jar files compiled package, in
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:307554
    • 提供者:keven
  1. Painter.java.tar

    0下载:
  2. 简单实用的java绘图程序,帮助很快掌握java2d绘图关键技术。-A simple java drawing program, if you want to get the key point quickly, you can try it.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:10813
    • 提供者:张某某
  1. JAVA

    0下载:
  2. MakeBar.dll二维条码生成动态连接库,用以生成PDF417二维条码,适用于windows环境开发工具。-This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-12
    • 文件大小:40241
    • 提供者:阿飞
  1. JAVA-calculator

    0下载:
  2. java语言实现 基本的图形界面 包括画笔 图形 喷墨工具可保存图片-a calculator designed by java
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-20
    • 文件大小:51907
    • 提供者:邵明浩
  1. XMP-Library-CS6-for-Java

    0下载:
  2. The XMP Library for Java is based on the C++ XMPCore library and the API is similar. The Adobe XMP Toolkit SDK provides documentation and libraries for working with the XMP data model for reading, writing and manipulating XMP metadata in various file
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:365499
    • 提供者:jetstar
« 12 3 »
搜珍网 www.dssz.com