CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 结构数组

搜索资源列表

  1. C

    0下载:
  2. 数据类型:基本数据类型(包括常量和变量),构造数据类型(包括数组类型,结构类型,联合类型),指针类型,空类型(其类型说明符为void)四大类。 整形量包括:整形常量,整型变量。整形常量就是整常熟。使用的整常数有八进制,十进制,十六进制三种。 -Data types: basic data types (including constants and variables), structural data types (including array type, structure typ
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:5097
    • 提供者:gongxd
  1. qarray_demo

    0下载:
  2. c++中自定义结构的动态数组源码,支持排序.给了动态数组模板类,以及排序的模板函数.-c++ customize dynamic array source to support the sort. to the dynamic array template class, as well as the sort of template function.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:13268
    • 提供者:wdx
  1. 21

    0下载:
  2. 测试结构体的使用,即结构体数组的使用,并对结构的使用进行了测试。-The use of the test structure, that is, the use of array structures, and the use of the structure were tested.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:7043
    • 提供者:Rdc
  1. shuzhifenxi5

    1下载:
  2. 实验题目:Romberg求积公式 相关知识:用两个相邻的近似公式(其中后一个公式是由前一个公式的分半得到的)的线性组合而得到更好的近似公式的方法,就是近代电子计算机上常用的Romberg求积方法,也叫逐次分半加速(收敛)法。 设以 表示二分k次后求得的梯形值,且以 表示序列{ }的j次加速值。Romberg求积公式的T表如下 k h … 0 b-a … 1 … 2
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:811
    • 提供者:张涛
  1. VBVC

    0下载:
  2. VBVC之间的通信,通过VB结构数组输入数据VC编写DLL实现图形文件-Communication between VBVC through VB array of input data structure VC to prepare the realization of graphics files DLL
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:176425
    • 提供者:月夜の痕
  1. 7-2

    0下载:
  2. (1)分别采用结构体数组和链表存储学生信息(包括学号、姓名、各科成绩) (2)通过键盘输入各学生的多门课程的成绩,建立相应的文件input.dat。 (3)按各科总成绩排序,并生成相应的文件输出。 (4)计算每人的平均成绩,按平均成绩排序,并生成文件。 (5)按学号、姓名查找学生记录。 -(1), respectively, and an array of linked list structures storing student information (includin
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1260
    • 提供者:jlxxop
  1. 1

    0下载:
  2. 编写一个职工档案程序,设计实现如下功能: (1) 建立一个职工数据结构,结构包含姓名、序号、性别和年龄信息; (2) 建立一个结构数组,以便放置10个职工信息; (3) 设计一个函数,输入职工信息; (4) 建立一个简明数据结构,只包含姓名和年龄信息; (5) 编制一个函数,可以删除指定职工数据; (6) 编写一个简单的菜单提供上述操作。菜单如以下形式: 1. 输入数据 2. 显示原始数据 …… -Write a workers file prog
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1061
    • 提供者:bin
  1. test100sell

    0下载:
  2. 考试时做的一个,写入文件的小程序 已知在文件IN1.DAT中存有100个产品销售记录,每个产品销售记录由产品代码dm(字符型4位)、产品名称mc(字符型10位)、单价dj(整型)、数量sl(整型)、金额je(长整型)五部分组成。其中:金额=单价×数量。函数ReadDat()的功能是读取这100个销售记录并存入结构数组sell中-A test done, write to file a small program There are 100 known product sales reco
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:529
    • 提供者:jie
  1. 1

    0下载:
  2. 结构体与共用体的一个小程序。 (1) 输入实际学生人数n (2<n<4); (2) 输入每个学生的信息,组成结构数组,并输出; (3) 统计男、女生人数并输出; (4) 计算全班平均成绩并输出; (5) 将低于全班平均成绩的学生信息按行输出 -A small program structures and unions. (1) Enter the actual number of students n (2 <n <4) (2) Ente
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:675
    • 提供者:鸭梨君
  1. Array

    0下载:
  2. 数据结构 数组头文件 加入项目中可直接使用 Array.h Array.c Test.c-Data Structure Array
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:250759
    • 提供者:刘宣东
  1. VisitSpeedOfDifferentDataTypes

    0下载:
  2. matlab编写的程序,访问double型、cell型、结构数组时间对比-matlab prepared, accessing double type, cell type, structure array comparative time
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1173
    • 提供者:张三
  1. 调用示例

    0下载:
  2. C#调用C++ dll, 包括结构体, 数组, 函数指针, 字符串等等(C# calls C++ DLL, including the structure, array, function pointer, string, and so on)
  3. 所属分类:其他

  1. tesu-arcay-array

    0下载:
  2. 一个用C#开发的测试结构数组使用方法的程序!望赐教!(An array of development of test structure in c # using the method of program!)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:苏林00
  1. 新建文本文档

    0下载:
  2. 一、循环队列的基础知识 1.循环队列需要几个参数来确定 循环队列需要2个参数,front和rear 2.循环队列各个参数的含义 (1)队列初始化时,front和rear值都为零; (2)当队列不为空时,front指向队列的第一个元素,rear指向队列最后一个元素的下一个位置; (3)当队列为空时,front与rear的值相等,但不一定为零; 3.循环队列入队的伪算法 (1)把值存在rear所在的位置; (2)rear=(rear+1)%maxsize ,其中maxsize代表数
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:刘祥
  1. Word

    0下载:
  2. 数组循环前移并输出,带有//注释,数据结构所属课程(Array loop forward and output)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:1606656
    • 提供者:小朋友.
  1. 高级数据结构

    0下载:
  2. c++实现以下题目(可以用visio2015编译) 1.序列和的前n小元素(优先队列) 2.破译密文(并查集) 3.逆序对(树状数组)  4.郁闷的出纳员(伸展树) 5.星际争霸(Treap)(C++ implements the following topics (can be compiled with visio2015) 1. sequence and the former n small elements (priority queues) 2. decipherin
  3. 所属分类:其他小程序

    • 发布日期:2018-01-09
    • 文件大小:287744
    • 提供者:剑豪
  1. 数组

    0下载:
  2. 数据结构数组!!!!!!!!高质量代码,希望大家采纳!!!!!(wwerqrwetwregwreiojghjitrwhrtjihujitrjeh)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:1167360
    • 提供者:ewqeq
  1. VB6动态折线图

    0下载:
  2. 将串口通信数据采集代码放到Timer中,将采集来得数据通过ADO对象存入Access数据库。 2、将采集来的数据以时间(x)、数据(y)的结构存入一个结构数组,以便绘制曲线(The serial communication data acquisition code is placed in Timer, and the collected data is stored in the Access database through the ADO object. 2, the collected
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:6144
    • 提供者:小饼子
  1. p137

    0下载:
  2. C 语言支持数组数据结构,它可以存储一个固定大小的相同类型元素的顺序集合。数组是用来存储一系列数据,但它往往被认为是一系列相同类型的变量(The C language supports array data structure, which can store a fixed set of sequential elements of the same type. Arrays are used to store a series of data, but they are often cons
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:4096
    • 提供者:吃喵鱼
  1. p217

    0下载:
  2. C 语言支持数组数据结构,它可以存储一个固定大小的相同类型元素的顺序集合。(The C language supports array data structure, which can store a fixed set of sequential elements of the same type.)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:4096
    • 提供者:吃喵鱼
« 12 3 4 5 »
搜珍网 www.dssz.com