搜索资源列表
print_tree
- 打印二叉树结构 问题描述: 按凹入表形式横向打印二叉树结构,即二叉树的根在屏幕的最左边,二叉树的左子树在屏幕的下边,二叉树的右子树在屏幕的上边。
employes
- 1、 某软件公司大约有30名员工,每名员工有姓名、工号、职务等属性,每年都有员工离职和入职。 把所有员工按照顺序存储结构建立一个线性表,建立离职和入职函数,当有员工离职或入职时,修改线性表,并且打印最新的员工名单。 -a software company with approximately 30 employees, each employee has the name, ID number, rank, every year a turnover and entry.All empl
C-99
- C语言打印九九乘法表,循环嵌套,循环结构实现-C language print multiplication table, nested loop, the loop structure to achieve
LinkList
- 数据结构,单链表的基本操作,包含单链表的创建,删除,插入,逆置,合并等,适合初学者。-Data structures, basic operations of a single chain, including creation of a single list, delete, insert, reverse position, merger, etc., suitable for beginners.