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

搜索资源列表

  1. Imageview

    0下载:
  2. java小程序源码,实现输入流图片的循环播放-java applet source code, input stream inStream
  3. 所属分类:JavaScript

    • 发布日期:2017-04-06
    • 文件大小:412893
    • 提供者:王玲珑
  1. binarystream

    0下载:
  2. 把文件以二进制流的方式存入数据库,用blob方式存放-The documents in binary stream into the way the database
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-14
    • 文件大小:5027
    • 提供者:wjkx
  1. Code

    0下载:
  2. Java I/O操作,字节流InputStream和OutputStream,字符流Reader和Writer,Java I/O库的设计原则,字符集的编码,RandomAccessFile类,管道流,对象的序列化。-Java I/O operations, byte streams InputStream and OutputStream, character stream Reader and Writer, Java I/O library design principles, charac
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:3272
    • 提供者:lanshan
  1. java_High-level_programming

    0下载:
  2. Java多线程机制,Swing GUI组件,流式输入输出与文件处理,用Java实现底层网络通信,Java程序对网上资源的访问-Java multi-threading mechanism, Swing GUI components, input and output stream and document processing, with the realization of the underlying Java Network Communications, Java program to
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:673957
    • 提供者:guaiguai
  1. RTCPViewer

    0下载:
  2. This is a class to view all RTCP packets flow in JMF media transmission. JMF uses RTP protocol to transmit and receive media stream . where RTCP is used to controle real time protocol.-This is a class to view all RTCP packets flow in JMF media transm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:2576
    • 提供者:ashish
  1. clustream_mtc_cx

    0下载:
  2. 流聚类算法,利用JAVA语言实现,简单实用。-Stream clustering algorithm, using JAVA language implementation, simple and practical.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:566528
    • 提供者:孙向风
  1. Java_Client_Server

    0下载:
  2. Simple and small Java client server applciation that uses a console server an multiple GUI(Swing) clients to connect and exchange messages. This example uses Stream decoration to transfer text messages: DataInputStream, BufferedInputStream, InputStre
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:50079
    • 提供者:mihi64
  1. EadokingLexicalAnalyzer

    0下载:
  2. Java lexical analyzer for semi pascal language its my first phase of my compiler project there is another class tokens class i used iwill put it after a while , i used stream tokenizer for more information just ask me :)
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:4253
    • 提供者:eadoking
  1. server_client

    0下载:
  2. socket实现的Java实现的网络通信。在客户端和服务器端通过套接字数据流实现数据的传递。-socket implementation Java implementation of network communication. The client and server-side data via a socket stream data transfer.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:6129
    • 提供者:linwanxia
  1. libshout-java-0.2.tar

    0下载:
  2. libshout-java is a set of Java bindings for libshout, enabling Java shout applications to stream to icecast servers with very little overhead. It is a very literal interface to the libshout API, the only significant change being that errors generate
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:89463
    • 提供者:gazer
  1. des_java

    2下载:
  2. 一个DES的加密解密算法完整实现 包括S盒等重要实现,另外此程序还实现了文件数据流的加密解密 DESAlgorithm.java DesHelper.java DESStream.java // des算法初始置换表ip public static final int[] IP = { 58, 50, 42, 34, 26, 18, 10, 2, 60, 52, 44, 36, 28, 20, 12, 4, 62, 54, 46, 38, 30, 22, 14,
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:11640
    • 提供者:不死鸟
  1. java

    0下载:
  2. 实现整数排序,还有可视化功能。有流输入与数组输入方式-To achieve integer sorting, as well as visualization capabilities. There stream input and an array of input methods
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:5294
    • 提供者:黄健聪
  1. AVReceive2

    0下载:
  2. 实时视频通信接收端,实时接收发送端发送的视频数据,并创建播放器进行播放-real-time stream receive
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:4229
    • 提供者:sdfasdf
  1. gvServerAPIphp

    0下载:
  2. Google Visulisation of data sources using Gv stream
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:62271
    • 提供者:usman.muhammad
  1. onlineradio

    0下载:
  2. Online straeming radio Java client for BlackBerry OS device Can continously stream using circular byte buffer
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:18709
    • 提供者:tanim
  1. OpenFile

    0下载:
  2. 编写一个应用程序,实现下列要求: 显示一个“打开”文件对话框,并选择一个文件 从字节流、字符流、随机访问文件3种方式选择一种完成对该文件的复制 检查复制后的文件内容与原文件是否一致 -Write an application to achieve the following requirements: Display an " Open" file dialog box and select a file from a byte stream, characte
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:13152
    • 提供者:lcs
  1. rtspServer

    0下载:
  2. send stream to a client
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:71581
    • 提供者:shuzhong
  1. java-nio

    0下载:
  2. 实例化HashMap类型的一个对象用来存放每一个客户对应的套接字和通道,实例化线程通道选择器等,当由用户请求时,接受,加入选择项,注册感兴趣事件,另一线程处理输入流,在前面加echo:,发给客户端。-HashMap instance of an object type used to store the corresponding socket of each customer and channel, channel selector thread instantiation, etc., w
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:11123
    • 提供者:zhang liang
  1. web

    0下载:
  2. 该程序用于实现实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。 -
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:4821
    • 提供者:欧阳馨
  1. filehandlee

    0下载:
  2. 实现二进制流的文件上传 保存到数据库 从数据库下载 自动识别文件类型-Realizing the binary stream file upload from a database to store data download file type automatic identification
  3. 所属分类:Java Develop

    • 发布日期:2017-05-17
    • 文件大小:4520507
    • 提供者:刘邱
« 1 2 3 45 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com