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

搜索资源列表

  1. 傅里叶级数逼近源码

    0下载:
  2. 傅立叶级数在数字信号处理中有非常重要的应用,这里提供了傅立叶级数在C环境下的源码及其应用,对于数据处理的工程人员大有裨益。-Fourier series in the digital signal processing is a very important application, it provides Fourier Series C environment in the source and application of data processing for the engineeri
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:836
    • 提供者:赵凤鲜
  1. Clisttable

    0下载:
  2. c++中数据结构的链表处理程序-c structure of the data processing procedures Chain
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:65426
    • 提供者:刘学辉
  1. QS_3star

    0下载:
  2. 程序利用循环的方式实现了快速排序算法,改变了递归算法无法实现大规模数据处理的缺陷,另外三准星法也提升了算法的效率和稳健性。-Procedures be achieved using the rapid cycle of sorting algorithms, recursive algorithms can not change the large-scale data processing defects in the other three sight law also improves t
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1729
    • 提供者:ljk05
  1. FFT

    0下载:
  2. fft变换程序,适合地震数据频谱分析及滤波处理方面-fft transform program, suitable for seismic data processing, spectral analysis and filtering
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:925
    • 提供者:毕有益
  1. datatreat

    0下载:
  2. 数据处理程序,对于有大量数据的处理程序。-Data processing program, for a large number of data processing procedures.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1676
    • 提供者:wangzhuzhu
  1. 24point

    0下载:
  2. 计算24点,采用逆波兰式对输入进行判断,应用堆栈对数据进行处理。-24 points calculated using the Reverse Polish Notation on the input to judge the application stack of the data processing.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2597
    • 提供者:Rick
  1. Grey_Correlation_Analysis

    0下载:
  2. 用C实现的灰色关联排序程序。代码完整,实现了多种数据的处理方法,包括:初值化处理、最大值化处理、区间值化处理等。-Implemented using C Grey sorting process. Code integrity, and achieve a variety of data processing methods, including: initial processing, the maximum processing, interval value of handling.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:214489
    • 提供者:john
  1. math

    0下载:
  2. 经典数值算法源码,包括:数据处理与回归分析,特征函数,插值,矩阵特征值与特征向量的计算,矩阵运算,-Classical numerical algorithm source code, including: data processing and regression analysis, the characteristic function, interpolation, eigenvalue and eigenvector calculations, matrix operations,
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:309272
    • 提供者:csc
  1. Array-processing

    0下载:
  2. 此程序可实现数据结构中对数组的相关操作,包括初始化,创建数组,修改和输出数组某元素-This program can be an array of data structures related to the operation, including initialization, create an array, modify, and output an array element
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:362505
    • 提供者:范特西
  1. stack-processing

    0下载:
  2. 此程序可实现数据结构中对堆栈的相关操作,例如入栈,出栈-This program data structure can be related to the operation of the stack, such as stack, stack, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:306016
    • 提供者:范特西
  1. Queue-processing

    0下载:
  2. 此程序可实现数据结构中对队列的相关操作,包括入队,出队-This program can be realized on the queue data structure related to operations, including into the team, a team, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:320973
    • 提供者:范特西
  1. Massive-Data-Processing-Methods

    0下载:
  2. Massive Data Processing Methods,海量数据处理的常见方法,大数据的查询排序进行了总结,对求职者有较好的帮助。一些大的互联网公司都会涉及到大数据的处理方面的提问。-Massive Data Processing Methods, a common method for mass data processing, sorting large data queries were summarized to help job seekers better. Some lar
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:9527
    • 提供者:
  1. [Data-structure]-Scan-Edition

    0下载:
  2. 这是严蔚敏、吴伟民版的数据结构,对初学者和数据处理要求很高的程序开发人员都用很大帮助-This is Yan Wei-min, Wu Weimin version of the data structure, data processing for beginners and demanding program developers to help with the great
  3. 所属分类:Data structs

    • 发布日期:2017-06-17
    • 文件大小:27221346
    • 提供者:李玉喜
  1. Stack-processing-data

    0下载:
  2. 编写三个函数;主函数、进栈函数、出栈函数。 主函数定义并初始化堆栈,用一个循环,由用户输入对堆栈的操作要求,进栈、出栈或结束操作。 进栈函数在数据进栈前要测试堆栈是否已满,如果已满,则输出提示,告知堆栈已满并取消本次进栈操作;如果未满,将数据进栈并修改栈顶指示器。 出栈函数在数据前要测试堆栈是否已空,如果已空,则输出提示,告知堆栈已空并取消本次出栈操作;如果为空,将栈顶出栈并修改栈顶指示器。数据出栈应将其输出到屏幕。 . -Stack processing data
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:755
    • 提供者:林树屏
  1. Data-Structure

    0下载:
  2. 数据结构作为一门基础性的课程,对于编程很重要,本文本提供了最基本的数据处理,如插入,删除,查找等-Data structure as a basic course, for programming is very important, this paper this provides the most basic data processing, such as insert, and delete, search, etc
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4179
    • 提供者:顾幂
  1. hailiang

    0下载:
  2. 海量数据处理的问题是很多面试笔试中经常出现的问题,是对数据结构和算法方面的考察,在数据库和搜索引擎方面有很大的作用。-The massive data processing is a recurrent problem in many interview written test, and inspection of the data structures and algorithms, databases and search engines have a significant role.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:26237
    • 提供者:张力
  1. banker

    0下载:
  2. 实现了银行家算法的源代码,在输入数据为大数据的时候也可以进行处理。-Bankers algorithm source code can also be input data for data processing.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:677
    • 提供者:饭饭
  1. Geophysical-data-processing

    0下载:
  2. 物探数据处理-重磁数据处理软件,地球物理学的人看看。-Geophysical data processing- the gravity and magnetic data processing software
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1166083
    • 提供者:张三
  1. e

    0下载:
  2. 本次实验需要建立一个关于学生姓名及其若干课程成绩的数据处理 系统,在满足基本的数据存储功能以外,还需要向用户提供添加新学生信息、删除已有学生信息、按某一门成绩对学生信息进行排序、按要求查询学生信息、输出学生信息到文件等功能 -The experiment requires the establishment of a data processing system on the students name and certain of its course grade to meet th
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:2696
    • 提供者:liqian
  1. nihequxian

    0下载:
  2. 改程序应用于数据校正以及一般的数据处理当中,用于曲线的拟合,目标是使得数据协调达到期望【版权所有】-The procedure is applied to the data correction and data processing, used for curve fitting, the target is to make data coordination to achieve the desired All Rights Reserved
  3. 所属分类:Data structs

    • 发布日期:2017-11-15
    • 文件大小:656
    • 提供者:许博
« 12 3 4 5 »
搜珍网 www.dssz.com