搜索资源列表
C
- 数据类型:基本数据类型(包括常量和变量),构造数据类型(包括数组类型,结构类型,联合类型),指针类型,空类型(其类型说明符为void)四大类。 整形量包括:整形常量,整型变量。整形常量就是整常熟。使用的整常数有八进制,十进制,十六进制三种。 -Data types: basic data types (including constants and variables), structural data types (including array type, structure typ
YAM_Project
- 仿MATLAB计算软件本软件是一款科学计算平台,支持MATLAB的大多数语法,但尚不支持外部函数调用和复杂的数据结构。本软件可供广大师生进行基本的学习和教学工作,对科研人员也有所帮助。“YAM”意为“Yet Another Matlab”。本套软件包含如下程序: YAM.exe 软件主程序,用于输入和输出指令 compiler.exe 用于进行源代码编译并生成中间代码 interpreter.exe 用于解释中间代码并生成最终结果 Figure.exe 用于绘制图形
Ma
- 管理系统管理信息系统(学生成绩、人事、图书、资产、工资。。。。。。)完成功能的详细说明。 2. 对问题的分析、所选用的数据结构及理由、所选方法的优点及问题。 3. 程序模块的构成及功能、特殊技巧的说明。 4. 程序运行结果及结果分析。 5. 交互式程序需说明使用方法;输入的参数个数、类型及实例。-Management System Management Information System [student achievement, personnel,
search_queue
- 哈夫曼编码的实现,源于《数据结构(C语言版)》书中核心算法,运行环境是Visual studio6.0-Huffman coding to achieve, due to " data structure (C language version)," the book the core algorithm, operating environment is Visual studio6.0
1
- 数据结构 内部排序分析(C++源代码) 其中包括 第一种算法为选择排序,二为插入排序,三是冒泡排序,六是二分法插入排序-Analysis of internal data structure to sort (C++ source code) which includes an algorithm for the selection of the first order, second for the Insertion Sort, Bubble Sort is three, six is
fgfgfg
- C语言设计 考试管理系统 设计内容: 1、每一条记录包括一个学生的学号、姓名、主要课程的成绩。 2、单用户信息查询功能:。查询特定学生的记录,求其总分,平均分 3、学生信息浏览功能:显示所有学生的成绩记录,总分、平均分。 4、不及格记录查询功能:查询有不及格课程的学生信息。 5、排序功能:按学生平均成绩进行排序。或以某1单科成绩排序。 6、将学生记录存在结构体(student)中。 7、应提供一个界面来条用各个功能,条用界面和各个功能的操作界面应尽可能的清晰美观。
qishi
- 算法与数据结构(C语言版,请勿用在商业,仅作学习交流用)。骑士巡游,算法和数据结构很有研究的价值。-Algorithms and Data Structures (C language version, please do not use in the business, only to learn the exchange of use). Knight parade, algorithms and data structures great deal of research value.
stack
- 这个程序是数据结构(C语言描述)中的小程序,主要涉及的知识点为栈的概念及运算,此程序涉及到栈的五种基本运算。实现的功能是加减乘除四则运算,结果为双进度,最终结果可以转换成二进制、八进制、十六进制。是学习数据结构c栈知识的有效程序。-This program is a data structure (C language to describe) in the small programs, mainly related to the concept of knowledge points to
maze
- 数据结构(c语言)栈的初学者学习代码:迷宫找出口的实现-Data structure (c language) stack for beginners to learn Code: realization of the maze to find export
Student--System
- 运用面向过程程序设计方法设计一个小型的学生信息管理系统。该系统要管理的学生信息包括:学号(Num)、姓名(Name)、性别(Sex)、出生日期(Birthday)、三门课成绩﹝英语(English) 、数据结构(DataStructure)、C++程序设计(CPlusPlus)﹞、总成绩(Sum)、平均成绩(Average)。-The use of process-oriented programming method to design a small student information
新建文本文档
- 一、循环队列的基础知识 1.循环队列需要几个参数来确定 循环队列需要2个参数,front和rear 2.循环队列各个参数的含义 (1)队列初始化时,front和rear值都为零; (2)当队列不为空时,front指向队列的第一个元素,rear指向队列最后一个元素的下一个位置; (3)当队列为空时,front与rear的值相等,但不一定为零; 3.循环队列入队的伪算法 (1)把值存在rear所在的位置; (2)rear=(rear+1)%maxsize ,其中maxsize代表数
严蔚敏《数据结构》的全部代码实现(C语言)
- 这是严蔚敏老师数据结构的代码实现,数据结构重算法思想,我个人觉得比较好(This is Yan Weimin teacher data structure of the code to achieve, data structure re-algorithm ideas, I personally feel better)
《数据结构》的全部代码实现(C语言)
- 数据结构的源代码,功能的部分实现,可以对应书本知识一起用(Data structure source code implementation)
高级数据结构
- 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
dm02_线性表顺序存储设计与实现
- 数据结构(C语言版)线性表的顺序存储API函数实现代码(The API function realization code of the linear table of data structure)
dm03_线性表链式存储设计与实现
- 数据结构(C语言版)线性表的链式存储设计与实现(完整代码)(The chain storage design and implementation of the data structure (C language version) linear table (complete code))
wbm03_circlelist
- 数据结构(C语言版)循环链表的完整代码,还有约瑟夫问题的代码(The complete code of the loop list of the data structure (C language version) and the code for the Joseph problem)
数据结构(C++语言版)附习题解析
- thu 邓俊辉 数据结构,第三版的 配合学堂在线,效果无敌(this is the data struct of THU 3rd C++)
GraphCPro
- 现有一个景区,景区里面有若干个景点。现欲开发景区信息管理系统,对景点的信息进行管理。使用图的数据结构来保存景区景点信息,为用户提供创建图、查询景点信息、旅游景点导航、搜索最短路径、铺设电路规划等功能。 使用C++语言,通过对景区信息管理系统的四次迭代开发,实现以下主要学习目标: 1)掌握图的定义和图的存储结构,图的创建方法及其应用 2)掌握图的两种遍历方法及其应用 3)掌握迪杰特斯拉(Dijkstra)算法及其应用 4)理解最小生成树的概念、掌握普里姆(Prim)算法及应用(T
表达式求值(浮点数运算)
- 用c/c++ 编写的,关于数据结构中用入栈和出栈等,实现表达式求值问题。(expression evaluation)