资源列表
The-experiment-input-output-stream
- (1) 掌握一般类型数据的输入输出格式控制方法。 (2) 掌握重载“<<”和“>>”的方法。 (3) 掌握对文件的输入输出操作方法。 -(1) to grasp the general types of data input and output format control methods. (2) master overloaded " < < " and " > > " . (3) master file
JAVA-experiment-5
- 1、编写一个名为“复数”的类,包含复数的实部和虚部(数据成员),以及复数之间的基本算术运算:加、减(方法成员),并要求复数加减运算,程序运行中能对给定的复数进行运算,并打印运算的结果。-1, the preparation of a " plural" , contains the real part and imaginary part (data members), as well as the complex between the basic arithmetic ope
BiTree
- 二叉树,输入先序和中序,输出后序,比较简单,适合初学者-Binary tree, the first input sequence and in sequence, the output sequence, is relatively simple, suitable for beginners
xianxingbiao
- 适合学习编程的新手,主要讲述C++中数据结构中的线性表的操作-Suitable for learning programming novice, about the operation of the linear form in the data structure in C++
yuesefuhuan
- 数据结构的一个实验报告,约瑟夫环,含完整代码-The data structure of an experimental report, Joseph ring, containing the complete code
TREE
- 二叉排序树的相关操作,包括先序遍历,中序遍历,插入,删除等操作。-Binary sort tree operations, including the first traversal, preorder traversal, insert, delete and other operations.
Sum
- This mathimatic s of sum program using GUI -This is mathimatic s of sum program using GUI
doctor
- 看病模拟系统,反映病人到医院看病,排队看医生的情况。病人排队过程中 主要重复两件事: (1)病人将病历卡交给护士,排队等候; (2)护士从队列 中取出病人的病历卡,该病人就诊。 -Doctor simulation
Binary-tree
- 二叉树的顺序表示 通过该程序进行文字的分析进行拆分表示-Binary tree in the order said the split through the program text analysis
liftttttt
- 电梯模拟功能 可以实现多人同时上下 并且可以在不同的楼层有所请求-Elevator analog functions can be achieved more than at the same time up and down and can be on different floors request
knapsack
- Knapsack problem is a classic dynamic programming model. It is both simple image easier to understand, and to some extent to peel And the nature of the dynamic programming, so many textbooks used it as a dynamic programming part, the first samp
NQueens
- N皇后问题的解决方案,N*N的棋盘上摆放N个皇后的几种方案-N-Queens problem solution, N* N board, placing N queens of several options
