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

搜索资源列表

  1. test

    0下载:
  2. 长连接,在页面里嵌入一个隐蔵ifr a me,将这个隐蔵ifr a me的src属性设为对一个长连接的请求,服务器端就能源源不断地往客户端输入数据。Gmail聊天实例-Long connection, embedding a hidden ifr a me in the page Zao, Zao this hidden ifr a me src attribute is set for a long connection request, the server can be an endles
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:9116
    • 提供者:dengli
  1. plugin

    0下载:
  2. 一款浏览器插件,可以用来读取视频流,以及对数据库进行更新,读取数据库中的数据并进行显示-A browser plug-in that can be used to read the video stream, and update the , read data the and displays
  3. 所属分类:CSharp

    • 发布日期:2017-05-21
    • 文件大小:6504897
    • 提供者:lifei
  1. bindata

    0下载:
  2. TBinaryData allows the user to embed data in a form or datamodule. Simply drop this component in the form and double click it. Then the file you want to embed. When you want to access the file you can use the Stream property or one of the methods
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:26022
    • 提供者:maki
  1. udp_server

    0下载:
  2. Socket server that sends video stream a server to a client. Uses opencv to get the data, which is transformed into bytes. Ran on an embedded linux zynq cpu.-Socket server that sends video stream a server to a client. Uses opencv to get the data, whi
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:363929
    • 提供者:danny
  1. ac3-dec

    0下载:
  2. This ac3 decoder c source code. It also has test input stream and reference pcm data.-This is ac3 decoder c source code. It also has test input stream and reference pcm data.
  3. 所属分类:Audio program

    • 发布日期:2017-05-20
    • 文件大小:5720064
    • 提供者:hjkim
  1. getdts

    0下载:
  2. 从ts包中获取pts算法,可以从ts流数据中获得当前视频时间戳-Get pts algorithm ts package can be obtained the current timestamp ts video stream data
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-29
    • 文件大小:1230
    • 提供者:duan
  1. LL

    0下载:
  2. 利用LL分析方法实现的语法分析器。语法分析器(Parser)通常是作为编译器或解释器的组件出现的,它的作用是进行语法检查、并构建由输入的单词组成的数据结构(一般是语法分析树、抽象语法树等层次化的数据结构)。语法分析器通常使用一个独立的词法分析器从输入字符流中分离出一个个的“单词”,并将单词流作为其输入。-LL-implemented method of analysis utilizing the parser. Parser (Parser) is often used as a compil
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:235678
    • 提供者:周慕白
  1. LR

    0下载:
  2. 利用LR分析方法实现的语法分析器。语法分析器(Parser)通常是作为编译器或解释器的组件出现的,它的作用是进行语法检查、并构建由输入的单词组成的数据结构(一般是语法分析树、抽象语法树等层次化的数据结构)。语法分析器通常使用一个独立的词法分析器从输入字符流中分离出一个个的“单词”,并将单词流作为其输入。-LR-implemented method of analysis utilizing the parser. Parser (Parser) is often used as a compil
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:237254
    • 提供者:周慕白
  1. Seven-Concurrency-Models-in-Seven-Weeks

    0下载:
  2. Your software needs to leverage multiple cores, handle thousands of users and terabytes of data, and continue working in the face of both hardware and software failure. Concurrency and parallelism are the keys, and Seven Concurrency Models in Seven W
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:3237939
    • 提供者:Francisco
  1. mysql_binary

    0下载:
  2. c代码,连接mysql数据库,操作二进制文件,对二进制流与数据库之间完成数据的存取-c code , connect mysql , manipulating binary files , to be completed between the binary stream data access and
  3. 所属分类:MySQL

    • 发布日期:2017-04-11
    • 文件大小:1403
    • 提供者:biqier
  1. RemoveRepRecord

    0下载:
  2. 用java的io流处理一个文件中的数据信息,统一把时间改变-With Java IO stream processing the data information in a file, unifying the time change
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1196
    • 提供者:teddy
  1. GRT_GUI_Latest_Windows

    0下载:
  2. 属于机器学习的范畴,通过输入训练样本,通过分类或线性回归得到标签的假设性函数-The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, C++ machine learning library that has been specifically designed for real-time gesture recognition. In addition to a comprehensive C++ AP
  3. 所属分类:Java Develop

    • 发布日期:2017-06-13
    • 文件大小:21445586
    • 提供者:王哲
  1. Multithreading

    0下载:
  2. 实验3 TCP和UDP套接字综合应用 要求:(1)TCP、UDP (2)C/S (3)多线程编程 摘要:设计简单的客户/服务器,服务器实现并发同时响应客户的UDP通信要求,也能响应客户端发过来的TCP通信要求。 TCP客户: 客户创建流套接字,向服务器发起TCP连接。 连接创建成功后,通过套接字向服务器持续发送或是接收数据。 (3)输入或是收到命令”end”,结束收发数据,并断开与服务器的连接。 UDP客户:   (1)客户创建数据报套接字,通过该套
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-17
    • 文件大小:4453865
    • 提供者:刘强
  1. Q

    0下载:
  2. 将数据采集卡采集回来的bit流数据,转换为带符号的十进制数据。-The data acquisition card back of bit stream data, converted to decimal data signed.
  3. 所属分类:LabView

    • 发布日期:2017-04-29
    • 文件大小:24239
    • 提供者:taocy
  1. readBMP

    0下载:
  2. C++读取bmp图像文件demo,以二进制流形式读入,从二进制流中解析bmp数据格式,并完成OpenCV格式的转换-A demo for reading BMP image using C++, binary stream is used as input, and parse data format bmp binary stream, finally complete the conversion OpenCV format
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:943463
    • 提供者:allen
  1. src

    0下载:
  2. 用URLConnection获取要下载文件的长度、头部等相关信息,并设置响应的头部信息。并且通过URLConnection获取输入流,将文件分成指定的块,每一块单独开辟一个线程完成数据的读取、写入。通过输入流读取下载文件的信息,然后将读取的信息用RandomAccessFile随机写入到本地文件中。同时,每个线程写入的数据都文件指针也就是写入数据的长度,需要保存在一个临时文件中。这样当本次下载没有完成的时候,下次下载的时候就从这个文件中读取上一次下载的文件长度,然后继续接着上一次的位置开始下载。
  3. 所属分类:Java Develop

    • 发布日期:2017-04-28
    • 文件大小:9161
    • 提供者:bpx47
  1. 063-comments

    0下载:
  2. Route compressed data straight to output stream buffer.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4224
    • 提供者:pwgzbb
  1. [freeScience.ir]-10.1109-TDC.2014.6863174

    0下载:
  2. the third file is about data mining in stream clustering
  3. 所属分类:Data Mining

    • 发布日期:2017-05-03
    • 文件大小:930142
    • 提供者:leila
  1. BinaryData

    0下载:
  2. TBinaryData allows the user to embed data in a form or datamodule. Simply drop this component in the form and double click it. Then the file you want to embed. When you want to access the file you can use the Stream property or one of the methods
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6050
    • 提供者:abandanes
  1. ReadFile_And_WriteFile-Demo(VS2013)

    1下载:
  2. 对上次本人用dev c写的读写文件的程序进行改写,这次是用VS2013写的,将读文件与写文件分别封装成两个独立的函数放到两个独立的文件.cpp(.h)中,便于以后根据自己的需要对函数功能进行相应的扩展。读文件操作制将某一文件的二进制流读出写到一个txt文件中,写文件指将事先写好的数组中的数据一二进制流的形式写成一个新的文件。 两个函数原型: void ReadFile(char* readfilename, char* writefilename) void WriteFile(c
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1280884
    • 提供者:themostfreeboy
« 1 2 ... 31 32 33 34 35 3637 38 39 »
搜珍网 www.dssz.com