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

搜索资源列表

  1. AbstractSessionOutputBuffer

    0下载:
  2. Abstract base class for session output buffers that stream data to an OutputStream.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2619
    • 提供者:xiqvyatu
  1. wav2pcm

    0下载:
  2. 将wav文件转换为PCM码流数据数组,供单片机直接调用,方便单片机开发音频芯片(如:PCM1770)。-Wav file will be converted to PCM stream data array, a direct call for SCM, SCM convenient audio chip (eg: PCM1770).
  3. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:1696903
    • 提供者:万宇阳
  1. 4.2.2.7-Lab---Building-an-Ethernet-Crossover-Cabl

    0下载:
  2. Systems communicating over Ethernet divide a stream of data into shorter pieces called frames. Each frame contains source and destination addresses and error-checking data so that damaged data can be detected and re-transmitted. As per the OSI model,
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:151471
    • 提供者:SATHEESHKUMAR
  1. AbstractSessionOutputBuffer

    0下载:
  2. Abstract base class for session output buffers that stream data to an OutputStream.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2869
    • 提供者:guociovw
  1. Zhicm_v6.0.0

    0下载:
  2. 网址/admin _login.asp 帐号:admin 管理密码:123456 认证码:zhirui 配置文件/include/config.asp 数据文件/include/conn.asp 首页新闻调用:25指分类的ID号 首页扩展调用:4指扩展的ID号 FLV视频播放指导FLV类型: 打开Internet Information Services Manager(IIS), 选择“本地计算机”-->用户站点-->打开“属性”-->“HTTP
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-11
    • 文件大小:2246689
    • 提供者:gpudn79
  1. streamer-(2)

    0下载:
  2. Cypress C++ Streamer Source code. This is an application developed by Cypress Semiconductor to continuously Stream data from a USB Device bonded using the Cypress Driver cyusb3.sys
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:53119
    • 提供者:Bujji
  1. fpga_usb_serial_20131205.tar

    0下载:
  2. usb serial core is a vhdl synthesizable code, implementing serial data transfer over usb. Combine with a UTMI-compatible transceiver chip, this core acts as a USB device that transfers a byte stream in both directions over the bus
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-07-15
    • 文件大小:253952
    • 提供者:Doom Train
  1. enet-1.3.7.tar

    0下载:
  2. ENet evolved specifically as a UDP networking layer for the multiplayer first person shooter Cube. Cube necessitated low latency communcation with data sent out very frequently, so TCP was an unsuitable choice due to its high latency and str
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-02
    • 文件大小:522150
    • 提供者:ochnap2g
  1. CipherOutputStream

    0下载:
  2. This class wraps an output stream and a cipher so that write methods send the data through the cipher before writing them to the underlying output stream Source Code for Linux.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-12
    • 文件大小:1236
    • 提供者:tufsgbnrjtform
  1. cdma2c

    0下载:
  2. CDMA Simulation for N Transmitter/Receiver Pairs data bit stream for each sender -CDMA Simulation for N Transmitter/Receiver Pairs data bit stream for each sender
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:675
    • 提供者:me
  1. av_x264.tar

    0下载:
  2. 代码实现从usb摄像头实时捕获数据,然后用x264库进行软编码,在通过tutk的av通道实现视频流的实时传输。在linux下用交叉编译器可顺利编译通过,下载到arm开发板上即可执行。-Code to achieve capture data the USB camera in real time, and then the soft code with the x264 library, in real-time transmission through AV channel tutk vid
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-04
    • 文件大小:1280898
    • 提供者:zhushanbo
  1. assembler

    0下载:
  2. 该程序使用了I/O流对存有汇编语言文本进行读入以及对操作结果的文本输出;运用了数据结构的栈结构,简化了文本内容的识别;将文本中的一行封装成类对象hang;将系统的一些操作指令通过哈希结构封装在symtab类中;将文本获得的操作指令封装在optab中;自己还另外编写了十进制转十六进制,int类型和对应的字符串进行互转的方法供程序使用。-The program uses the I/O stream of assembly language there and read the text on th
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1136757
    • 提供者:钟武俊
  1. SNOW3G

    1下载:
  2. SNOW3G流密码算法是3GPP中实现数据保密性和数据完整性的标准算法UEA2&UIA2 的核心-SNOW3G 3GPP stream cipher algorithm is implemented in data confidentiality and data integrity standard algorithms UEA2 & UIA2 core
  3. 所属分类:3G develop

    • 发布日期:2016-05-26
    • 文件大小:4096
    • 提供者:吴超
  1. pipe

    0下载:
  2. 管道通信即发送进程以字符流形式将大量数据送入管道,接收进程可从管道接收数据,二者利用管道进行通信。程序由linux下的C实现,文件中有3个管道通信程序,第一个是无名管道通信,后两个是命名管道通信。-Pipe communication that is sent to a stream of characters to process large amounts of data into the pipeline, the receiving process can receive data t
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1348
    • 提供者:王雯
  1. TSAnalyse

    0下载:
  2. ts流数据分析:ts数据格式、ts数据架构-ts stream data analysis: ts data format
  3. 所属分类:Project Manage

    • 发布日期:2017-04-26
    • 文件大小:144131
    • 提供者:lengyuye
  1. IOStream

    0下载:
  2. java IO流对象的使用 给文件的内容添加行号 读写基本类型数据-Use java IO stream object to the content of the file to add line numbers to read and write basic types of data
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-15
    • 文件大小:7404
    • 提供者:shuang
  1. VideoEye

    0下载:
  2. VideoEye是一个开源的视频分析的软件。本软件可以播放和分析视频数据。它支持多种视频流输入方式:HTTP,RTMP,RTSP以及文件等等。该软件可以实时分析视频流并能以图形化的方式呈现其分析结果。-VideoEye is an open source video analysis software. This software can be playback and analysis of video data. It supports multiple video input method
  3. 所属分类:Multimedia program

    • 发布日期:2017-06-03
    • 文件大小:15173170
    • 提供者:徐阳
  1. iop_dmc_out_defs_asm

    0下载:
  2. Register rs stream data, scope iop dmc out for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2151
    • 提供者:monkdhie
  1. 1

    0下载:
  2. 本程序可以YUV格式的像素数据编码为H.264码流,是最简单的基于libx264的视频编码器-This procedure can YUV pixel data coding format for H.264 stream, is based on the simplest of the video encoder libx264
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1375
    • 提供者:hehe
  1. Raw_sockets_dialysis

    0下载:
  2. 大多数程序员所接触到的套接字(Socket)为两类: (1)流式套接字(SOCK_STREAM):一种面向连接的Socket,针对于面向连接的TCP服务应用; (2)数据报式套接字(SOCK_DGRAM):一种无连接的Socket,对应于无连接的UDP服务应用。 从用户的角度来看,SOCK_STREAM、SOCK_DGRAM这两类套接字似乎的确涵盖了TCP/IP应用的全部,因为基于TCP/IP的应用,从 协议栈的层次上讲,在传输层的确只可能建立于TCP或UDP协议之上(图1),而SOCK_STR
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:821033
    • 提供者:johnxi
« 1 2 ... 30 31 32 33 34 3536 37 38 39 »
搜珍网 www.dssz.com