资源列表
wendang2
- 算术逻辑单元的VHDL语言描述,它在信号opcode的控制下可分别完成加减,相等或不相等比较等操作-VHDL language descr iption of arithmetic logic unit, which carries out addition and subtraction, respectively, under the control of the signal opcode, equal or unequal comparison operations
5140309123_2_7
- 线性表合并。把两个线性表里面数据进行不重合的合并-plus seqlist
5140309123_2_11
- 将两个系统无法保存的大整数做加法运算,利用数据结构-plus big integer
5140309123_3_5
- 判断一段文字中的if else then 有没有配对成功,利用栈的形式,其中有if一定要有else,then可有可无-Analyzing a text of if else then there is no pairing is successful, use the form stack, which must have if else, then dispensable
5140309123_4_1
- 这是一个车辆的排队问题,很容易联想到用队列解决该问题 规则中写到客车4辆后才能上一辆货车,4辆客车以下可以用货车代替客车,因此一艘船上客车和货车数之比为4:1是一个分界点,注意一艘船只能放10辆车,当前在码头的第一艘船走了第二艘船来的这10分钟内停留的客车和货车数我们是可以确定的,因此我们可以直接将4:1这个分界点转化为实际中的8辆对两辆的分界,如果这10分钟内有8辆以上的客车,我们先让8辆客车上了之后必须开始上货车,有两辆货车满足“客车四辆上一辆货车”条件,如果没有两辆货车再开始上客车也满
warehouse_management_system
- 基于c语言的仓库管理系统 c语言实践课作业-Based warehouse management system c language c language practical course work
StudentSystem
- 一个简单的学籍管理系统,可以对学生信息进行增加,删除,修改,查询等简单操作-Simple A simple school management system, student information can add, delete, modify, query, etc.
5140309123_5_4
- 设计一个二叉树能够实现二叉树的建立然后用一个程序来判断改二叉树是否为完全二叉树-Design of a binary tree to achieve the establishment of binary tree and then use a program to determine whether to change the binary tree complete binary tree
5140309123_5_8
- 建立二叉树以及实现二叉树的顺序存储,具体说明在文件中-Establish and implement binary sequence stored binary tree, as described in the document
JosephuCircle
- 约瑟夫环问题,N个人围成一圈,从任意一个人开始报数,报到M的人从船上跳到水里,直到船上剩下指定的人数,求出最后剩下的人的编号-Josephus problem, N personal circle, began to count off any person, to report M man jumped into the water the boat until the specified number of people remaining on board, find the numb
Calculater
- 基于vc++,用mfc开发的一个简易的计算器,类似与手机自带的计算器-Based on vc++, using MFC development of a simple calculator, similar to the phone comes with a calculator
FamilyTree
- 家谱图的简单实现,利用二叉树作为数据结构实现家谱图,可以对家庭成员实现增加,删除,修改,查找等操作,同时二叉树的应用能大大提高查找的效率-Simple implementation of family tree, binary tree data structure to achieve as a family tree, a family member can achieve add, delete, modify, search and other operations, and binar
