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

搜索资源列表

  1. Red-Black-Tree

    0下载:
  2. 使用MFC做的一个红黑树操作演示,带有显示界面,很好的展示了红黑树创建、添加、删除等操作的过程,是数据结构与算法中很重要的一部分-Use MFC to do a red-black tree operation and demonstration, with the display interface, a very good show red-black tree to create, add, delete and other operations of the process data s
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1611411
    • 提供者:叶子
  1. 20110619-3

    0下载:
  2. 使用动态数据建模(DDS)法与Box—Jenkins建模法相结合的方法建立时间序列模型,使两种 方法的优。最互相结合起来,简化了现有的建模过程。在使用MATLAB进行仿真后,快速、方便地得到了相 应的模型。该方法能较快地完成建模,较适用于对模型精度要求不太高的地方。-Using dynamic data modeling (DDS) method and the Combination of Box-Jenkins modeling method to establish time-se
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:299745
    • 提供者:高飞
  1. osBank

    0下载:
  2. 3、银行家算法 设request:是Pi进程的请求向量,当Pi发了资源请求后,系统按下述步骤检查: (1)如果Request[i]<= Need[i],则转向步骤(2); (2)若Request[i] <=Available,则转向步骤(3); (3)系统试探性地把要求的资源分配给进程Pi,并修改以下数据结构的值: Available=Available-Request[i]; Allocation[i]= Allocation[i]+ Request[i];
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1122686
    • 提供者:fairybroken
  1. GMM

    1下载:
  2. 高斯k均值程序算法,k-means是一种常用的聚类算法,可以实现数据的聚类。-K-means algorithm for Gaussian process, k-means clustering algorithm is a commonly used, can achieve data clustering.
  3. 所属分类:matlab

    • 发布日期:2015-04-30
    • 文件大小:9216
    • 提供者:xiajulong
  1. 2DWaveletsimpression

    0下载:
  2. 由于小波及小波包技术可以将信号或图像分层次按小波基展开,所以可以根据图像信号的性质以及事先给定的图像处理要求确定到底要展开到哪一级为止,从而不仅能有效地控制计算量,满足实时处理的需要,而且可以方便地实现通常由子频带、层次编码技术实现的累进传输编码(即采取逐步浮现的方式传送多媒体图像)。这样一种工作方式在多媒体数据浏览、医学图片远程诊断时是非常必要的。另外,利用小波变换具有放大、缩小和平移的数学显微镜的功能,可以方便地产生各种分辨率的图像,从而适应于不同分辨率的图像I/O设备和不同传输速率的通信系
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2168
    • 提供者:彭立军
  1. shujujiegou

    0下载:
  2. 数据结构,顺序算法实现代码!编写一个程序sqsearch,输出在表中{{黎明,男,16,计算机系},{欧阳,男,16,计算机系},{李莉,女,18,计算机系},{马金霞,女,19,计算机系},{马平,男,18,计算机系},{刘博,男,17,计算机系}}顺序查找姓名为“刘博”的过程。-Data structure, sequence algorithm code! Write a program sqsearch, output in the table {{dawn, male, 16, Dep
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:168751
    • 提供者:peng
  1. yiyuan

    0下载:
  2. 能够完成两个多项式的相加、相减,并将结果输入; 在上交资料中请写明:存储结构、多项式相加的基本过程的算法(可以使用程序流程图) 、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法;-Able to complete two polynomial addition, subtraction, and the results input in hand over data, please specify: storage structure, the basic pro
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4504
    • 提供者:邵希茜
  1. bcjr_decoder

    0下载:
  2. This a simulation matlab for simulating the process of BCJR decoder that decodes input data s from channel.-This is a simulation matlab for simulating the process of BCJR decoder that decodes input data s from channel.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:11551
    • 提供者:hossein
  1. quicksort

    0下载:
  2. 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。 -Quick sort (Quicksort) is a bubble sort of an improvement. CAR Hoare in 1962 by the mak
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:256499
    • 提供者:huang
  1. PID

    0下载:
  2. 一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。 -A typical
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1440
    • 提供者:
  1. yankebingchuang1

    0下载:
  2. 已知门诊时间C[i,3] 求解病人住院时间,此算法虽然有一定的局限行,但是可以根据入院期望值计算出来大体的的入院时间;使用是,要把里面的数据进行处理(只改变输入值和u 数据个数定义值(一般取较大值即可-Known patient time C [i, 3] to solve the patient length of stay, although this algorithm has some limitations line, but expectations can be calculate
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1035
    • 提供者:大鹏
  1. kernel

    0下载:
  2. In computing, the kernel is the main component of most computer operating systems it is a bridge between applications and the actual data processing done at the hardware level. The kernel s responsibilities include managing the system s resources (th
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4819
    • 提供者:suci ariani
  1. lle

    0下载:
  2. 局部线性降维方法LLE 用于高维空间数据的降维处理-Local linear dimension reduction methods for high dimensional data LLE dimensionality reduction process
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1091
    • 提供者:谢小欣
  1. yy6

    0下载:
  2. 1.定义哈希表数据结构。 2.除留余数法做为哈希函数、 H(key) = key P 用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并输出哈希表。 3.编写函数,求查找成功时的平均查找长度(ASL)。 -1. Define the hash table data structure. 2. In addition to leaving the remainder as the hash function method, H (key) = key P re-h
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:157713
    • 提供者:武朝阳
  1. mabs2d_v2.1

    0下载:
  2. Input data is the MS Excel file, where the table of nodes, table of elements, nodal external loads vector and boundary conditions are stored. After running the mabs2d.m file on the Command Window, the program calculates the stiffness matrix in lo
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:33832
    • 提供者:陈浩
  1. MATLAB_RLINK

    0下载:
  2. A COM based interface that allows you to call R functions from within MATLAB. The functions are: openR - Connect to an R server process. evalR - Run an R command. getRdata - Copies an R variable to MATLAB. putRdata - Copies MATLAB data to
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:130465
    • 提供者:fatz
  1. diejia

    0下载:
  2. 本程序实现的是地震勘探中数据处理过程中重要的一步即叠加,并且比较了一次放射波和多次波在叠加剖面上的差别。-The program implementation in seismic data processing is an important step in the process that is superimposed, and compared a radiation wave and multiple wave stacked section differences.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:218464
    • 提供者:袁风帆
  1. shujuguiyihuachuli

    0下载:
  2. 这是一个数据归一化处理的程序,对于数据想要归一化处理,这是一个不错的参考。-This is a process of data normalization procedures for the data you want to normalize, which is a good reference.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6931
    • 提供者:吴闯
  1. chanyezhuayichengjieli

    0下载:
  2. 研究区域间产业转移过程,接受方的承接能力; 建立指标体系,收集数据,应用本程序就可求解-Of inter-regional industry transfer process, the recipient' s ability to undertake establishment of indicators, data collection, application of this procedure can be solved
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:26354
    • 提供者:王博文
  1. third2

    0下载:
  2. 2.编写程序实现表达式求值,即验证某算术表达式的正确性,若正确,则计算该算术表达式的值。 主要功能描述如下: 1、从键盘上输入表达式。 2、分析该表达式是否合法: (1)是数字,则判断该数字的合法性。若合法,则压入数据到堆栈中。 (2)是规定的运算符,则根据规则进行处理。在处理过程中,将计算该表达式的值。 (3)若是其它字符,则返回错误信息。 3、若上述处理过程中没有发现错误,则认为该表达式合法,并打印处理结果。 -2. Write a program to
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1517894
    • 提供者:bagai
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 46 »
搜珍网 www.dssz.com