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

搜索资源列表

  1. peak.rar

    0下载:
  2. 所属分类:Windows编程

    • 发布日期:
    • 文件大小:542
    • 提供者:
  1. MMWaveEditX

    0下载:
  2. 语音信号的处理及操作程序,包括peak等处理技术-voice signal processing and operational procedures, including such peak processing technology
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:36098
    • 提供者:玉贤哲
  1. path_VtoU&

    0下载:
  2. 求图中从一个顶点到另一个顶点的一条路径。 //为简化算法,没有提供顶点到其编号的转换函数,函数Path_vtou(ALGraph G,VexIndex v,VexIndex u) //中两顶点参数用的是顶点的编号;函数Printpath(ListType Path)输出的是路径上的顶点编号序列-seeking a map from the vertex to another vertex of a path. / / To simplify the algorithm, not to i
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2058
    • 提供者:姚紫欣
  1. EasyIsp下载线

    0下载:
  2. 您访问的文件已经超过了基于目前系统繁忙程度所允许的免费用户下载次数。 每天3点至6点为Mofile欢乐下载时间,文件提取下载次数不受限制。 -your visit to the paper over the current system based on the peak levels allowed by the number of free users to download. Daily 3:00 to 6:00 for Mofile joy download time, th
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:742050
    • 提供者:
  1. bofeng

    0下载:
  2. 给出式子:y=ax^3+bx^2+cx+d.a,b,c,d是随机变量,可以根据不同的波形来计算波峰的值。-given formula : y = ax ^ 3 bx ^ 2 cx d.a, b, c, d, random variables that can be different waveform to calculate peak value.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5335
    • 提供者:ppp
  1. 图的m着色问题

    0下载:
  2. 给定无向量图G顶点和m种不同的颜色。用这些颜色为图G的各顶点着色,每个顶点着一种颜色。是否有一种着色法使G图中每条边的两个顶点着不同的颜色。这个问题是图的m可着色判定问题给定无向量图G顶点和m种不同的颜色。用这些颜色为图G的各顶点着色,每个顶点着一种颜色。是否有一种着色法使G图中每条边的两个顶点着不同的颜色。这个问题是图的m可着色判定问题-given no vector graph G vertices and m different colors. Using these color grap
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:6516
    • 提供者:刘二
  1. 图像的阈值分析

    1下载:
  2. 图像的阈值分割分析,包括迭代分割,峰谷阈值分割,半阈值分割等-image thresholding segmentation analysis, including iterative segmentation, segmentation threshold peak, semi-threshold segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:166659
    • 提供者:苗苗
  1. 从体系结构的演变看高性能微处理器的发展趋势

    0下载:
  2. 随着高性能计算的需求,计算机体系结构发生了很大变化。作为计算机核心部件的微处理器,其性能和复杂性(晶体管数、时钟频率和峰值)也按照摩尔定律增长。微处理器性能的改善在很大程度上归功于体系结构的发展和VLSI工艺的改进。体系结构的发展主要体现在三个方面,即超流水、多指令发射和多指令操作。 -With the demand for high-performance computing, computer architecture undergone great changes. As the co
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:102112
    • 提供者:李易
  1. 算法第一次实验

    0下载:
  2. 着色问题,输入一个图和颜色的种数,要求有邻边的两个顶点不能着同一种颜色,找出所有的着色方案-coloring, the importation of a color map and the number of categories, and a two adjacent edges of the peak is not the same color, identify all the coloring program
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:22115
    • 提供者:周子藤
  1. zqp05

    0下载:
  2. 该程序为你模拟银行驱动系统,要求算出每个窗口顾客等待时间,和工作人员的平均繁忙度。-the procedure for your bank-driven simulation system that requires each window to calculate customer waiting time, and the average peak degrees.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2131
    • 提供者:周子藤
  1. 追查ZhuiCha_com网络技术 追查网络技术论坛.files

    0下载:
  2. (2) 主要算法的基本思想: 从题目上来分析我认为这是一个图的最短路径问题。因此决定用Dijkstra算法按路径长度递增的顺序逐步产生最短路径的方法:设置两个顶点的集合T和S,集合S中存放已找到的最短路径的顶点,集合T中存放当前还未找到的最短路径的顶点。初始状态时,集合S中只包含源点V0,然后不断从集合T中选取到顶点V0路径长度最短的顶点加入到集合S中,集合S中每加入一个新的顶点U,都要修改顶点V0到集合T中剩余顶点的最短路径长度值,集合T中各顶点新的最短路径长度值为原来的最短路径长度值与顶
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:23915
    • 提供者:林渊
  1. simnature_exe

    0下载:
  2. 基于高度图的3D地形渲染,其最基本的原理就是,地形上各个点的高度值存于一个文件中(高度图),渲染时,把高度图中的高度数据设为顶点缓冲区中对应顶点的Y坐标值,那么自然就会产生高低起伏的地形了-based on the height map rendering 3D terrain, the basic principle is that the terrain on each of the high value stored in a document (height), and playing
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1160851
    • 提供者:张明
  1. 123.C

    0下载:
  2. 设计一个程序来生成一个``spirograph ,``Spirograph 是通过不同方式连接许多线段来生成的圆形图案。程序应该有两个命令行参数,第一个指定图中线段的数目,第二个指定顶点的连接方式,即第一个顶点与后面的第几个顶点连接。 -design of a procedure to generate a `` spirograph, `` Spirograph is linked through many different segments to generate a circular p
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:838
    • 提供者:11
  1. clipping_ccdf

    0下载:
  2. 降低ofdm系统峰均功率比的clipping算法。-lower peak to average power ratio of clipping algorithm.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1021
    • 提供者:王洁
  1. PshortPM

    0下载:
  2. 狄克斯特拉算法(从一个顶点到其余各顶点的最短路径)-neering algorithm (from a peak of the peak of the rest of the shortest path)
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:95807
    • 提供者:萌音
  1. PEAK TO AVERAGE POWER RATIO PAPERS

    0下载:
  2. peak to average POWER RATIO
  3. 所属分类:通讯编程

    • 发布日期:2018-01-01
    • 文件大小:610304
    • 提供者:fared
  1. ECG signal peak extraction

    0下载:
  2. 通过labview对ECG信号进行峰值提取(Peak extraction of ECG signal through LabVIEW)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:24576
    • 提供者:yingzhiwuying
  1. Calculation of intensities and peak pressure

    0下载:
  2. 超声换能器线性阵列声强和声压峰值计算案例(calculations of intensities and peak pressure of the linear arrays)
  3. 所属分类:matlab例程

  1. Staticimgpeakloc.docx

    0下载:
  2. Find peak to peak distances & power of lens, when viewing reticle.
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:8192
    • 提供者:JKam
  1. Filter ECG and Peak detection

    0下载:
  2. The file contains MATLAB as well as C code implementation of ECG data filtering and its heartbeat rate calculation by detecting R peaks or S peaks.
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:212992
    • 提供者:rk800506
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com