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

搜索资源列表

  1. 004401

    0下载:
  2. 1 声音的采集: 将声音信号送入计算机,我们利用了声卡录音的低层操作技术,即对winmm.lib进行API调用。具体编程时这一部分被写在一个类中(Soundin类)。 在构造函数中设定包括最大采样率(11025),数据缓存(作为程序一次性读入的数据,2048),声卡本身所带的一些影响采样数据等的各种参数; 调用API函数waveInGetNumDevs(返回UNIT,参数为空)检察并打开声音输入设备,即声卡;并进而使用waveInGetDevCaps得到声卡的容量(在waveInCa
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-17
    • 文件大小:45605
    • 提供者:zhou
  1. ourdev_473545

    0下载:
  2. 直接用STM32接的摄像头,没有其他什么外加电路,stm32从摄像头读到数据,然后直接送往TFT(ILI9320芯片) 效果和速度:图像调整成了160x120,8帧每秒,320x240的时候大概是2帧 图像质量有待调整,刚实验成功中,激动中,所以先发裸照 完全使用中断的方式接收摄像头的数据 代码没有整理。 -STM32 directly access the camera, without any external circuitry other, stm32 read data from
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:480177
    • 提供者:刘智
  1. 1

    0下载:
  2. HT48F MCU系列1K位EEPROM Data Memory的读写 - 使用C语言,合泰单片机一级代理 QQ:452049716-HT48F MCU Series 1K-bit EEPROM Data Memory read and write- the use of C language, an agency co-Thai SCM QQ: 452049716
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:17369
    • 提供者:daihenglei
  1. 1602

    0下载:
  2. 这是一个关于LCD1602的初始化程序,包含有1602读状态,写指令,写数据,读数据等相关程序。-This is an initialization process on the LCD1602 includes a 1602 state reading and writing instruction, write data, read data and other related procedures.
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:1572
    • 提供者:郭启利
  1. FileStream

    0下载:
  2. FileStream contains examples about how to read data from a file , write data to a file -FileStream contains examples about how to read data from a file , write data to a file . . .
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:2011
    • 提供者:python_09
  1. sd

    0下载:
  2. SD实现读取数据的源程序,包括一些驱动程序,配置等。-SD realize read data source.
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:94697
    • 提供者:孙文才
  1. matlabreaddatafromoracle

    0下载:
  2. 如何从Matlab 中读取Oracle 中的数据-How to Matlab read data from Oracle
  3. 所属分类:Oracle

    • 发布日期:2017-04-14
    • 文件大小:4834
    • 提供者:cougar
  1. cuongtv_53_hw01

    0下载:
  2. Write a program using Java language has the duty to read a text file and statistics of the words in the file. Programs need to use dynamic data structures (eg binary tree or linked list). Information about each word stored in a node in the structure.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2712
    • 提供者:cuongtv
  1. vbado

    1下载:
  2. vb通过ado读取数据库的数据,对数据库里的数据进行分页查询并把数据库里的数据进行分页显视出来.-vb database via ado to read data, data paging database query and the database significantly depending on the data page out.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-04
    • 文件大小:63174
    • 提供者:wang
  1. bus

    0下载:
  2. IC总线程序,包括任一地址读取数据格式,以及任一地址写入数据格式-IC bus procedures, including either an address to read data formats, as well as an address to write any data format
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:4874
    • 提供者:hzhdhz
  1. main_prg

    0下载:
  2. MATLAB routine to read data from .dat file, formatting it, extracting required data from it, re-editing.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:813
    • 提供者:Faisal
  1. read

    0下载:
  2. 运用labview程序时,从电脑中读出dat文件里的数据,方便进行后处理-Use labview program, from your computer to read dat file data, facilitate post-processing
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:17714
    • 提供者:孔霖
  1. UploadWTData

    0下载:
  2. 从数据库读取数据然后经过过滤计算入库的程序-Read data from the database and then filtered storage procedures for the calculation
  3. 所属分类:Java Develop

    • 发布日期:2017-05-19
    • 文件大小:5528444
    • 提供者:caoxiao
  1. webTreeViewer

    0下载:
  2. 在web开发中的树状视图技术,可以读取数据库中的数据生成,也可以解析xml生成动态菜单。-In the tree view in web development technology, can read data in the database is generated, you can also generate dynamic menu xml parsing.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:878015
    • 提供者:max
  1. MergeSort

    0下载:
  2. 数据结构--合并排序法.基本是将两笔已排序的数据合并并进行排序,如果所读入的数据尚未排序,可以先利用其它的排序方式来处理这两笔资料,然后再将排序好的这两笔数据合并。 只要将所有的数字不断的分为两个等分,直到最后剩一个数字为止,然后再反过来不断的合并。 -Data structure- merge sort method. Is basically the two pens had been sorted and sort data consolidation, if the read d
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:952
    • 提供者:Ting
  1. PIInAndOut

    0下载:
  2. vb6的连接PI,能够写入和读出数据。内附vb源代码,可直接运行使用-vb6 connection PI, can be written to and read data
  3. 所属分类:Other Databases

    • 发布日期:2017-04-08
    • 文件大小:28768
    • 提供者:hehaiwei
  1. syi

    0下载:
  2. 线性单向表基本操作及基本功能的编程实现 主要功能有 :输入数据 ,修改数据,读取数据-Linear one-way form the basic operation and basic functions of programming the main features are: the input data, modify data, read data ...
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2227817
    • 提供者:冯军红
  1. test

    0下载:
  2. 可以从文件中读取数据,过滤掉标点符号,存储到数组中。该程序的优点是不用预先定义数组的大小,可以自动计算所需的数组空间。-It can read data from file,and count the size of data you have read.
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:242600
    • 提供者:pusa
  1. CIS

    0下载:
  2. 读取源文件到etl staging 表,然后call SP 从etl表中读取数据放入 actural 表。 这个project 包括了 读取 xml file , flat file.-Read the source file to etl staging table, and then call SP to read data from the etl table into actural table. dataware module
  3. 所属分类:Java Develop

    • 发布日期:2017-05-22
    • 文件大小:7149955
    • 提供者:xuwei
  1. CPort261

    0下载:
  2. Com Port Component, access serial port, read data, write data, event working procedures
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-31
    • 文件大小:158977
    • 提供者:Marcos
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 50 »
搜珍网 www.dssz.com