摘要: 代码 #include <stdio.h> #include <stdlib.h> #define LIST_SLZE 100 typedef char KeyType; typedef int OthenrType; typedef struct{ KeyType Key; OthenrType 阅读全文
posted @ 2020-06-06 23:42 LY军 阅读(175) 评论(0) 推荐(0)
摘要: ![](https://img2020.cnblogs.com/blog/2018717/202005/2018717-20200531155121713-832624624.png) 阅读全文
posted @ 2020-05-31 15:52 LY军 阅读(217) 评论(0) 推荐(0)
摘要: 前言 今天是第一次写博客,作为一名菜鸟,第一次了解这个“博客园”,仅仅是怎么用这个编辑器都还不是很会用,万事开头难。更多的是希望在这个博客园中多向大佬们多学习,期待自己也能变成老鸟的一天。 正文 当初为什么要报“软件工程”这个专业? 从小就对计算机感兴趣,之前也曾接触过这一方面的知识,想要做一名黑客 阅读全文
posted @ 2020-04-29 20:41 LY军 阅读(104) 评论(0) 推荐(0)