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

搜索资源列表

  1. ReadOnlyShortBufferTest

    0下载:
  2. Read Only Short Buffer Test extends Short Buffer Test Source Code for Andriod.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:892
    • 提供者:wingteikong
  1. SHA1_Data

    0下载:
  2. offset in buffer to store number of bytes in 0-15 word frame.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:807
    • 提供者:diyerse
  1. StringBufferPool

    0下载:
  2. Get the first free instance of a string buffer, or create one if there are no free instances.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:4954
    • 提供者:huitedeng
  1. DoubleBuffer

    0下载:
  2. Creates a double buffer based on a newly allocated double array.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:3537
    • 提供者:kaihengting
  1. MemoryHandler

    0下载:
  2. A put the descr iption of log events into a cycled memory buffer. -A put the descr iption of log events into a cycled memory buffer.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:2634
    • 提供者:ginpieziu
  1. XResources_en

    0下载:
  2. The buffer for the data to be written to.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:2671
    • 提供者:yunguirun
  1. FrameBufferObjectActivity

    0下载:
  2. Demonstrate the Frame Buffer Object OpenGL ES extension.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:2867
    • 提供者:xerpongner
  1. containers

    0下载:
  2. Contains container classes to represent different protocol buffer types.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:1927
    • 提供者:xiuhiula
  1. OldAttributedCharacterIteratorTest

    0下载:
  2. Double Array Buffer extends Double Buffer Source Code for Andriod.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:5690
    • 提供者:ssxinfe
  1. ReadOnlyHeapByteBuffer

    0下载:
  2. Read Only Heap Byte Buffer extends Heap Byte Buffer Source Code for Andriod.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:4470
    • 提供者:giwomnee
  1. DirectoryString

    0下载:
  2. This exception indicates that data could not be read from the buffered stream because underlying data buffer was exhausted.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:1685
    • 提供者:lkjhg7x
  1. HeapIntBufferTest

    0下载:
  2. Heap Int Buffer Test for Java scr ipt.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:1034
    • 提供者:dangrerrang
  1. PaC

    0下载:
  2. 生产者和消费者问题,java学习的初级编程问题,动态显示缓冲池中的状态和生产者消费者的工作情况。-Producers and consumers, the primary learning java programming problems, work status and dynamic display producers and consumers of the buffer pool.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2266
    • 提供者:lee
  1. GameServer

    0下载:
  2. Selector 版本服务器,消息协议使用google proto buffer,包括AcceptService, GameService,LogicService-Selector version of the server, the message protocol using google proto buffer, including AcceptService, GameService, LogicService etc.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:977095
    • 提供者:李旺旺
  1. Javadatastream

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

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

    0下载:
  2. 使用Java显示图像的轮廓,同样是利用图像缓冲区进行的处理,来获得图像中物体的轮廓,这在模式识别等方面都非常有用。其效果如截图所示。当单击“Image Egde”按钮后,显示图像中物体的轮廓;完整源码请下载本Java源码包。-Contour display images using Java, the same is carried out using the processed image buffer to get the outline of objects in the image, w
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:43160
    • 提供者:jpudn64
  1. jraster

    0下载:
  2. Java旋转图片的功能实现,是一个处理缓冲区中的图像数据的示例,即将缓冲区中的图像数据倒过来存储,这样得到的将是原来图像旋转180°后的效果。-Java realization of the function to rotate the picture, is an example of the image data buffer processing, ie the buffer to store image data upside down, so that the resulting ef
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:65249
    • 提供者:jpudn66
  1. jlookuptabal

    0下载:
  2. Java实现图像的明暗处理实例,主要是利用缓冲区图像来实现复杂的图像处理和变换,这些处理包括明暗处理、锐化、模糊化和灰化等。如演示截图所示,鼠标单击“Darken”按钮后,图像变暗,单击“Brighten”按钮后,图像加亮变。在编写过程中,用到java.awt.image 包中的LookupTabel 类及其子类ShortLookupTable 类和LookupOp 类-Java implementation of image shading examples, mainly using the
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:39348
    • 提供者:jpudn67
  1. jcolerconvertop

    0下载:
  2. Java将彩色图像转换为灰度图,本程序利用缓冲区图像实例了图像的灰化处理,效果如上图所示,当单击“Gray Image”按钮后,显示了灰化处理后的图像;当再单击“Reset”按钮后,显示源图像。具体来说是利用java.awt.image 包中的ColorConvertOp 类来实现灰化图像的效果。-Java will convert color images to grayscale, the program uses an instance of the image buffer ashing
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:36658
    • 提供者:jpudn68
  1. jbufferedimage

    0下载:
  2. Java创建缓冲区图像示例,演示如何来创建缓冲区图像,并且将图像显示出来。缓冲区图像是指直接在计算机内存中内创建的图像,因此可以对其进行像素级的处理,完成及其复杂的图像变换加工。本例演示的程序较为简单,仅仅是创建了一个缓冲区图像,并没有做任何的加工处理就将其显示出来,但这是缓冲区图像处理的基矗-Java create a buffer image examples that demonstrate how to create a buffer image, and the image is di
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:31666
    • 提供者:jpudn69
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com