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

搜索资源列表

  1. JVEditorR.0.0.3_a3

    0下载:
  2. A MPEG4 Multiplexer/Demultiplexer to create IETF standards-conform streams with additional Quicktime support for chapters and anamorphic resizing.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-08
    • 文件大小:1777660
    • 提供者:张世杰
  1. base641654251052003

    0下载:
  2. base64 enables you to encode/decode data streams in the base64 alphabet (this mechanism is used to attach content to email messages)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:2569
    • 提供者:z
  1. tcpdemo

    0下载:
  2. 关于TCP的简单发送和接收流的例子。开发环境是在VS2003下面。-On the TCP send and receive streams of simple examples. Below in the VS2003 development environment.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:86460
    • 提供者:lvchao
  1. Ffmpeg H264 Decoder Lib

    3下载:
  2. 本解码库以ffmpeg为参考模型,针对不同档次的H.264码流进行了修正,解码核心部分进行了相应的MMX优化。 整个解码过程分3个步骤进行,只需要按顺序调用头文件里描述的初始化、处理、释放这三个函数即可。 解码得到的图像数据为YUV,该工程将YUV转换为RGB,直接显示,省去了解码后,还需要借助YUVViewer等工具打开YUV文件的步骤,更加的方便快捷。 支持各个档次的H.264码流解码,将H.264码流放在H264Test目录下即可。 编译平台:VC6.0,VC200
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2013-03-06
    • 文件大小:6300236
    • 提供者:致胜织梦
  1. Sockets_using_CPP_streams

    0下载:
  2. 标准Socket库的使用,知道叫什么,什么时候调用它,如何建立正确的参数,哪些保持不变可有点吓人。这个C++接口提供了一个简单的接口来使用。如果你仔细想想,即使从流中读取工作像标准字符流一样,当数据无效时将阻止不可用。 这个库和例子是在Rob Tougher 的Linux Gazette文章。他的许可已被授予使用本类的目的库。如果您使用它,否则,它是由你来为您的应用程序中使用许可。 -Use of standard socket libraries can be a little i
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-02
    • 文件大小:4217
    • 提供者:方启
  1. string_strutil

    0下载:
  2. std::string并没有提供所有需要方法。所以,需要用STL提供了算法库、字符串流以及现存的std::string的方法来实现它们。 ※ 将字符串转换为大写/小写 ※ 去掉字符串两端的空格 ※ 忽略大小写比较字符串 ※ StartsWith和EndsWith ※ 从字符串解析出int和bool等类型的值 ※ 将各种数值类型转换成字符串(toString) ※ 拆分字符串和Tokenizer-std:: string does not provide all the
  3. 所属分类:Other systems

    • 发布日期:2017-03-21
    • 文件大小:3600
    • 提供者:方启
  1. CSRUSBKernel

    0下载:
  2. This document s the USB Device Driver csrbc01.sys interface. This is a kernel device driver called csrbc01.sys. An application can access a BlueCore 01 device on a USB device, by opening the device driver, sending commands, receiving events, and
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:20411
    • 提供者:Darvin_forever
  1. Student_Manager

    0下载:
  2. 简易学生管理系统。用文件输入输出流实现。用DataOutputStream、DataInputStream 读写数据。-Easy student management system. Achieved with the file input and output streams. With DataOutputStream, DataInputStream to read and write data.
  3. 所属分类:JavaScript

    • 发布日期:2017-03-30
    • 文件大小:2284
    • 提供者:allahki
  1. report

    0下载:
  2. its a project report of video streaming project....it streams stored video as well as live video ...can send msgs simulteneously
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-17
    • 文件大小:177380
    • 提供者:suraj
  1. javaconnection

    0下载:
  2. java通讯录课程设计,序使用了ObjectInPutStream和ObjectOutPutStream这两个文件输入输出流,利用这两个文件输入输出流,可以方便的直接将通讯记录对象直接写入文件中,另外为了方便添加和删除一条记录还使用了系统的对象数组类Arraylist。同时也方便了查找操作 -java address book curriculum design, sequence using ObjectInPutStream and ObjectOutPutStream input an
  3. 所属分类:Applet

    • 发布日期:2017-03-31
    • 文件大小:35036
    • 提供者:古丽
  1. tip_analysis

    0下载:
  2. tip 文件是一种采集和记录 IP 分组内容的文件格式。给定一个tip文件,试编写一个程序,从中读取IP分组记录。分析该文件中的分组,统计共包含多少个IP流。并将每个IP流的IP源/目的地址、协议号、源/目的端口号(若有)、分组的个数、数据量、持续时间等信息。-tip document is an IP packet capture and record the contents of the file format. Given a tip file and try to write a pr
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:218908
    • 提供者:zhouchengcheng
  1. io

    0下载:
  2. 从键盘读入2个长整数,进行加法运算,输出运算结果。要求使用输入输出流。-Read from the keyboard into two long integers, for the addition operation, the output calculation results. Require the use of input and output streams.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1192
    • 提供者:jayxiazai
  1. inputoutput

    0下载:
  2. 简单的输入输出实验程序,可以进一步了解输入输出流的原理-A simple input and output experimental procedure, we can further understand the principle of input and output streams
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:5464
    • 提供者:karys
  1. protobuf-2.3.0

    0下载:
  2. Protocol Buffers 是一种可用于通讯协议、数据存储等领域的语言无关、平台无关、可扩展的序列化结构数据格式。目前提供了 C++、Java、Python 三种语言的 API。 只需使用 Protocol Buffers 对数据结构进行一次描述,即可利用各种不同语言或从各种不同数据流中对你的结构化数据轻松读写。 Protocol Buffers 可扩展性好,“向后”兼容性好,你甚至不必破坏已部署的、依靠“老”数据格式的程序就可以对数据结构进行升级。 Protocol Buff
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-09
    • 文件大小:2344808
    • 提供者:毛勇
  1. IOClass

    0下载:
  2. 用java建立一个文件,并将指定内容写入该文件中,用了输入输出流等。-The establishment of a file using java, and specify the content written to the file, using the input and output streams.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1038
    • 提供者:婷玉玉
  1. SocketSet

    0下载:
  2. 此工程为通信系统TC/IP协议 主要技术是纯java 主要用到的io流,输入流如:InputStream,InputStreamReader,BufferedReader等。输出流如:OutputStream,OutputStreamWriter,PrintWriter等 功能:主要是通过服务器端,客户端的通信,符合多线程的开发,请使用者放心使用 描述:此小项目用到了各种io流,对于学习流的人有极大帮助。-This works for communications systems
  3. 所属分类:Static control

    • 发布日期:2017-03-30
    • 文件大小:16734
    • 提供者:wangfengyang
  1. beat

    0下载:
  2. This does beat detection for audio streams. Reading the audio files, detecting the beats and writing back the detected frames is completed
  3. 所属分类:Audio program

    • 发布日期:2017-03-27
    • 文件大小:4882
    • 提供者:akulka
  1. sharpPDF_2_0_Beta2_src

    0下载:
  2. sharpPDF is easy-to-use c# library to generate PDF on the fly. It allows to save pdf files or get binary streams in output(for example, usable in ASP.NET).
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1397754
    • 提供者:oeatek
  1. TS_CHANNEL_656

    0下载:
  2. 利用ITU656接口传输数据流的方法!已得到应用!-ITU656 interface transfer data streams using the method! Has been applied!
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2484
    • 提供者:sun
  1. Compression

    0下载:
  2. Very simple class to ZIP and UNZIP files (Streams actually). Based on Ziv-Lempel basic algorithm. Simple.. not fast nor really "compressive" :). Create(A) a ZIP by passing in the stream A you want as source/destination. Call Add(B) to compress a
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:2785
    • 提供者:David
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 37 »
搜珍网 www.dssz.com