CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - record

搜索资源列表

  1. record

    1下载:
  2. 录音程序,在matlab下运行。能录1-6秒的音频并对其进行时域和频域的分析。能保存文件-Recording procedures, run under matlab. 1-6 seconds of audio can be recorded and its time domain and frequency domain analysis. To save the file
  3. 所属分类:matlab例程

    • 发布日期:2017-06-04
    • 文件大小:3738
    • 提供者:wangquanhui
  1. A

    0下载:
  2. 根据A*算法实现九宫格重新排序问题,并记录每步的排序结果-Jiugongge A* algorithm based on re-scheduling problem, and record the results of each step of the sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:40323
    • 提供者:杨光
  1. park

    0下载:
  2. 利用队列模拟车进入车位之前的排队情况,同时输出车刚进入便道的停车位置。n个车位用栈来模拟,同时输出车刚进入停车场内的车位。与此同时记录车到达和离开的时间,从而计算应缴费用。-Queuing simulation using vehicles to enter the parking situation before the line, while the output of car parking spaces just entering the pavement. n spaces to si
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:140663
    • 提供者:小缪子
  1. recordMelMatrix

    0下载:
  2. record sec onds of speech and return mel power spectrum in X(channelIdx,frameIdx)-record sec seconds of speech and return mel power spectrum in X(channelIdx,frameIdx)
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:598
    • 提供者:vo thanh liem
  1. chengxu

    0下载:
  2. 合成矩阵,将各列最大元素提出来,记录原来位置,形成新矩阵-Synthesis of matrix, the largest element of the proposed column, record the original position to form a new matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:4553
    • 提供者:coolsun
  1. FH-SS

    0下载:
  2. 要进行误码率的计算,需要分两步进行,即抽样和判决。假 设信源信息码长度为M,每个信息码包含N 个采样点数,则,先从第一个信 息码的N 个采样点中,随机抽取i 个,判断是否全为1,或全为-1,这样就 确定了此信息码为1 还是-1;以同样的方法对输出的信息码再做一次,最后 将两个信息码的判断结果进行比较,不同就记录下来,进行累加,相同则进 行下一次循环。M 个循环后,把累加和的结果除以M,就得到本系统的误码 率了。 -To calculate the error rate
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:2762
    • 提供者:liuyanan
  1. block

    1下载:
  2. 利用折半查找确定记录所在块的分块查找算法. 读入各记录建立主表,按L个记录/块建立索引表, 对给定关键字k进行查找-Use binary search to determine where the block record block search algorithm. Read into the record to establish the main menu, press L record/block index table, k for a given keyword searc
  3. 所属分类:Data structs

    • 发布日期:2016-12-08
    • 文件大小:1024
    • 提供者:何苗
  1. Frequency-picture-of-throwing-a-coin

    0下载:
  2. 问题的提出:编程模拟抛硬币所得正面的频率图。假设每次抛10次为一事件,记录每次得到正面的次数,共抛掷100000次,计算得到正面次数的概率发布,并绘图输出结果。 思路:数值概率算法常用于数值问题的求解,此类算法所得的往往是近似解,且近似解的精度随计算时间的增加而不断提高,得到一定精度近似解就可以满足问题要求。-Of the problem: a coin flip from positive programming analog frequency map. Assuming throw 1
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:139883
    • 提供者:eli
  1. my-work-project

    0下载:
  2. to find pitch record and play signal
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:17218
    • 提供者:sav
  1. trans_sigPnoisePinterference

    0下载:
  2. 根据直扩原理,首先有随机数发生器产生一系列二进制信息数据(+1,-1),每个信息比特重复Lc次,Lc对应每个信息比特所包含的伪码片数,包含每一比特Lc次重复的序列与另一个随机数发生器产生的PN序列c(n)相乘。然后在该序列上叠加高斯白噪声和形式为i(n)=Acosw0n余弦干扰下次信号,切余弦干扰信号的振幅满足条件A<Lc。在解调器中进行与PN序列的互相关运算,并且将组成各信息比特的Lc个样本进行求和。加法器的输出送到判决器,将信号与门限值0进行比较,确定传送的数据为+1还是-1,计数器用
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1088
    • 提供者:余甜
  1. gupiao

    0下载:
  2. 股票信息系统的 1、基本功能: (1)添加记录 先判断链表是否已经存在。若不存在,需首先自动新建一个链表,然后再添加一条或多条记录。 (2)显示记录 显示当前所有记录。 (3)查询记录 按名称查找,并显示该记录。 (4)代号的排序 按代号的字母顺序排序,涉及到冒泡等排序算法。 (5)删除记录 实现逐条删除和删除全部记录两种功能。 (6)更新记录 修改已存在记录的信息(提示:需首先判断该记录是否存在)。 (7)按关
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-02
    • 文件大小:1334
    • 提供者:兰锋
  1. Untitled

    2下载:
  2.  人工合成地震正演模型是进行三维模型计算的基础。针对地震勘探的原理,本文运用 MATLAB 强大数学计算和图像可视化功能,对一个三层介质模型制作了人工合成地震记录。-Synthetic seismic forward model is the basis of three-dimensional model. The principle of seismic exploration, this paper, a powerful MATLAB math and graphics visual
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1180
    • 提供者:cherish
  1. LU

    0下载:
  2. 将矩阵分解为一个上三角和一个下三角,同时记录交换的过程。-Will be divided into an upper triangular matrix and a lower triangular and record the exchange process.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1544
    • 提供者:cuijun
  1. recordfile

    0下载:
  2. this program can record your voice and save it on a database, in .wav format. Your name will be associated with your voice. Please unzip the file and lay it on the workspace than type help recordfile -this program can record your voice and save i
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:82339
    • 提供者:chsyahia
  1. LRU-update-Cache-

    0下载:
  2. LRU置换算法是选择最近最久未使用的页面予以置换。该算法赋予每个页面一个访问字段,用来记录一个页面自上次被访问以来经历的时间T,当须淘汰一个页面时,选择现有页面中T值最大的,即最近最久没有访问的页面。这是一个比较合理的置换算法。-LRU replacement algorithm is to select the page from lack of use the most recent to be replaced. The algorithm gives an access field in
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1008
    • 提供者:shen6041
  1. RecPlayUseMemBlock

    0下载:
  2. RecPlayUserMemBlock 功能:双缓冲内存录、放音演示程序。 版本:Ver1.0。 -RecPlayUserMemBlock function: double-buffered memory, record, playback demo. Version: Ver1.0.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:206381
    • 提供者:郝好
  1. fe_sdofID_2

    0下载:
  2. Purpose: build the ID array of system dofs to apply displacement constraints Synopsis: [csdof,sid]=fe_sdofID(discons,ndof,nnode) Variable Descr iption: csdof - the number of system dofs after constraints applied sid - ID matrix of
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:694
    • 提供者:fyz
  1. 123

    1下载:
  2. (1) 假定每个记录有下列数据项:电话号码、用户名、地址。 (2) 一是从数据文件old.txt(自己现行建好)中读入各项记录,二是由系统随机产生各记录,并且把记录保存到new.txt文件中以及显示到屏幕上,记录条数不要少于30,然后分别以电话号码和用户名为关键字建立哈希表。 (3) 分别采用伪随机探测再散列法和再哈希法解决冲突。 (4) 查找并显示给定电话号码的记录;查找并显示给定用户名的记录。 (5) 将没有查找的结果保存到结果文件Out.txt中,显
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:6255
    • 提供者:vello
  1. notebook

    0下载:
  2. 实现对原始数据的保存、读取,按姓名查找,记录的插入、删除,程序有美观的界面并且程序建立在windows窗口下,所有的操作均可以通过鼠标完成,而且界面友好,易于操作。 -To achieve the preservation of the original data, read, search by name, record insert, delete, the program has beautiful interface and the program established under
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1987777
    • 提供者:万辉
  1. Percolation-Cluster

    0下载:
  2. 对周围相邻的 8 邻居求和(元胞只有两种状态,0 或 1 )。元胞也有一个单独的状态参量(所谓 记录 )记录它们之前是否有非零状态的邻居。 在 0 与 1 之间产生一个随机数 r 。 如果总和> 0 (至少一个邻居)并且 r >阈值,或者元胞从未有过一个邻居,则元胞= 1 。 如果总和> 0 则设置"记录"的标志,记录这些元胞有一个非零的邻居。 -8 adjacent neighbors on the surrounding sum (cell only two states,
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:630
    • 提供者:james
« 1 2 3 4 5 67 8 9 10 11 12 13 »
搜珍网 www.dssz.com