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

搜索资源列表

  1. Java3

    0下载:
  2. java程序实现图片旋转的功能,仅限一些基本的jpg等格式的文件-java program to achieve the picture rotation function is limited to some basic jpg format file
  3. 所属分类:JavaScript

    • 发布日期:2017-04-17
    • 文件大小:87921
    • 提供者:lifang
  1. yzmtq

    0下载:
  2. 简单验证码是指验证码图片里的字符,固定不变,或者变化很小的验证码,比如:字符上会有一些干扰点干扰线等情况,或者只有少数几种字体变化和字体大小变化。 这里给出源代码都是非常简单的源代码,学过《C程序设计》的都可以看懂,不会超出书本范围,而且不使用指针,这样VB,Delphi,JAVA 等语言都可以照此写出相应的源代码。 验证码提取可以分为三个大的步骤:预处理,分割,提取。预处理又可细分为读取图片,二值化,去干扰点,去干扰线等等步骤。 读取图片很简单就是把要提取的
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:2474
    • 提供者:lu
  1. JimToMov

    2下载:
  2. 将图片jpg转换成avi的代码,代码简单好用-jpg2avi java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:13571
    • 提供者:kelin
  1. Getleft-v1.2

    0下载:
  2. 你看到一个自己非常喜欢的网站,想把它抓下,但是有这么多页,一页一页储存太浪费时间了。这时,就用的上Getleft 了。Getleft是用 Tcl/Tk 编写的,功能与Teleport 或 GetRight类似,给它个URL,它便可以为你抓下所有连结上的网页。它非常实用,可以设定超级链接,下载网页的层数,要不要下载 JPG、GIF 等等的档,也可以设定要不要抓取 cgi等等。但是,它也有功能上的限制,例如对于 Java、JavaScripe、ASP、PHP 等等,仍是无法抓下。-You see a
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-03-30
    • 文件大小:561432
    • 提供者:王甫棣
  1. ScreenCapture

    0下载:
  2. Java多功能截图程序,实现区域截图和全屏截图,并可以保存截图至剪贴板或JPG和PNG文件。 -Java multi-functional screenshot program, region capture and full screen shots, and you can save the screenshot to the clipboard or JPG and PNG files.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7147
    • 提供者:张君亭
  1. PA5

    0下载:
  2. AnimalSpeak.aja Memory.java Both PA5 assignments. You will create 6 animals classes: Puppy, Kitty, Lion, Lamb, Cow, Duck. Each of these animal classes will implement the AnimalCard interface. For example: public class Puppy implements
  3. 所属分类:Java Develop

    • 发布日期:2017-11-01
    • 文件大小:178533
    • 提供者:Nopers
  1. BitsToBmp

    0下载:
  2. 把用位表示的二值灰度图像数据转换为jpg图片格式。其中是com/image/BitToBmp.java是主文件。-Bits represent the binary grayscale image data into a jpg picture format
  3. 所属分类:Special Effects

    • 发布日期:2017-11-27
    • 文件大小:3915
    • 提供者:simon
  1. image

    0下载:
  2. 本人上传的代码是经过验证的,用java语言编写,可以实现jpg,jpeg,gif格式图像的模糊和锐化-The code I upload has been proven. It is written in Java and can sharpen and blur the image which format is jpg,jpeg and gif.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-29
    • 文件大小:3145
    • 提供者:xiaozhu
  1. Drawing

    0下载:
  2. java下的画图程序,画完可以保存为jpg格式-java drawing program, unfinished can be saved as jpg format
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:10698
    • 提供者:hexu
  1. jpg2pdf

    0下载:
  2. 最近看到一个需求,将一些jpg文件合到一起变成pdf文件,就去网上找资料,通过java代码实现了它。可以将大量图片合成到一个pdf文件中-Recently saw a demand for some of the jpg files back together into a pdf file, go online to find information, through the java code to achieve it. Large number of pictures can be sy
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2505080
    • 提供者:qgqaqgqa
  1. abc

    0下载:
  2. 查看某个文件夹中的图片,显示在网页中。程序片: package tom.jiafei import java.io.* class FileName implements FilenameFilter { public boolean accept(File dir,String name) { boolean boo=false if(name.endsWith(".jpg")||name.endsWith(".JPG"))
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-04
    • 文件大小:2848
    • 提供者:方涛
  1. IO-stream

    0下载:
  2. JAVA的IO文件流处理和文件中JPG图片的对比功能-IO stream processing and image contrast
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:1793
    • 提供者:苏秦
  1. Javadatastream

    0下载:
  2. Java读存大块二进制资料文件,java.io 包中提供了BufferedInputStream 和BufferedOutputStream 类来缓存的读写流。但是读写大块的数据文件时,使用这两个类的效果并不是很好。本例演示了如何自定义缓存区,并使用不具有缓冲功能的DataInputStream 和DataOutputStream 类来读写大块的数据文件。效果如图所示,当按下“Start”按钮后,程序从源文件“d:\image.jpg”读取指定大小(缓冲区的大小)的数据放入缓冲区,然后将缓存区的
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:22392
    • 提供者:jpudn47
  1. JDATASTREAM

    0下载:
  2. 摘要:Java源码,文件操作,读取文件,二进制 Java读存大块二进制资料文件,java.io 包中提供了BufferedInputStream 和BufferedOutputStream 类来缓存的读写流。但是读写大块的数据文件时,使用这两个类的效果并不是很好。本例演示了如何自定义缓存区,并使用不具有缓冲功能的DataInputStream 和DataOutputStream 类来读写大块的数据文件。效果如图所示,当按下“Start”按钮后,程序从源文件“d:\image.jpg”读取指定
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:23049
    • 提供者:ynm
  1. ImageRobot

    0下载:
  2. 一个简单的能实现图片查看的java应用程序,可以实现jpg图片的放大,缩小,上一幅,下一幅,打开图片,查找图片等功能。-A simple achieve the picture to see the java application that can achieve amplification jpg picture, narrow, on a site next picture, open the picture, find pictures and other functions.
  3. 所属分类:Button control

    • 发布日期:2017-04-23
    • 文件大小:30574
    • 提供者:赵亮
  1. Queen

    0下载:
  2. 用JAVA实现的八皇后问题展示,多线程实现。运行时请自行添加queen.jpg作为资源文件到工程目录下。-In the JAVA implementation of eight queens problem show, multithreading implementation.Runtime please add your own queen. JPG as a resource file to the project directory.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3016
    • 提供者:fjf
  1. SSD3 Exam3_PhoneListGUI

    0下载:
  2. sd3-final-exam\ssd3-final-exam.html ...............\pr-final\ssd3-pr-final-exam.html ...............\........\pr-final-part3\Client.html ...............\........\..............\ClientDB.html ...............\........\..............\exe-client-gui.jar
  3. 所属分类:其它程序

    • 发布日期:2014-12-16
    • 文件大小:236274
    • 提供者:USDFRB
  1. File-upload-and-download-module

    0下载:
  2. 一个包括文件的上传和下载的java源码,支持jpg,gif等文件。-A file upload and download the Java source code, support JPG, GIF and other documents.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1783899
    • 提供者:
  1. QRcode-generation-and-decoding

    0下载:
  2. 用java生成和解码二维码,中间可以添加logo,产生的二维码可以直接在jsp页面显示,也可以以jpg图片文件写到本地磁盘-With Java generation and decoding of two-dimensional code, the middle can be added logo, resulting in the two-dimensional code can be directly displayed on the JSP page, you can also write
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-07
    • 文件大小:1333454
    • 提供者:快乐
  1. FlashPlayer

    0下载:
  2. Java Demo:使用了JavaFx的图片幻灯片播放器 1、编译使用JDK 1.7, 1.6可能需要重新编译才能运行 2、使用了JavaFx,需要导入jfxrt.jar,已在lib文件夹下,需要导入 3、image存放图片:jpg、png、bmp格式; music存放音频:只支持au、wav格式 4、image和music文件夹和FlashPlayer.jar在同级目录下即可-Java Demo: Use the JavaFx Picture Slideshow 1, comp
  3. 所属分类:Java Develop

    • 发布日期:2017-05-16
    • 文件大小:3777985
    • 提供者:hzmsgy
« 1 2 3 4 56 »
搜珍网 www.dssz.com