CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - 结构数组

搜索资源列表

  1. qiudui

    2下载:
  2. 这是一个用C语言写的球队成员管理系统,是一个小的项目,其中用到了C语言的基本语法,指针,数组,链表,文件,结构体都有,对于学习语言很有帮助-This is a C language written by the team members of the management system, is a small item, which uses the C language's basic syntax, guidelines, arrays, linked lists, document
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:27833
    • 提供者:李博
  1. ghost516

    0下载:
  2. 把一个班的学生姓名和成绩存放到一个结构数组中,寻找和输出最高分者。 要交的作业-bring a class of students names and accomplishments of a storage array structure of the search and the maximum output stakeholders. To pay operating
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:246092
    • 提供者:ghost
  1. ASM_Sort

    0下载:
  2. 用汇编语言实现的:首先通过键盘输入一已知长度的字节数组,然后对该数组进行递增排序,并显示排序结果。最后再输入一数值,在该数组中进行查找。要求使用子程序结构。-Using assembly language to achieve: First of all, through the keyboard input of a known length of the byte array, and then increase the array to sort and display the resul
  3. 所属分类:assembly language

    • 发布日期:2017-03-22
    • 文件大小:10530
    • 提供者:Tony Yau
  1. c2

    0下载:
  2. 1、 有n个学生,每个学生有m门成绩,每个学生的m门成绩用一单链表实现,n个学生所对应n个单链表的头指针用一指针数组统一存放。 1) 建立该存贮结构。 2) 查找第i个学生的某门课成绩。 链表中结点结构: struct node {char *nam;/*nam为课程名*/   float sco;/*sco为该门课程的成绩*/ struct node *link;/*link为指向下一课程结点的指针*/ -1, there are n students, e
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:29732
    • 提供者:xie
  1. HuffmanTree

    0下载:
  2. 根据哈夫曼算法,建立哈夫曼树时,可以将哈夫曼树定义为一个结构型的一维数组HuffTree,保存哈夫曼树中各结点的信息,每个结点包括:权值、左孩子、右孩子、双亲-Huffman algorithm Huffman tree is created, the Huffman tree is defined as a structure of one-dimensional array HuffTree, save the information of Huffman tree nodes, each
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:894
    • 提供者:lirunmin
  1. compiler2

    0下载:
  2. 语法分析(一) 在实验一的基础上,对符号表中的单词采用自顶向下的分析方法进行语法分析,对不符合给定的文法的字符串,给出错误信息。 内容:给定描述语法的文法为: E→E+T|E-T|T T→T*F|T/F|F F→i 注:i为实验一中分析得到的整型数值型数据,+、-、*和/为实验一文法二所描述的算符。 使用的数据结构: 1.定义一个结构体,利用该结构体定义一个数组stable,用来存放字符串中字符的属性(类型class和值value)。(与实验一同用) 2.定义
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:897
    • 提供者:刘博
  1. VBeg

    0下载:
  2. VB第一章 Visual Basic程序设计概述(1) 第二章 VB简单的程序设计(3) 第三章 VB语言基础(2) 第四章 基本的控制结构(6) 第五章 数组(4) 第六章 过程(5) 第七章 常用控件(4) 第八章 界面设计(3) 第九章 文件(2) 第十章 图形(3) 第十一章 数据库技术(1)-VB Visual Basic
  3. 所属分类:assembly language

    • 发布日期:2017-11-15
    • 文件大小:2100199
    • 提供者:wangfan
  1. 6

    0下载:
  2. 指针结构数组的c语言作业,很实用的,欢迎各位下载。-Pointer to an array of structures of the c language jobs, very practical, welcome to download.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:352174
    • 提供者:刘建波
  1. Build-dynamic-array-of-structures

    0下载:
  2. 动态创建结构体数组,实现存放学生信息的功能-Dynamically create an array of structures to realize the function of storing student information
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:825
    • 提供者:zhen
  1. shujujiegou

    0下载:
  2. 《数据结构与算法设计》一书中的全部代码实现,包括线性表、栈和队列、串、数组和广义表、树、图等。-" Data structure and algorithm design," a book of all the code to achieve, including linear lists, stacks and queues, strings, arrays and generalized tables, trees, graphs and so on.
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:199062
    • 提供者:
  1. shuzu

    0下载:
  2. 定义一个学生结构体,包括:num,name,score[3] ; 定义一个结构体数组,存放三个学生的记录; 编写两个函数,分别用于输入和输出结构体数组。主函数调用输入函数和输出函数。 - Define a student structure, including: num, name, score [3] Definition of an array of structures, three students of the record store
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:75661
    • 提供者:陈琳
  1. cyuyanshiyan

    0下载:
  2. C语言程序设计的一些基本操作练习编程,包括数组、指针、文件、结构体等-some exercises of VC,including some basis practices
  3. 所属分类:assembly language

    • 发布日期:2017-05-15
    • 文件大小:4055740
    • 提供者:淘气鬼
  1. hash

    0下载:
  2. 散列表。它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。在理想情况下,查找、插入、删除操作的时间均为O(1),是一种高效的动态集合结构。-Hash table. It to access records by key value mapped to a table in a position to accelerate the lookup speed. This mapping function called a hash f
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:776
    • 提供者:juwairen
  1. The-cloaaaaq

    0下载:
  2. (1)功能要求该系统要求文件存储用户设置闹铃信息具体功能①设定闹铃间;②修改闹铃;③取消闹铃;④闹铃/停止闹铃(2)界面友提示信息或菜单帮助用户选择功能2)程序设计建议(1) 数据结构struct time 间结构 { int year int month 月 int day int hour ia nt minute 钟 int second 秒* a/} 闹铃用数组或链表存储(2)程序模块及功能①设定模块:设定闹铃间;②修改模块:修 改闹铃;③取消模块:取消闹铃;④闹铃模块:闹铃
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1680
    • 提供者:titi
  1. kong-jian-shu-ju

    0下载:
  2. 一棵具有n个节点的完全二叉树以顺序方式存储在数组A中。设计一个算法构造该二叉树的二叉链存储结构。-Complete binary tree with n nodes in a sequential manner are stored in the array A. Design an algorithm constructed binary chain storage structure of the binary tree.
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:12662
    • 提供者:看清
  1. C++Course(上)

    0下载:
  2. 有关C++学习的一些课件和资料,这里包括程序控制结构,函数和一维、二维数组的学习等(Some courseware and information about C++ learning)
  3. 所属分类:汇编语言

    • 发布日期:2018-04-22
    • 文件大小:8553472
    • 提供者:fiona心语
  1. 数据结构教程上机实验指导

    0下载:
  2. 本书是《数据结构教程》的配套上机实验指导书,两书章次一一对应,内容包括线性表、栈和队列、串、数组和稀疏矩阵、递归、树状结构、广义表、图、查找、内排序、外排序、文件等。书后附录中给出了VC++ 6.0环境下编写C程序所需的基本知识及学生应提交的实验报告的格式。本书包含全部上机实验题目,因此自成一体,可脱离《数据结构教程》单独使用。
  3. 所属分类:汇编语言

搜珍网 www.dssz.com