资源列表
maze
- 随机画出迷宫,输入起点终点,寻找迷宫路径-Random draw maze, enter starting and ending points, find the maze path
matchpair
- 这是一个括号匹配的实验,输入表达式,判断括号输入的格式是否正确-This is a parenthesis matching experiments, enter the expression in parentheses judgment entered in the correct format
os_jodManage
- 模拟操作系统任务调度的程序,比如:短作业优先、FCFS、高响应比优先等-Simulation operating system task scheduling program, such as: short operating priority, FCFS, and other high-priority response ratio
1123
- 实现IEDA 加密功能,适用密码学初学者,*面-Realize IEDA encryption function, apply cryptography beginners, no interface
Hash-table
- 哈希表添加、删除、查找、显示全部的信息。-Hash table to add, delete, search, display all of the information.
Tree-traversal
- 树的先序遍历、中序遍历、后序遍历,简单实现。-Tree preorder, preorder, postorder, simple implementation.
Josephus
- 约瑟夫环的实现,算法是自己写的,简单小程序-Josephus realization algorithm is to write a simple little program
test
- 平面点集 凸包 找最小覆盖矩形面积 平面点集 凸包 找最小覆盖矩形面积-Planar point set to find the smallest rectangle that covers the convex hull of a plane convex hull area to find the smallest rectangular area covering the convex hull of planar point sets to find the smallest cover
GetCommandOutput
- 用C++实现的获取CMD输出的代码,已通过测试-Get CMD output with code C++ achieved, has been tested
work
- 通过文件输入一个或多个多项式,用链表的方式储存,同时进行各种运算,然后进行输出-Achieve with polynomial addition
AutoUpdate
- 自动升级程序源码。C++语言编写。通过版本比较,时间比较,选择升级需要的dll等;-Automatic update the end of the service file By comparing version, time to compare and select upgrade required DLL, etc.
5_1
- 一个名为CPerson的类有以下4个private属性:姓名、性别、年龄和身高。请用C++语言定义这个类,并在保护派生类CStudent中增加 3个public 属性:学号、数学成绩、英语成绩,并为上述属性分别定义设置和显示的相应的方法,要求能分别在屏幕上设置和输出这些属性,增加成员函数成绩的录入和求平均,并能完成排序,键盘录入5个学生的信息,完成按照数学成绩的排序。-A class called CPerson following four private properties: name,
