• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 众包
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






dahua1

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2018年1月29日

树 entiry
摘要: #define MAX_KEY_LENGTH 15#define MAX_VALUE_LENGTH 127#define MAX_MESSAGE_LENGTH 81920 #define SIZE 400 int tree[400][400]; //使用邻接矩阵代表树 typedef struct 阅读全文
posted @ 2018-01-29 18:16 dahua1 阅读(136) 评论(0) 推荐(0)
 
文件感染
摘要: #include<stdlib.h>#include<stdio.h>typedef struct node{ int id; int fileSize; int origSize; int isFolder; struct node *parent; struct node *child; str 阅读全文
posted @ 2018-01-29 17:46 dahua1 阅读(159) 评论(0) 推荐(0)