登录
首页 » 算法 » 精品数据结构

精品数据结构

于 2022-01-20 发布 文件大小:689.88 kB
0 121
下载积分: 1 下载次数: 1

代码说明:

// simpleSeq.cpp : #include //定义在头文件“seqList.h”中 #include const int defaultSize = 100; using std::endl; using std::cerr; class SeqList{ protected: int *data; //存放数组 int maxSize; //最大可容纳表项的项数 int last; //当前已存表项的最后位置(从开始) void reSize(int newSize); //改变data数组空间大小 public:

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • used for the preparation of the polynomial interpolation algorithm
    用c++编写的关于多项式插值的算法-used for the preparation of the polynomial interpolation algorithm
    2022-01-26 01:14:55下载
    积分:1
  • 龙格库塔求解导弹微分方程
        利用四阶龙格库塔法求解导弹微分方程。龙格-库塔(Runge-Kutta)方法是一种在工程上应用广泛的高精度单步算法。由于此算法精度高,采取措施对误差进行抑制,所以其实现原理也较复杂。该算法是构建在 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-01-26 05:16:34下载
    积分:1
  • NSGA-Ⅱ多目标优化
    nsga2算法优化ZDT2测试函数。收敛到Pareto最优前沿,对于从事这方面算法工作的初学者们有很大的帮助。可以借鉴学习下
    2022-03-05 21:57:29下载
    积分:1
  • 地震频率-波数域相移波动方程正演模拟,适合地震正演的初学者
    资源描述地震频率-波数域相移法波动方程叠后正演模拟,适合地震正演的初学者,频率-波数域波动方程正演、偏移无法适应横向变速较大的地质模型,但预算速度较快,对于一般的地球物理层状速度模型效果较好
    2022-11-04 02:40:07下载
    积分:1
  • 用蒙特卡洛方,求解出抛物线方程在给定区间内的积分值。...
    用蒙特卡洛方法,求解出抛物线方程在给定区间内的积分值。-Using Monte Carlo methods for solving a parabolic equation in a given range of integral values.
    2022-07-22 19:09:00下载
    积分:1
  • 1。介绍这个程序是用C++语言编写的一系列的逗号…
    1.简介 本程序是用C语言编的一个基于命令行的文件合并分割器。主要用于分割和合并文件,可以按大小分或者按个数等分。支持分割和合并的批处理。其中命令行以及批处理语句有一定的规则,需要用户学习后才能熟练使用。 2.功能  能够实现多个文件的合并功能  能够实现同一目录下的所有文件或所有具有相同属性(同后缀)的文件,按照文件名的顺序合并  能够实现对于一个文件的分割功能,可以按照两种要求进行分割:第一,按照用户给出的分割个数;第二,按照用户给出的每个文件大小  支持文件合并与分割功能的批处理-1. Introduction This procedure is used C language based on a series of the command line in the paper division for the merger. Mainly for segmentation and merger documents, in accordance with the size of sub-sub or by number. Support split and merger of the batch. These command line and batch statements to certain rules, requiring the user to learn the use of skilled before. 2. Function# 61548 can be achieved by merging multiple files functional# 61,548 to achieve the same directory of all documents or all of the same attributes (with extensions) of the document, according to documents from the merger order to achieve# 61,548 for a separate function of the document, according to two separate requirements : First, the
    2023-04-25 00:35:03下载
    积分:1
  • 和复杂度》(英文版)
    《算法和复杂度》(英文版)-"algorithms and complexity" (English version)
    2022-03-13 04:03:32下载
    积分:1
  • Apriori 的 c + + 实现
    Apriori 算法 c + + 实现。 它可以处理数据的量大。 该程序可以用于数据挖掘。
    2022-04-01 12:01:40下载
    积分:1
  • 快速排序与随机 pivote 和 c + + 源代码
    快速排序是一种分而治之算法。快速排序将大表分成两个更小的子列表:低和高的元素的元素。快速排序可以递归的子列表排序。步骤:选择一个
    2022-02-26 20:33:39下载
    积分:1
  • 数值计的C语言代码,包括了大部分C语言的,希望对大家有用...
    数值计算的C语言代码,包括了大部分C语言的算法,希望对大家有用-The C-numerical code, including most of the C language algorithms, hope for all of us
    2022-08-22 13:49:00下载
    积分:1
  • 696518资源总数
  • 105003会员总数
  • 10今日下载