搜索资源列表
disperse_event_simulater
- 离散事件模拟程序,以及自定义数据类型的队列实现-Discrete event simulation program, as well as custom data types of queues to achieve
stack
- 自定义数据类型的堆栈数据结构实现,早些时候学习的时候写的代码了,-Custom data types of the stack data structure to achieve the earlier study, when writing code, and
qsort
- 快速排序算法,支持自定义快速排序算法和c++库排序算法。-Quick Sort algorithm, support for custom quick sort algorithm and c++ library sorting algorithm.
BestPath
- 主要实现最短路径的可视化展示。可以在程序中利用鼠标绘制路网,自定义起点和终点后就能自动的绘制出最短路线。-To achieve the shortest path to the main visualization display. Can be used in the program draw the road network in the mouse, custom start and finishing point will be able to automatically draw th
StringTest
- 自定义的String类, 使用时要#include cpp,不#include 。h文件-Custom String class, used to# include cpp, not# include. h file
main
- 数据结构的入门问题之一,迷宫求解问题。具体要求是自定义迷宫,然后找到一条出路-One of the entry data structure, maze solving the problem. Specific requirements of a custom maze, then find a way out
butongjinzhizhuanhuan
- 利用C++语言实现的不同的自定义的进制间的数据转换。-C++ language using a different custom data conversion between binary.
doc
- ⑴ 自定义磁盘文件管理的数据结构; ⑵ 能够自由创建、修改、删除文件; ⑶ 文件具有一定自定义的属性; ⑷ 能够显示当前系统文件的状态。-⑴ Custom disk file management data structure ⑵ the freedom to create, modify and delete files ⑶ file has a custom property ⑷ can display the status of the current system fi
Plural-problem
- 使用c++实现了众数问题算法的实现,在一串自定义输入的数字中找出出现次数最高的。-Using c++ implementation of the algorithm to achieve the plural problem in a string of custom input numbers to find the highest number of occurrences.
memery-management
- 文件操作;堆排序算法;二分插入算法; 内存管理模拟和自定义的内存分配、释放功能等;所有的是一个整体。-File operations heap sorting algorithm Binary Insert Sort algorithm memory management simulation and custom memory allocation and release functions all as a whole.
student
- 随机生成0和1组成的迷宫,自定一迷宫大少,即迷宫的长宽,范围我设定4到20,你可以自行修改!-0 and 1 randomly generated maze, a maze of large and small custom, that the length and width of the maze, I set the range 4 to 20, you can modify!
02
- 程序功能: 能完成每位学生的某门课程的平时成绩和期末考试成绩的录入, 完成每位学生的总评成绩计算(平时成绩*30 +期末考试成绩*70 )并生成数据文件, 生成分数段统计文件(不及格人数,60-69数,70-79人数,80-89人数,90-100人数,及格 率), 通过学生成绩的数据文件查询学生成绩(查询条件自定)。 通过学生成绩的分段统计文件输出学生成绩分段情况和及格率。 程序要求: (1)能够完成300人以内任何人数的成绩处理。
11View
- 字符串分解,首先读取一个文本文件,按照行进行空格获一定自定义格式进行劈分,然后将其进行输出成一个文件-String decomposition, first read a text file, in line with the space custom format by a certain splitting, then the output into a file
hufmtree
- 数据结构上机实验——哈弗曼树。可实现根据节点大小建立哈弗曼树并对其进行编码,根据自定义输入编码进行解码。简明、易懂、C++自编版。-Data structure on experiments- Ha Fuman tree. Can be realized according to the size of the establishment of Ha Fuman tree node and encode, according to the custom input encoding to dec
MiGong
- 自定义迷宫,自动求所有解法,最佳解法!递归算法实现。-Custom maze, auto-everything solution, the best solution! Recursive algorithm.
queue
- 使用模版技术实现,该队列内能存储各种数据类型如int、char、string以及自定义类型-Use template technology, the queue can store various data types such as int, char, string, and custom type
Scorelist
- 编程实现成绩表及其相关操作,具体要求如下: 自定义类型Score为: 结构体类型{学生名+课程名+分数} 自定义类型ElemType为: Score 自定义类型SqList为包含如下两个成员的结构体类型: {基类型为ElemType的动态数组elem int length} 实现如下针对SqList的函数 InputSco OutputSco InputElem OutputElem ListCreate_Sq ListPrint_Sq ListDelete_
Lab04
- 自定义ArrayList,能够实现添加,查找,获取array大小,增加容量等功能。-Custom ArrayList, can add, find, get array size, increase capacity and other functions.
stack
- 数据结构常见抽象数据类型--栈的自定义实现-The custom implementation of common abstract data types--stack in data structure
queue
- 数据结构中常见抽象数据类型--队列的自定义实现-The custom implementation of common abstract data types--queue in data structure