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

搜索资源列表

  1. GoldDigger

    0下载:
  2. 小游戏--淘金者 主要用到了双缓冲平面作图,以及drawImage等。经典算法,适合初学者观摩-small game -- Gold mainly uses the double buffer plane mapping, and other drawImage. Classical algorithm for beginners to watch!
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1465350
    • 提供者:洋洋
  1. TextEdit1

    0下载:
  2. 窗口上的文本行显示当前文件的路径,文本区用于编辑文件,3个按钮 [打开],[保存…],[另存为…]。 单击[打开]按钮时,弹出打开文件对话框,将选择的文件显示在文本区中。 单击[保存…]按钮时,如果当前文件为空,则弹出保存文件对话框,并按设置的文件名保存文件;如果已有文件,则按设置的文件名保存文件。 单击[另存为…]按钮时,则弹出保存文件对话框,并按设置的文件名保存文件。 程序中以字符文件输出流FileWriter的writer方法写入文本区内容,以字符缓冲输入流Buffer
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:25455
    • 提供者:飞鸿
  1. winsnake

    0下载:
  2. 用java的AWT包做的贪吃蛇,自己实现了画面的双缓冲-java with the AWT package so huge memory, achieving his dual screen buffer
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:28197
    • 提供者:曾柯
  1. BufferFeaturesJava

    0下载:
  2. GIS缓冲区分析:ArcObjects缓冲区分析开发实例-GIS buffer analysis : analysis of the buffer zone ArcObjects development example
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:20983
    • 提供者:兰天
  1. MiniSQL_Java

    0下载:
  2. 本次实验要求实现的MiniSQL数据库主要由7个部分组成,分别是文件管理单元、缓冲区管理单元、记录管理单元、索引管理单元、数据字典单元、API单元、解释器单元。我采用java语言来实现MiniSQL,对系统的具体要求是安装了JDK1.42或以上版本。-the experimental demands of the main MiniSQL database by seven components, They are document management modules, buffer mana
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:444978
    • 提供者:梁秀波
  1. connectionpool

    0下载:
  2. 数据库连接池在编写应用服务是经常需要用到的模块,太过频繁的连接数据库对服务性能来讲是一个瓶颈,使用缓冲池技术可以来消除这个瓶颈。-database connection pool in the preparation of application services is often necessary to use modules, too busy to connect to the database in terms of service performance is a bottlenec
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:11681
    • 提供者:zhubin
  1. copyFileWithBuffer

    0下载:
  2. 这是一个你能自己设置缓冲区大小的程序,用于拷贝文件,用JAVA语言实现-This is one you can set up its own procedures for the buffer size for copies of documents with Java language
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:11131
    • 提供者:郑伟强
  1. DoubleBuffer

    0下载:
  2. 用两个缓冲区实现鼠标事件的跟踪-buffer with two mouse-tracking events
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3237
    • 提供者:吴丽军
  1. ShareCell

    0下载:
  2. 生产者与消费者的算法!有用到缓冲区。课程作业,有用的人下-producers and consumers, the algorithm! Useful to the buffer. Courses operations, useful people under
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1494
    • 提供者:袁建辉
  1. Java聊天室程序

    1下载:
  2. 这个是服务器 import java.awt.*; import java.awt.event.*; import java.net.*; import javax.swing.*; public class UDPServerDemo extends JFrame{ int port=2345; //端口号 public UDPServerDemo(){ try{ byte[] buffer=new byte[256]; //缓冲区数组 DatagramSocket socket=new Da
  3. 所属分类:JSP源码/Java

  1. socketTest

    0下载:
  2. socket基本服务端代码,设置缓冲池,监听服务端口,分包发送。客户端接受服务端返回数据。-basic services, socket-side code, set the buffer pool, listening service port, sub-sent. Client-side data is returned to service.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:3343
    • 提供者:panjing
  1. IO

    0下载:
  2. Reads/writes text as a character stream, buffering characters so as to provide for the efficient reading/writing of characters, arrays, and lines. The buffer size may be specified, or the default size may be used. The default is large enough for
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3260
    • 提供者:李铁
  1. Buffer

    0下载:
  2. 英国帝国理工学院电脑系多线程课程教学材料之五 ---- 有限缓冲区范例-The program uses a bounded buffer monitor into which the Producer thread puts characters and from which the Consumer thread gets characters. The Consumer runs slightly faster than the Producer, so start the Produce
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:3184
    • 提供者:Key
  1. lab

    0下载:
  2. 实现缓冲溢出的java源代码,解压缩后可以使用!~-The realization of a buffer overflow
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:13568
    • 提供者:csh
  1. Js.custom.drag.scroll.bar.code.buffer.plug

    0下载:
  2. Js自定义的滚动条拖动缓冲插件代码经典实例学习源程序代码-Js custom drag the scroll bar code buffer plug
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:3749
    • 提供者:李晨
  1. java_buffer

    0下载:
  2. java编写的关于缓冲区的程序,对于理解缓冲区有一定的作用,能够理解和使用缓冲区解决一些技术难题。-java program prepared on the buffer zone, to a certain extent for understanding the role of the buffer, the buffer can understand and use to solve some technical problems.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:2088
    • 提供者:lc
  1. buffer

    0下载:
  2. buffer Ext源码,包含rownumber的使用和bufferview的使用-failed to translate
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:1161
    • 提供者:wu
  1. Youtube-Buffer-Video

    0下载:
  2. Buffer your video and watch your shows/.
  3. 所属分类:JavaScript

    • 发布日期:2017-12-08
    • 文件大小:1193
    • 提供者:warlock994007
  1. Buffer

    0下载:
  2. Mock Tool Package.A buffer is a list of elements of a specific primitive type.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-15
    • 文件大小:7444
    • 提供者:lixiusi
  1. Buffer

    0下载:
  2. Buffer scr ipt in Java, I found somewhere
  3. 所属分类:Applet

    • 发布日期:2017-04-14
    • 文件大小:3923
    • 提供者:bruellwuerfel
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com