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

搜索资源列表

  1. RadixSort-jishupaixu

    0下载:
  2. RadixSort.c 本程序为链式基数排序。程序开始后先由用户输入一组正整数(最大为32767),然后程序自动按照由小到大的顺序将这组数排序并输出。----Author:zhg 2006.12 E-mail:wudazhg@163.com-RadixSort.c procedures for the chain of the order of the base. After the first process user input a positive integer (maximum 3
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.73kb
    • 提供者:z
  1. mass_spec

    0下载:
  2. Recent work by Petricoin and Liotta and co-workers (Petricoin et al. Use of proteomic patterns in serum to identify ovarian cancer. Lancet. 2002 Feb 16 359(9306):572-7. PMID: 11867112) has generated a lot of excitement and controversy. This example s
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:143.9kb
    • 提供者:张山
  1. ConvertNum

    0下载:
  2. 这个程序有别于已经做好exe文件的2-8-10-16进制转换程序而是可以被其他程序调用,或简单地用ctrl c,来复制其中一段至目标程序的源代码-have made exe files 2-8-10-16 base for the conversion process, but the other procedures can be called, or simply use the ctrl c, to replicate some of which target program's
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:21.24kb
    • 提供者:罗宾
  1. new

    0下载:
  2. Bowtie比对结果进行聚类,然后该程序完成提取聚类中与基因组错配碱基位点的A、T、C、G碱基的覆盖情况-Bowtie than clustering the results, and then extract the clustering process is complete mismatch with the genomic base sites A, T, C, G bases coverage
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-05-16
    • 文件大小:3.93mb
    • 提供者:李江域
  1. CA

    1下载:
  2. CA算法可以将数量型属性划分成若干个优化的区间,它综合了分层聚类于划分聚类的优点,对于给定的不同的初始类个数,CA算法能随着迭代过程的不断进展改变类的数目,一些竞争力差的类即类的基数小于给定阙值的类将在迭代过程中不断消失,最终得到能够有效体现数据实际分布情况的优化聚类个数。-CA algorithm for quantitative attributes can be divided into a number of the interval optimization, hierarchical
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:181.5kb
    • 提供者:王锋
  1. 1

    0下载:
  2. 本程序实现了对六个1000以内的正整数的基数排序。排序过程分为三个阶段,第一个阶段是比较个位,第二个是比较十位,第三个阶段是比较百位由三个函数实现。-This program of six positive integer less than 1000 base sort. Sorting process is divided into three phases, the first stage is to compare a bit, the second is more 10, the th
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:552.54kb
    • 提供者:李晓杰
  1. kel14_ev1

    0下载:
  2. In linguistic morphology, stemming is the process for reducing inflected (or sometimes derived) words to their stem, base or root form – generally a written word form. The stem need not be identical to the morphological root of the word it is usually
  3. 所属分类:matlab

    • 发布日期:2017-05-20
    • 文件大小:5.74mb
    • 提供者:e_freax
  1. biodiesel_R101

    0下载:
  2. This file is for the calculation of the base-catalyst biodiesel production process.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:718byte
    • 提供者:ye jianchu
  1. MATLAB_SIMULINK_QDPSK

    0下载:
  2. 摘 要: 利用MATLAB平台的SIMULINK功能编写了一套QDPSK通用功能模块库,并在此基础上进行了多项可视化仿真,较 好地显示了数字通信的工作方式和优越性,以及采用SIMULINK进行仿真的良好的演示效果,为QDPSK数字通信系统的研究提 供了一个较好的软件平台。-Abstract: This paper gives a group of module library for digital communication function applying MATLAB’ s
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:137.91kb
    • 提供者:zhangchenglin
  1. b

    0下载:
  2. 定义一个类SortArray继承自MyArray,在该类中定义函数sort实现排序功能。 定义一个类ReArray继承自MyArray,在该类中定义函数reverse实现逆转功能。 定义一个类AverArray继承自MyArray,在该类中定义函数Aver实现求解整数的平均值。 定义NewArray类,同时继承了SortArray、ReArray和AverArray,使得NewArray类的对象同时具有排序、逆转和求平均值的功能。在继承的过程中声明为虚基类,体会虚基类在解决二义性问题
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:6.06kb
    • 提供者:夏天
  1. Method_1D_PCA

    0下载:
  2. Program for Face Recognition (with example ORL Data base) used PCA. It showed all process data reduction, classification end visualisation
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.74kb
    • 提供者:Georgy
  1. Ensemble

    0下载:
  2. 用adaboost算法生成基支持向量机分类器,并对识别结果进行简单投票法集成。附有支持向量机工具箱和adaboost算法流程说明。-Adaboost algorithm to generate the base with a support vector machine classifier, and the recognition result is a simple voting method integration. With support vector machine algorith
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.57mb
    • 提供者:李娜
  1. On-lineMultistepPredictiveControlofTempretureBased

    1下载:
  2. 预测控制是一种新型的控制算法之一。经典的PID控制方法简单方便,但是精度不高。近年来发展的自适应、自校正方法精度高,但其本质要求在线辨识对象模型,对过程的未建模动态和扰动的适应能力差,鲁棒性不好。预测控制方法集PID和自适应方法二者之长,是一种面向工业过程特点、对模型要求低、在线计算方便、控制精度高的算法。数字计算机向小型、高速、大容量、低成本方向的发展,为预测控制这类新算法的实现提供了物质基础。 本文以PCT—Ⅲ型过程控制系统装置为平台,将预测控制算法运用到实际系统中去,该装置分为水位系统和温
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3.35mb
    • 提供者:王明
  1. t_2_fft

    0下载:
  2. 在MATLAB环境中,利用简单的加法和乘法实现基2时间抽取的FFT变换,并且能够计算出峰值点的最大值,数据点数为2的整数次幂。学习程序有利于对FFT变换的理解,以及在单片机环境或者是DSP环境中编写FFT变换C语言程序。-In the MATLAB environment, using simple addition and multiplication of time taken to achieve the base 2 FFT transform, and can calculate th
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1.29kb
    • 提供者:srl
  1. average_filter

    0下载:
  2. 图像传输过程中,经常会受到各种噪声的干扰,本程序采用邻域平均法来减少噪声-In the process of image transmission, there will be various noise interference always,this program is to reduce noise base on Neighborhood average method.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:539byte
    • 提供者:
  1. process

    0下载:
  2. 单纯性算法编程 用以实现单纯形算法的程序 但必须给出初始基-Simple algorithm programming simplex algorithm used to implement the program but must be given in the initial base
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:332.31kb
    • 提供者:yanzhang
  1. Fang_Algorithm

    4下载:
  2. Fang算法利用三个基站对信号源位置进行二维的定,是信号源无源定位的一种基本方法。本程序基于MATLAB,对Fang算法定位的过程进行了仿真。希望能对研究无源定位的同志给予帮助。-Fang base algorithm uses three-dimensional location of the source fixed, the signal source is a basic method of passive location. The program is based on MATLAB
  3. 所属分类:matlab

    • 发布日期:2015-05-12
    • 文件大小:6kb
    • 提供者:张威
  1. NetSimulator

    0下载:
  2. 本课题假设ti为广播基站数据包(单位数据包大小为512bits)的发布时刻,令发布时间间隔Xi = ti - ti-1 (i=0, 1, 2, …),t0 = 0,则任意Xi满足负指数分布: p{Xi ≥ t} = p0(t) = , t ≥ 0 或者 p{Xi < t} = 1-p0(t) =1- , t ≥ 0 该负指数分布的广播包发布时间间隔的均值为1/λ。 假设处理一个数据包的时间为0.05s,令λ分别等于5Kbps和1Kbps时,在100s时间内,求出数据包的平均队长
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2.42mb
    • 提供者:luyu
  1. Tulun1

    0下载:
  2. 凸轮轮廓程序: 1#号凸轮:等速运动规律: 推程h=20mm; 回程h=20mm; 凸轮基圆半径r=50mm; 推程运动角φ=150°; 远休止角φ=60°; 回程运动角φ=150°; -Cam profile program: the# 1 cam: constant speed movement of: Push-way h = 20mm return h = 20mm cam base circle radius r = 50mm push th
  3. 所属分类:Algorithm

    • 发布日期:2017-03-21
    • 文件大小:188.75kb
    • 提供者:feng
  1. Tulun2

    0下载:
  2. 凸轮轮廓计算: 2#号凸轮:等加速等减速运动规律; 推程h=20mm; 回程h=20mm; 凸轮基圆半径r=50mm; 推程运动角φ=180°; 回程运动角φ=180°; -Cam profile calculation: the# 2 cam: the law of such acceleration and deceleration push the process h = 20mm return h = 20mm cam base circle ra
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:864.75kb
    • 提供者:feng
« 12 »
搜珍网 www.dssz.com