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

搜索资源列表

  1. MovingLeast-SquaresMLS

    3下载:
  2. 建立了一种基于移动最小二乘(Moving Least-Squares MLS)法的曲线曲 面拟合方法 这种方法对传统的最小二乘(LS)法的作了比较大的改进 使生成的曲线曲面具 有精度高 光滑性好等许多优点 详细介绍了移动最小二乘法的原理 应用和特点 并且给 出了使用移动最小二乘法进行曲线曲面拟合的程序设计流程 最后给出了曲线拟合和空间散 乱数据曲面拟合算例 将拟合结果与最小二乘拟合结果作了比较 分析了 MLS 拟合曲线曲 面的光滑性和拟合质量 表明了该方法的优越性和有效性-W
  3. 所属分类:Algorithm

    • 发布日期:2015-10-01
    • 文件大小:468421
    • 提供者:李秀丽
  1. 栈类

    0下载:
  2. 栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。- The stack (stack)
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:3005
    • 提供者:墨镜牛郎
  1. txt

    0下载:
  2. 们讨论图像的重构。我编写的重构程序中,为了比较分解图像和重构图像,首先绘出经过小波分解的图像,然后再进行重构。在绘制分解图像和重构图像的过程中,要注意数据格式的转换。-Image Reconstruction discussed. I prepared reconfiguration process, in order to compare decomposition of images and reconstruction of images, first of all draw after
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1239
    • 提供者:梁明
  1. yyscreatfptree

    0下载:
  2. 创建FP-Tree树的过程。从.txt文件中读取字符型数据,然后创建FP-Tree。-The creation of FP-Tree tree process. From. Txt file to read character data, and then create a FP-Tree.
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:13164
    • 提供者:雅双
  1. prim

    1下载:
  2. (1)利用普里姆算法求网的最小生成树 (2)实现教科书中定义的抽象数据类型mfset。以此表示构造生成树过 程中的连通分量。 (3)以文本形式输出生成树中各条边以及他们的权值-(1) the use of prim algorithm for minimum spanning tree network (2) the realization of the textbook definition of abstract data types mfset. Spanning tree s
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:1266
    • 提供者:xinghenzhai
  1. lwr

    0下载:
  2. 强局部加权回归算法由Cleveland[7]提出,主要利用局部观测数据对欲拟合点进行多项式加权拟合,并用最小二乘法进行估计.它综合了传统的局部多项式拟合,局部加权回归以及具有强鲁棒性的拟合过程 -Strong locally weighted regression algorithm by Cleveland [7] proposed, mainly using local observational data points on the polynomial fitting For wei
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3315
    • 提供者:wanghuaqiu
  1. algorithm-demo

    0下载:
  2. 一个帮助理解数据结构中算法过程的demo.-A data structure to help understand the process of algorithm demo.
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2495078
    • 提供者:elisa
  1. 33753158guofu11111111111111

    0下载:
  2. 严崴敏的数据结构实验线形表的合并的C程序,包括线性表的 插入,排序操作-Yan Wei-min experimental linear data structure of the C form of the merger process, including the insertion of a linear table, sorting operation
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1296
    • 提供者:蓝蔻
  1. danlianbiao

    0下载:
  2. c编的,数据结构实验报告,很详细.流程都有 是单链表交并差的-c allocation and data structure of experimental reports, in great detail. process is a single linked list has to pay and poor
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:57919
    • 提供者:闫莹莹
  1. datastructer

    0下载:
  2. 这是我的毕业设计的论文,题目是数据结构演示程序 ,内容是关于演示了长整数运算和表达式求值的运算求值过程 ,大家可以看一下-This is my graduation project paper, titled demo program data structure, content is about the presentation of the long integer arithmetic calculations and expressions for computing the valu
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:286017
    • 提供者:小丽
  1. xx

    0下载:
  2. 该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法1(该方法在递归时由于使用数组的值,使得 递归进栈的数据很多,消耗系统空间很大,所以最多 处理的个数经测试不超过70个,可见在设计程序时,考虑 空间的使用也是很必要的!)-The realization of the program of one-dimensional data point near the axis of the most used method of solving the pro
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1954
    • 提供者:梅国伟
  1. LabVIEWMatlab

    0下载:
  2. :详细介绍了基于LabV IEW和Matlab的虚拟信号分析仪的设计过程。该信号分析仪可以完全替代传统意义上的信号分析仪,实现其全部功能,并且具有造价低(只在通用计算机上增加一块数据采集卡) ,使用方便,可实现资源共享,更新换代容易等特点。-: Details LabV IEW and Matlab-based virtual signal analyzer of the design process. The signal analyzer can completely replace the
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:500251
    • 提供者:周炜
  1. GSNNSimulation

    1下载:
  2. 本文针对SLAM算法中数据关联过程,提出了一种简单易行的改进方法,将欧氏距离与马氏距离结合用于数据关联。算法不必计算地图所有特征与所有量测之间的马氏距离,而是首先利用相对简单的欧氏距离计算缩小了待关联特征的搜寻范围。利用人工合成数据的仿真结果表明,改进后的数据关联方法可以大幅减少系统计算量,提高关联效率,且不会造成错误关联的增加。-This article SLAM algorithm for data association process, a simple method to Euclid
  3. 所属分类:matlab例程

    • 发布日期:2014-01-09
    • 文件大小:13131
    • 提供者:liancb
  1. chexiangtiaodu

    0下载:
  2. 数据结构课程设计 车厢调度 一、需求分析 1、用编号依次为1,2,3,……,n表示停在铁路调度站入口处的车厢序列。 2、用一个栈形象地表示为火车的调度站。 3、利用栈先进后出的性质,结合递归和回溯算法,实现编号1…n的车厢的所有可能的序列和每种序列的出入栈变化过程。 本程序用C语言实现,已经在TURBOC 2.0环境下通过。-Data structure the curriculum design of a train scheduling, needs analy
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:60672
    • 提供者:llh
  1. Hashset

    0下载:
  2. 一个拼写检查程序,用来检查你的输入的文件中的单词是否拼写错误,并给你给出可能的拼写建议。(用Hashset实现)(卡耐基梅隆大学ssd5数据结构Option Exercise4答案) 程序参数设置(第一个为要输入的词库文件,本例中是wordlist.txt, 第二个为要检查的文件,必须为txt格式,本例中用test.txt来检查)-A spelling checker to check your input file is misspelled words, and give you a p
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:870009
    • 提供者:胡宗正
  1. booking

    0下载:
  2. 此程序完成飞机订票,退票等具体操作。用C语言实现,可作为数据结构课程设计-This process is complete the aircraft booking, refunds and other specific operations. Using C language, data structure can be used as curriculum design
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:31267
    • 提供者:SEVEN
  1. MUSIC

    1下载:
  2. 目标相对各子阵中心的方位角和俯仰角,在后面为了验证程序正确与否,只用了第一阵 即第一列数据进行计算,是四元十字阵-Goal of the relative center of the subarray azimuth and pitch angle, in the back of the verification process in order to correct or not, only the first burst of the first column of data that
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1300
    • 提供者:bailange587
  1. FIVE

    0下载:
  2. 这个主要是我学习数据结构的课程设计的程序-This mainly because I study the data structure of the curriculum design process
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2118658
    • 提供者:Kever
  1. dashu

    0下载:
  2. 多数程序设计语言处理整数的能力是有限的,如C语言中,int 类型数据范围是-32768—32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,设计算法实现大整数的加减运算(选做乘除运算)。-Most integer programming language to deal with a limited capacity, such as the C language, int scope of the type of data is-32768-3276
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:32771
    • 提供者:李鸿
  1. shujujiegou

    0下载:
  2. 关于符号排序的一个程序,是数据结构中比较好的一个实例-On the symbols of a sort process, the data structure is an example of relatively good
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1409
    • 提供者:wangying
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 46 »
搜珍网 www.dssz.com