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

搜索资源列表

  1. datatransport

    0下载:
  2. 对数据进行压缩,并传输,以GZIP压缩为例说明数据压缩的过程。-Data compression and transmission, as an example to GZIP compression data compression process.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:3227
    • 提供者:孙黎明
  1. goldcard

    0下载:
  2. 问题的提出:金卡在现代生活里应用广泛,无论排长队于ATM机前取款还是就餐、购物、就医等等。在国外电子货币十分流行,其实电子货币是系统工程,它涉及金融、安全、通信、计算机等领域。这里为使读者掌握动态数据的用法,仅模拟其存款于取款过程。-The question raised: Gold in the modern life are widely used, regardless of long lines at teller or ATM machine before dining, shoppi
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:8333
    • 提供者:王清
  1. xml_toolbox

    0下载:
  2. 这个程序即可以读取XMl文件并转换成matlab结构体,也可以把matlab结构体转换成xml格式存放。xml是最被看好的数据存储方式,xml格式的通用性减轻了大家编写格式转换代码的痛苦。-This process that can read XML files and converted into matlab structure can also be put into matlab structure xml format. xml are the most promising way
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:227975
    • 提供者:
  1. Binary_PSK

    0下载:
  2. In this exercise, you will design a BPSK detector to process the BPSK modulated data contained in the file bpskdata.mat
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-29
    • 文件大小:52580
    • 提供者:xiongying
  1. Cmeansalgorithmmatlabprocessprocedures

    0下载:
  2. C均值法的程序算法matlab 程序,本程序用MATLAB实现了聚类分析的功能,保存tex文件中,无数据-C-means algorithm matlab process procedures, the procedures used MATLAB implementation of the cluster analysis function, preservation of tex file, no data
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1371
    • 提供者:郭子中
  1. 111

    1下载:
  2. 一维油水两相模拟计算程序,包括数据输入,结果输出,模拟计算等。-One-dimensional simulation of oil-water two-phase process, including data entry, the results of the output, analog computing.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1335
    • 提供者:cui hao
  1. jisuan

    0下载:
  2. 程序主要是通过给定数据来计算子曲率半径的。-Process mainly through the given data to calculate the sub-curvature radius.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:3655639
    • 提供者:刘丹
  1. speedsort

    0下载:
  2. 快速排序是选一个中间值,程序中使用中间值,然后把比它小的数据放在左边,大的数据放在右边。两边分别递归这个过程。-Quick Sort is the election of a middle value between the value of the use of the procedure, and then put it smaller than the data on the left, the data on the right side. Recursive separately on
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:102852
    • 提供者:Ray
  1. shu

    0下载:
  2. 1.建立一个抽象数据类型的二叉树演示程序,菜单包括Creak(建树),Traval(遍历),LEAVES(叶子结点),DISPLAY(显示),DESTROY(销毁),EXIT(退出)。 2待加工的数据为字符型,在过程中键入.-1. The establishment of an abstract data type of binary tree demo program, and the menu includes Creak (contribution), Traval (traverse
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:612
    • 提供者:lingdu0001
  1. WVNN

    1下载:
  2. 小波神经网络对短期电力负荷的预测,带有小波程序,神经网络程序,输入为归一过的数据-Wavelet neural network for short-term load forecast with wavelet process neural network procedures, input data have been normalized
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:87993
    • 提供者:jin
  1. kmean

    0下载:
  2. k-means 算法的工作过程说明如下:首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。-k-means algorithm process as follows: First of all, the object data from the n choose k
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1321
    • 提供者:lining
  1. Movingleastsquaremethodbasedonthecurveandsurfacefi

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

    • 发布日期:2017-04-25
    • 文件大小:468467
    • 提供者:chenruibao
  1. MATLAB

    0下载:
  2. 主要是仿真了gold码、数据的调制、加噪、解调以及数据恢复的过程。-Simulation of gold is mainly a code, data modulation, noise, demodulation and data recovery process.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2775
    • 提供者:袁焕江
  1. LMTS

    0下载:
  2. This toolbox implements the same methods on small dadta sets and imlements a trimming method using a random uniform distribution to quickly process large data sets.-This toolbox implements the same methods on small dadta sets and imlements a trimming
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:29626
    • 提供者:mid
  1. SOFM

    0下载:
  2. 该目录包含了代码执行Kohonen自组织特征 地图网络。源代码中可以找到SOFM.CPP 。样本数据中发现 SOFMSAMP.PAT 。的自组织特征映射程序接受输入的载体和组成 计算重量。输出定向到屏幕上。-This directory contains the code to implement Kohonen self-organizing feature map network. Source code can be found SOFM.CPP. Found in the s
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:29139
    • 提供者:刘柳
  1. 1

    1下载:
  2. 这是针对一维K-means算法的实现,如果想针对多维的k-means算法流程一样,你只要设计一个多维数据点的数据结构就可以了-This is one-dimensional K-means algorithm, if you want for multi-dimensional k-means algorithm of the same process, you need to do is to design a multi-dimensional data points of the data
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:2093
    • 提供者:李华琼
  1. HT

    0下载:
  2. 这是数据结构学习过程中的实验 关于哈弗曼的编码和译码。 算法还有待改进-This is the data structure of the learning process of the experiment on the encoding and decoding哈弗曼.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1934
    • 提供者:陈文取
  1. Prim

    0下载:
  2. 数据结构学习过程中的实验 PRIM算法,简单了一点,但算法是很经典的-Data structure of the experimental learning process PRIM algorithm, a bit simple, but the algorithm is a classic
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1095
    • 提供者:陈文取
  1. HUFFMAN

    0下载:
  2. 在电报收发、数据通信过程中,可使用前缀编码使字符编码的平均长度最短。这种前缀编码可通过构造哈夫曼树的方式来实现。 算法输入:各字符及其权值。 算法输出:各字符的编码串 -In his cable, transceiver, data communication process, can use the prefix encoding character encoding so that the average length of the shortest. This prefix H
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1012
    • 提供者:柏德胜
  1. automatic-classification-cluster

    0下载:
  2. 一、问题描述若要在n个城市之间建役通信网络,只福要架设n-1条级路即可.如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。二、基本要求 (1)利用克鲁斯卡尔算法求图的最小生成树。 (2)能实现教科书6.5节中定义的抽象数据类型MFSet.以此表示构造生成树过程中的连通分量。 (3 ) 以文本形式输出生成树中各条边以及他们的权值.三、需求分析 1、构造图结构。 2、利用克鲁斯卡尔算法求图的最小生成树。 3、完成生成树的输出。 -I. Descr iption of the proble
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:684190
    • 提供者:赵婧
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 46 »
搜珍网 www.dssz.com