搜索资源列表

  1. ApEn

    1下载:
  2. 针对时间序列的复杂性测试,实现近似熵算法,可以分析确定信号和随机信号-time series against the complexity of testing, achieving approximate entropy algorithm, can be analyzed to determine signal and random signals
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:943
    • 提供者:魏娜
  1. fast_ApEn

    1下载:
  2. 针对时间序列的复杂性测试,实现快速近似熵算法,可以分析确定信号和随机信号,速度打打提高-time series against the complexity of testing, rapid approximate entropy algorithm, can be analyzed to determine signal and random signals, improving speed of play
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1305
    • 提供者:魏娜
  1. Voice_activity_detection

    0下载:
  2. 采用能量门限的语音活动端点检测程序,计算复杂度低.-using energy threshold voice activities endpoint detection procedures, low computational complexity.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:1316
    • 提供者:tamato
  1. pujianfa

    0下载:
  2. 经典的功率谱减法,程序复杂度低,运算速度快-classic power spectral subtraction, the complexity of the procedure is low and fast.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:1759
    • 提供者:tamato
  1. pujianfa_based_on_statistic

    0下载:
  2. 基于统计模型的谱减法,程序复杂度不高,优于传统谱减法.-statistical model based on the spectral subtraction, the complexity of the procedure is not high and superior to the traditional spectral subtraction.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:1492
    • 提供者:tamato
  1. kalman_filter_method

    1下载:
  2. 卡尔曼滤波用于语音增强算法,复杂度较高,适合非平稳信号.-Kalman filter used for voice enhancement algorithms, complexity, suitable for non-stationary signals.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:2459
    • 提供者:tamato
  1. httpcommand

    0下载:
  2. http发送文件头 可以设置cookie等。 还可以做比较复杂的通讯,不需要调mfc类库。-http send the file can be set so cookie. It also compares the complexity of communication, not emphasize mfc library.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1801
    • 提供者:liuzhijue
  1. mymmm

    0下载:
  2. \"虚拟中国人\"计划这一规模庞大而复杂的系统工程,由中科院、清华大学、北京大学联合发起并提出,中国两院院士、清华大学上个月正式成立的医学院首任院长吴阶平为第一建议人。田捷告诉本社记者,\"虚拟中国人\"计划的基础准备工作已完全就绪,其数据采集工作有两千万元人民币、半年至一年的时间即可完成。-"virtual China" program on the scale and complexity of the proj
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:11141
    • 提供者:Chart
  1. sortlinktabel

    0下载:
  2. 对链表进行排序,时间复杂度O(n2),类似于插入排序的思想-right sort, time complexity O (n2), similar to the sequencing of the insert thinking
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7506
    • 提供者:苗建新
  1. hebingxulie

    0下载:
  2. 复杂度比冒泡法更低的排序算法,合并序列排序法-complexity law bubbling lower than the ranking algorithm, combined sequence Sort
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1426
    • 提供者:Wiracle
  1. qiangliantong

    0下载:
  2. 一个强联通算法的实现,时间复杂度很低,是很高效的算法-a strong Unicom algorithm implementation, time complexity low, is a very efficient algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:799
    • 提供者:霍党泽
  1. xiongyali

    0下载:
  2. 匈牙利算法,求解二分图最大匹配的一个时间复杂度与程序复杂度折中的算法-Hungary algorithm to solve the greatest two minutes map matching a time complexity and the complexity of program compromise Algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3053
    • 提供者:霍党泽
  1. ntree

    0下载:
  2. 设T 是一棵带权树,树的每一条边带一个正权。又设S 是T 的顶点集,T/S 是从树T 中 将S中顶点删去后得到的森林。如果T/S中所有树的从根到叶的路长都不超过d ,则称T/S 是一个d 森林。 (1)设计一个算法求T的最小顶点集S,使T/S是d 森林。(提示:从叶向根移动) (2)分析算法的正确性和计算复杂性。 (3)设T中有n 个顶点,则算法的计算时间复杂性应为O(n)。-based T is a right t
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:878
    • 提供者:自由人
  1. SELECT2

    0下载:
  2. 通过精心挑选划分元素v,可以得到一个最坏情况时间复杂度为O(n)的选择算法。本次实习要求用c语言将此算法实现。要求实现此功能:输入一组数,返回A[i],使其为A(m:p)中第k小的元素,k是一个全局变量,取大于1的整数-division through carefully selected elements v, one can be the worst time complexity of O (n) algorithm. The i
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8760
    • 提供者:nanaleer
  1. struts-menu-2.3-src

    0下载:
  2. struts menu源码,STRUTS MENU是开源的JAVA项目,STRUTS MENU可为你的应用创建漂亮的菜单而不用编写复杂的代码,是网站开发人员的好帮手-struts menu source, STRUTS MENU is the open-source Java projects, MENU STRUTS for your application to create beautiful menu instead of pr
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:218308
    • 提供者:simens
  1. theshortformofSOR

    0下载:
  2. 简单程序,对传统SOR算法进行小更改,时间复杂度上进行改善,希望可以有用-simple procedure, the traditional SOR algorithm for small change, time complexity for improvement, which I hope can be useful
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1065
    • 提供者:陈成
  1. bignumer

    0下载:
  2. 本程序定义了长度为41的数组来存放大数,进行对大数的运算。四则运算的算法就跟平时我们笔算四则运算的方法基本上一样,加减法的时间复杂度为n,乘除法的时间复杂度为n的平方。对四十位内的计算几乎都可以瞬时完成。-definition of the procedures for the length of the 41 arrays to store large numbers, the majority of arithmetic. Four
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:22975
    • 提供者:liuchuan
  1. DPG

    0下载:
  2. 堆排序 一、 需求分析 问题定义: 假设定义堆为满足如下性质的完全三叉树:(1)空树为堆;(2)根结点的值不小于所有子树根的值,且所有子树均为堆。编写利用上述定义的堆进行排序的算法,并分析推导算法的时间复杂度。 -a heap sort, demand analysis definition : the assumption that to meet the definition of sculpture,
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:844
    • 提供者:明年燦有
  1. 2004100418412417516

    0下载:
  2. 这是一个远程控制的源程序,算法复杂度低,功能强大,希望对大家有所帮助!-This is a remote control of the source, the algorithm complexity is low, powerful, we want to help!
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:867577
    • 提供者:陈亚夫
  1. DATABASE_APPLICATION_DESIGN(tc)

    0下载:
  2. 1、 一元多项式计算** 任务:能够按照指数降序排列建立并输出多项式; 能够完成两个多项式的相加、相减,并将结果输入; 在上交资料中请写明:存储结构、多项式相加的基本过程的算法(可以使用程序流程图) 、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法; 2、 订票系统 任务:通过此系统可以实现如下功能: 录入:可以录入航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定)
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:37119
    • 提供者:Pegasus
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org