搜索资源列表

  1. yanghuiTriangle

    0下载:
  2. 利用动态数组实现的杨辉三角的输出,根据用户输入的阶数输出相应的杨辉三角。-Yanghui Triangle by C.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-20
    • 文件大小:177152
    • 提供者:相国成
  1. 1.2-DynamicArray-class-better

    0下载:
  2. 动态数组的生成程序,一个很好的促学c++的工具,希望大家光顾-Dynamic Array genetor dgdg d gdd d d da
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:148480
    • 提供者:wwm
  1. One-dimensional-dynamic-array-class

    0下载:
  2. 一维动态数组类:定义和一维动态数组,包括重载数组运算符-One-dimensional dynamic array class: definition and one-dimensional dynamic array, including overloaded array operator
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:zzs
  1. newChess

    0下载:
  2. 用c++设计和开发的五子棋游戏 用1和2代表黑棋白棋 用动态数组来表示棋子的位置-1 and 2 represent the location of the Black white side pawn to represent dynamic array backgammon game with c++ design and development
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:陈中杰
  1. determinant-caculator

    0下载:
  2. 利用动态数组实现任意阶行列式计算,先将行列式化为上三角型,在计算对角线元素乘积-Dynamic arrays of any order determinant calculation, first the determinant into upper triangular, in the calculation of the diagonal elements of the product of
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:高富帅
  1. Array

    0下载:
  2. 用类实现动态数组的各种操作,获取数组大小,重置数组大小,获取元素,重载[]操作符,追加新元素,删除元素,插入元素,重载=-With class implements a dynamic array of various operations, access to the array size, the size of the array is reset, access to the elements, overloaded [] op
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:songyanzhi
  1. dyn_arrary

    0下载:
  2. 输入一维整形数组长度和数组元素,将各元素取反加一后的数组输出,要求采用动态数组方式实现;-Enter the length of a one-dimensional array of integers and an array of elements, each element is anti-plus-one array output, requires a dynamic array of ways to achieve
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:205824
    • 提供者:yundenghui
  1. clsArray

    0下载:
  2. VB里面没有类似C++的队列的类,本源码在VB上实现了一个动态数组,可以自由添加数组元素,获取数组成员个数-VB there is no class of similar C++ queue, this source code in VB to achieve a dynamic array, the array elements can freely add, for the number of array members
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:周振宇
  1. 7_2_15

    0下载:
  2. 随机产生N个整数值,N由用户输入,存于动态数组中,并计算其和与均值-Random integer values ​ ​ to generate N, N input by the user, stored in a dynamic array, and calculate and mean
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:艾栎
  1. stack

    0下载:
  2. 用C语言实现的基于动态数组的栈结构,使用非常方便-C language-based dynamic array stack structure, use very convenient
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李嘉
  1. achvectors

    0下载:
  2. Delphi 的矩阵库,可以实际动态数组,矩阵产实现搜索等功能-Vectors is a class library for Object Pascal (Delphi 1, 3-7, Borland C++ Builder, Borland Kylix, Free Pascal v.1.0 and higher) which implements vectors (dynamically sized arrays) based
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:348160
    • 提供者:sun2grit
  1. array

    0下载:
  2. array接口,提供了动态数组的接口和实现,内有array.c为实现array.h为接口以及makefile。可在gcc下编译通过-array interface and implementation
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:zeropointer
  1. cPP

    0下载:
  2. C++学习资料 包括C++动态数组 C++类模版和链表结构-C++ learning materials including C++ dynamic array C++ of class template and linked list structure
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:3521536
    • 提供者:KK
  1. uCode

    0下载:
  2. 用delphi实现结构体(含指针,string,anstring,动态数组等)的复制,释放,流化,与反流化,可以应用是三层方面的传输部件,目前应用于实际项目. 虽然存在一定的BUG,修修就可以用了.-Structure (including pointer, string, anstring, dynamic arrays, etc.) with delphi copy, release, fluidization, and reflu
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:fatspider
  1. 3DArray

    0下载:
  2. 三维动态数组,实现基本的赋值,加法,减法,乘法-Three-dimensional dynamic arrays, basic assignment, addition, subtraction, multiplication
  3. 所属分类:界面编程

    • 发布日期:2024-05-20
    • 文件大小:342016
    • 提供者:yufeng
  1. Scorelist

    0下载:
  2. 编程实现成绩表及其相关操作,具体要求如下: 自定义类型Score为: 结构体类型{学生名+课程名+分数} 自定义类型ElemType为: Score 自定义类型SqList为包含如下两个成员的结构体类型: {基类型为ElemType的动态数组elem int length} 实现如下针对SqList的函数 InputSco OutputSco InputElem OutputElem ListCrea
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:w
  1. arraypara

    0下载:
  2. 这是一个更深层次的Delphi编程操作实例,Delphi利用动态数组作为函数参数使用。以上的程序截图中,输入相当参数,可进行函数计算-This is a deeper Delphi programming operation instance, Delphi dynamic array as a function parameter. The above screenshot of the program, enter the cons
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:86016
    • 提供者:wang
  1. Dynamic-array-class

    0下载:
  2. 动态数组类,动态数组(Dynamic Array)类的封装练习-Dynamic array class, dynamic array (Dynamic Array) package practice
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:4579328
    • 提供者:李丁
  1. test

    0下载:
  2. 动态数组空间的分配问题 冒泡排序的基本实现问题-bubble sort
  3. 所属分类:Shell编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:王凯
  1. polynomial

    0下载:
  2. H11增强Polynomial类 (1) 以动态数组实现多项式类。多项式系数的最大上限为int数据类型能表示的最大整数,但在构建对象时不指定系数上限 (2) 对两个Polynomial类对象的运算,分别重载“+”“-”运算,并能够级联调用 (3) 重载“<<”操作符,并能级联调用。 (4) 重载赋值运算符“=”,思考为何必须重载该运算符,如果不重载会发生什么问题? -H11 Enhanced the Po
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:张国
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 28 »

源码中国 www.ymcn.org