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

搜索资源列表

  1. Parallel_java

    0下载:
  2. Parallel programing. Program which illustrates how semaphores work in order to check critical section. Some threads are writing to shared buffer and other reading from it.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:6025
    • 提供者:Tomas
  1. channel

    0下载:
  2. 本程序是结合通道套接字、选择器和缓冲区,使用非阻塞模式编写服务器和客户端的通信程序-This procedure is a combination of channel socket, selector and buffer, the use of non-blocking mode write server and client communication program
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:5571
    • 提供者:ningwu
  1. learn

    0下载:
  2. 它在输入和输出之间增加了“输入井”和“输出井”的排队转储环节,以消除用户的“联机”等待时间。在系统输入模块收到作业输入请求信号后,输入管理模块中的读过程负责将信息从输入装置中读入输入井缓冲区。当缓冲区满时,由写过程将信息从缓冲区写到外存的输入井中,读过程和写过程反复循环,直到一个作业输入完毕。当读过程读到一个硬件结束标志之后,系统再次驱动写过程把最后一批信息写入外存输入井并调用中断处理程序结束该次输入。-It increased between input and output " in
  3. 所属分类:Java Develop

    • 发布日期:2017-06-16
    • 文件大小:25664512
    • 提供者:yjj
  1. zifuchuan

    0下载:
  2. Java 字符串与文本相关实例源码,比如不可变字符串与限定字符串、字符串的比较、提取子串、修改缓冲区中的字符串、判断回文串、正则表达式、字符串匹配、正则表达式语法等,还一一些比如用于比较两个变量是否引用同一个对象、equals用于比较两个字符串的内容是否相同、忽略大小写、判断是否以某个字符串开始或结束、根据字典排序比较两个字符串、删除字符串中的空格、将字符串转换成小写或大写形式等在代码中都有所体现…… -Instance of Java source code associated with
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:19460
    • 提供者:鬼舞
  1. clock

    0下载:
  2. 时钟代码提供了各种接口,可以在HTML文件中设置,变化出多姿多彩的时钟模型, 参数说明见代码内info数组 时钟的绘制采用双缓冲图形处理机制,即先在缓冲区内绘制图形,再把图形显示到网页上可以有效的防止闪烁。 另外时钟的不断绘制是通过一个线程不断读取系统时间,如果时间有变化即绘制。采用一个线程绘制,一个线程处理网页比较符合APPLET设置规范。-Clock code provides a variety of interfaces, can be set in the HT
  3. 所属分类:Applet

    • 发布日期:2017-03-30
    • 文件大小:3057
    • 提供者:徐洁
  1. ReadFileFolder

    0下载:
  2. java读取文件夹,以及里面的文件,层次读取,涉及到输入输出流,缓冲流-java read file folder, and inside the document, the level of reading, involving input and output streams, the buffer flow
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:848
    • 提供者:qiuwang2011
  1. synchronization

    0下载:
  2. 发送0至一百的数据到换中文件,缓冲文件会定时向浏览器发送该一百个数据。缓冲文件的大小是50.该程序为了达到同步接收的练习-The Producer class should send integers 0 to 100 to the Buffer. The Consumer class should receive the 100 integers from the Buffer and output them to the console.a Buffer with size 50
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:3210
    • 提供者:
  1. buffered

    0下载:
  2. buffer的练习代码,很简单,很实用,适合初学者学习-buffer code of practice is very simple, very practical, suitable for beginners to learn
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1171
    • 提供者:郭果果
  1. universial-class

    0下载:
  2. java常用类代码 String Buffer-universial class code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:12046
    • 提供者:王飞
  1. Netty

    1下载:
  2. Netty。 Netty客户端、服务端操作,各种buffer使用和测试代码-The Netty. The Netty client, server, operating a variety of buffer to use and test code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:20313
    • 提供者:
  1. bdsjx

    0下载:
  2. 表达式解析树,解析出表达式的树状结构图,并用双缓冲绘制到屏幕显示-Analytical expression trees, analyze the expression of the tree structure, and drawing double buffer to screen
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:5056
    • 提供者:
  1. AsyncImageLoader

    0下载:
  2. 异步加载图片的小程序,如果缓存里有图片则利用弱引用加载图片-Asynchronous loading the images of small procedures, if there is the picture of the buffer is weak quoted loading the images
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:4734
    • 提供者:王致远
  1. BufferTest

    0下载:
  2. java游戏用到的,图片移动时有使用二级缓存Buffer和没有使用二级缓存Buffer的对比。-Java used game, moving pictures have level 2 cache Buffer and use didn t use level 2 cache Buffer contrast.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:31439
    • 提供者:
  1. TimeServer

    0下载:
  2. Java实现时间日期服务器,学习一下java定义端口号,设置客户端套接字,实例化套按字,得到输入流,读入数据到缓冲区,输出错误信息等。-Java date and time server, learn about the java-defined port number, set the client socket, instance of the word, the input stream to read data to the buffer output error message.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:3291
    • 提供者:张闯
  1. TimeServer

    0下载:
  2. Java实现时间日期服务器,学习一下java定义端口号,设置客户端套接字,实例化套按字,得到输入流,读入数据到缓冲区,输出错误信息等。-Java date and time server, learn about the java-defined port number, set the client socket, instance of the word, the input stream to read data to the buffer output error message.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6739
    • 提供者:crag
  1. vudroid

    0下载:
  2. 是一款能读PDF和djvu两种格式的阅读器,其特点是能够跳页、全屏阅读、能够一次两页连续缓冲、能自由进行页面的缩放、能记忆阅读位置、划屏翻页流畅。其缺点是当文件大时,渲染速度较慢,偶尔会退出。-A reader can read PDF and djvu format, its characteristics is the ability to jump page, full-screen reading, at once two consecutive buffer can freely zo
  3. 所属分类:Applet

    • 发布日期:2017-11-23
    • 文件大小:18277376
    • 提供者:heshiqi
  1. java_nio

    0下载:
  2. nio 是 java New IO 的简称,在 jdk1.4 里提供的新 api 。 Sun 官方标榜的特性如下: – 为所有的原始类型提供 (Buffer) 缓存支持。 – 字符集编码解码解决方案。 – Channel :一个新的原始 I/O 抽象。 – 支持锁和内存映射文件的文件访问接口。 – 提供多路 (non-bloking) 非阻塞式的高伸缩性网络 I/O 。-nio java New IO in jdk1.4 api. The Sun officially adv
  3. 所属分类:Java Develop

    • 发布日期:2017-11-19
    • 文件大小:10871
    • 提供者:yue
  1. t13_04_03

    0下载:
  2. 雍俊海第二版java教程,采用帧缓存的计算机动画例程——花的缩放。-The java tutorial Yong Junhai second edition, the frame buffer of the computer animation routines- spend zoom.
  3. 所属分类:Applet

    • 发布日期:2017-12-02
    • 文件大小:5491
    • 提供者:谢斌
  1. 355

    0下载:
  2. 图片切换缓冲效果JS特效代码 来源:http://www.dw2f.com/texiao/p355.html-Picture switch buffer effect of JS specific code source: http://www.dw2f.com/texiao/p355.html
  3. 所属分类:JavaScript

    • 发布日期:2017-11-29
    • 文件大小:119981
    • 提供者:晓燕
  1. test5

    1下载:
  2. 1、数字存取:通过随机数函数产生50个正整数,逐个将这些数写入文件file.dat中;然后读出这些数,在内存中对它们进行排序,再将排序后的数据逐个写入file.out文件中。 要求:分别使用字节流和字符流操作方式完成。 2、文件内容加行号:给定一个文件,通过文件读写,给文件内容加行号。 要求:使用缓冲流操作。 3、学生对象操作:设计学生类,把学生对象存储进文件,并能再从文件中读取。-Digital access: 50 positive integer random nu
  3. 所属分类:JSP源码/Java

    • 发布日期:2015-12-01
    • 文件大小:4548
    • 提供者:zengshao
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com