资源列表
Class-Date
- Date类,其成员变量有:年、月、日,成员函数有:输出日期函数、设置日期函数、判读平年与润年函数和日期加1函数。 提示:日期加1得到第二天的日期,有三种情况: 1) 最平常的,直接+1; 2) 一个月的最后一天: a) 一个月是31天; b) 一个月是30天; c) 一个月28天,29天(闰年); 3) 一年的最后一天。 -Date class whose member variables are: year, month, day, member fun
Class-Student
- 5. 设计一个学生类CStudent,该类有以下几个私有成员变量:学生姓名、学号和性别和三门课的成绩。有实现下述功能的成员函数:1)初始化学生姓名、学号、性别和年龄;2)输入四门课的成绩,并计算平均成绩和总成绩;3)输出学生信息。以CStudent类为基础设计开发一个学生成绩管理系统。要求具有以下功能: 1) 运行程序后显示以下信息:1、Display all information 2、Add a student 3、Delete a student 4、Quit 2) 按
student-scores-manage-system
- 学生成绩管理系统,可以管理不同专业的学生信息,具有查询某一学生信息的功能。-Student achievement management system that can manage different majors information, have a student information inquiry function.
enrollment-status-manage-system
- 学生学籍管理系统 使用下面的数据,用 C++设计一个简单的学籍管理系统,实现出最基本的功能。-Student Management System using the following data with a simple design C++ school management system, to achieve the most basic functions.
Class-matrix
- 设计一个矩阵类CMatrix,该矩阵的行列数可根据需要设定(即不指定固定的行列数),并完成基本的计算功能。-Designing a matrix class CMatrix, the number of ranks of the matrix may need to be set (ie do not specify a fixed number of ranks), and perform basic computing functions.
MergeSort
- 归并排序算法,对给定的无序序列,进行排序-Merge sort algorithm, for a given sequence of disorder, to sort
ShellSort
- 希尔排序算法,随机生成500个随机数,进行排序-Shell sorting algorithm, randomly generated 500 random numbers, to sort
SPCMini
- 用c#编写的一个上位机控制软件,采用rs232进行通讯,手柄控制。-Prepared using c# a host computer control software, using rs232 for communication, handle control.
asasasas.C
- You are required to model a vehicle parking lot system. The parking lot has a facility to park cars and scooters. The parking lot contains four parking lanes-two for cars and two for scooters.
faridwhether.c
- farid test whether graph
seamcarving
- 使用opencv 实现Seamcarving,其中包含梯度和边缘显著度检测对图像进行预处理,智能缩放鲜果更好一些-Use opencv achieve Seamcarving, which contains a significant gradient and edge detection for image pre-processing, intelligent scaling fruit is better
memory_test
- 检测释放内存时不使用[]符号,程序是否有内存泄漏。-Not release memory when using the detection [] symbols, whether the program has a memory leak.
