CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 书籍源码 搜索资源 - 数组实现

搜索资源列表

  1. 仓库管理系统(C语言)

    0下载:
  2. 一个仓库管理系统,用C语言编写的,之前做过学生成绩管理系统与此有相同的地方。采用结构体数组,具有输入商品,排序的功能,用菜单实现查询,学习C语言的好程序-a warehouse management system using the C language, the students did before the performance management system with the same place. Using the structure of the array, with the
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1959
    • 提供者:刘鹏
  1. nanka100ti

    0下载:
  2. 函数ReadDat()实现从文件ENG.IN中读取一篇英文文章,存入到字符串数组xx中;请编制函数encryptChar(),按给定的替代关系对数组xx中的所有字符进行替代,仍存入数组xx的对应的位置上,最后调用函数WriteDat()把结果xx输出到文件PS10.DAT中。 -ReadDat function () from a document ENG.IN read an article in English. credited to the string array xx; Plea
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:44638
    • 提供者:满玉
  1. 2_8.c

    0下载:
  2. 约瑟夫环问题 采用C语言编写 没有用链表 而是用数组实现-Josephus problem using C language does not use chain instead of the array to achieve
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1032
    • 提供者:
  1. bigdata

    0下载:
  2. 实现不超过100的数的阶乘!用数组实现打出的存储,与去放!-not achieve more than 100 the number of factorial! Making use of the array to achieve the storage, and up to!
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1041
    • 提供者:李强
  1. yiyuanshuzu

    0下载:
  2. 用C++编写的关于实现一元数组的加减乘除的程序,相信大家在做报告时会遇到
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2440
    • 提供者:夏阳
  1. 26

    0下载:
  2. 26.编写一个具有如下样式的类模板tmplt,用于实现所谓的反序输出问题,其中使用了类型参数T(使所处理的元素类型可变化)以及普通参数n(元素个数也可变化): template <class T, int n> class tmplt { T arr[n] // n个T类型的数据存放于数组arr之中 public: void dataIn() //从键盘输入n个T类型数据放入arr数组中 void reverseOut() //将arr数组中的数
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1280
    • 提供者:shaobing
  1. C

    0下载:
  2. 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实例13 求解二维数组的最大/最小元素 29 实例14 利
  3. 所属分类:source in ebook

    • 发布日期:2017-05-16
    • 文件大小:4363395
    • 提供者:郎永山
  1. CircleQueue_with_array_list

    0下载:
  2. 本程序中分别用数组和链表实现了环形队列,有利于理解环形缓冲区的实现。-This program implements circle queue by array and list.It is useful to understand the solution to circle buffer.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:1798
    • 提供者:肖斌
  1. Heyy

    0下载:
  2. 读取DAT和txt文件的VC代码,存储在数组中,并能够实现数据的操作和文件的存储。-DAT, and txt files to read VC code stored in the array, and can achieve the data manipulation and file storage.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:1905954
    • 提供者:
  1. 2-2

    0下载:
  2. 实现众数算法。 众数是数列中出现频数最高的数字。 实现从文件读取数列与数组长度,向文件输出结果与频数。-To achieve mode algorithm. Mode is the frequency of the number of the number of columns appear in the highest number. The number of columns to read from a file with the array length and frequency of
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:964
    • 提供者:ROLL
  1. Suffix_Array

    0下载:
  2. 本文介绍后缀数组的基本概念、方法以及应用。 (附上一道题及其实现)-Suffix Array
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:225344
    • 提供者:盛伟
  1. vclianshuzu

    0下载:
  2. 用数组和指针实现公司职员的信息管理程序,用于VC练习-Array and pointer with staff to achieve the information management procedures for the VC practice
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:277445
    • 提供者:yuyu
  1. 7.13

    0下载:
  2. primer4 第七章 7.13 用三种方法实现对一个数组求和,以不同的方法处理数组边界 平台:vs2008-primer4 Chapter 7.13 in three ways to realize the sum of an array, an array of different approaches to the border Platform: vs2008
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:4440
    • 提供者:rocam
  1. main

    0下载:
  2. 实现词法分析的设计,和符号表的填写,还有符号表结构数组内情向量表的设计。-Lexical analysis, design implementation, and fill in the symbol table, as well as an array of symbol table structure design of the vector close to the situation.
  3. 所属分类:书籍源码

    • 发布日期:2017-04-08
    • 文件大小:2474
    • 提供者:pandage
  1. Visual-CPP400source-code

    0下载:
  2. Visual C++范例大全 400+的实例源码 光盘实例源码 第1章 实例001——实现C++类的多重继承 实例002——使用虚函数实现运行时多态 实例003——操作符重载实现编译多态(复数的加法运算) 实例004——使用函数模板实现不同数据类型的极值函数 实例005——使用C++实现格式化数据的IO 实例006——实现数字金额的中文大写转换 实例007——将十进制数转换为二进制输出 实例008——产生随机数 实例009——实现排序
  3. 所属分类:source in ebook

    • 发布日期:2017-06-14
    • 文件大小:22656950
    • 提供者:陈霸天
  1. shuzuduibi

    0下载:
  2. 快速实现数组对比,能作为一些数据的相似性对比使用-Fast array of contrast, can be used as the similarity comparison of the data
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:10316
    • 提供者:莫山大
  1. maxminfilter

    0下载:
  2. 数组数值的最大值最小值过滤,C++程序实现-Maximum Minimum filter array values​ ​ , C++ program
  3. 所属分类:source in ebook

    • 发布日期:2017-11-28
    • 文件大小:643
    • 提供者:linyongtian
  1. dazhengshu

    0下载:
  2. 本程序是数据结构作业之一,其用数组实现了大整数的基本操作。基本操作包括:加法、减法、取模、移位等。-This program is one of the jobs of a data structure, use the array to achieve the basic operation of large integers. Basic operations: addition, subtraction, modulo, shift.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-01
    • 文件大小:3806
    • 提供者:田顺建
  1. polynomial

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

    • 发布日期:2017-11-24
    • 文件大小:1651
    • 提供者:张国
  1. Tripl

    0下载:
  2. C语言实现三元数组,包括初始化,删除数组,输入输出数据,判断升序降序等功能(C language to achieve three yuan array, including initialization, delete array, input and output data, to determine ascending descending order and other functions)
  3. 所属分类:书籍源码

    • 发布日期:2018-05-01
    • 文件大小:361472
    • 提供者:feifan12345
« 12 »
搜珍网 www.dssz.com