12 2020 档案

摘要:#include<stdio.h> #include<malloc.h> /* malloc()等 */ #include<process.h> /* exit() */ /* 函数结果状态代码 */ #define TRUE 1 #define FALSE 0 #define OK 1 #defi 阅读全文
posted @ 2020-12-28 08:38 张同光 阅读(190) 评论(0) 推荐(0) 编辑
摘要:#include<stdio.h> #include<malloc.h> #include<process.h> #define TRUE 1 #define FALSE 0 #define OK 1 #define ERROR 0 #define MAX_TREE_SIZE 100 typedef 阅读全文
posted @ 2020-12-28 08:37 张同光 阅读(101) 评论(0) 推荐(0) 编辑
摘要:#include<stdio.h> #include<malloc.h> #include<process.h> #define TRUE 1 #define FALSE 0 #define OK 1 #define ERROR 0 #define MAX_TREE_SIZE 100 typedef 阅读全文
posted @ 2020-12-28 08:36 张同光 阅读(127) 评论(0) 推荐(0) 编辑
摘要://输入只有一行,包含一个字符串S,用来建立二叉树。保证S为合法的二叉树先序遍历字符串,节点内容只有大写字母,且S的长度不超过100。 //共一行,包含一串字符,表示按中序遍历二叉线索树得出的节点内容,每个字母后输出一个空格。请注意行尾输出换行。 //例如;ABC DE G F #include<s 阅读全文
posted @ 2020-12-28 08:34 张同光 阅读(136) 评论(0) 推荐(0) 编辑
摘要:#include<stdio.h>/*头文件*/ #include<stdlib.h> //定义二叉树结构体 typedef struct BiTNode { char data; struct BiTNode *lchild,*rchild; }BiTNode,*BiTree; void PreO 阅读全文
posted @ 2020-12-28 08:29 张同光 阅读(139) 评论(0) 推荐(0) 编辑
摘要:20184103151 冯传帅 09 剑客.blend.gif 20184103197 郑铭豪 09 剑客.blend.gif 20184103198 陈锦龙 09 剑客.blend.gif 20185105072 崔高鹏 09 剑客.blend.gif 阅读全文
posted @ 2020-12-26 15:35 张同光 阅读(227) 评论(0) 推荐(0) 编辑
摘要:https://www.if-not-true-then-false.com/2010/install-virtualbox-with-yum-on-fedora-centos-red-hat-rhel/ 1. Install Oracle’s VirtualBox 6.1.16 on Fedora 阅读全文
posted @ 2020-12-26 14:16 张同光 阅读(1669) 评论(0) 推荐(0) 编辑
摘要:Linux操作系统实用教程主 编:张同光CIP核准号:2022005905出版单位:清华大学出版社ISBN:978-7-302-59974-6ISBN:9787302599746出版时间:2022.3页码:363 定价:¥69元 Linux之父Linus Torvalds选择Fedora作为他的日常 阅读全文
posted @ 2020-12-19 08:04 张同光 阅读(1834) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示