只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-04-21 22:33 黑夜的树 阅读(7) 评论(1) 推荐(0) 编辑

2016年5月19日

摘要: 利用css完成如图的排版 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="htt 阅读全文
posted @ 2016-05-19 23:29 黑夜的树 阅读(139) 评论(1) 推荐(0) 编辑
 
摘要: 深度优先遍历代码: #include "stdafx.h" #include <stdio.h> #include <string.h> #define MVNum 100 //最大顶点数 typedef int InfoType; //边的权值类型 typedef char* VexType; / 阅读全文
posted @ 2016-05-19 23:26 黑夜的树 阅读(223) 评论(0) 推荐(0) 编辑

2016年5月6日

摘要: // Haffman.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include <stdio.h>#include <string.h>typedef char DataType;s 阅读全文
posted @ 2016-05-06 00:11 黑夜的树 阅读(766) 评论(0) 推荐(1) 编辑

2016年4月21日

摘要: 1. 编程题:定义树的孩子兄弟表示法的存储结构,并实现如下图树的存储,并在主函数中验证。(运行结果截图) #include "stdio.h" typedef char DataType ; typedef struct Node{ DataType data; struct Node *first 阅读全文
posted @ 2016-04-21 23:13 黑夜的树 阅读(219) 评论(0) 推荐(0) 编辑
 
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-04-21 23:08 黑夜的树 阅读(1) 评论(0) 推荐(0) 编辑
 
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-04-21 22:59 黑夜的树 阅读(1) 评论(0) 推荐(0) 编辑

2016年4月7日

只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-04-07 20:12 黑夜的树 阅读(4) 评论(1) 推荐(0) 编辑

2016年3月24日

只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-03-24 22:22 黑夜的树 阅读(6) 评论(1) 推荐(0) 编辑

2016年3月10日

摘要: It小小鸟观后感 每个人的理想目标都是不同的,很多人有自己的理想。却被困于现实而止步不前。一篇《it小小鸟》让我却懂得,一个人如果想有所作为,就不能止步不前。光有一个远大的理想是然并卵的。我们能做的是想皱欣、蒋宇东、刘帅等等不断,不断的反思自己。每个人都是来自不同的家庭,每个人都有不同的知识储备,每 阅读全文
posted @ 2016-03-10 12:36 黑夜的树 阅读(119) 评论(1) 推荐(1) 编辑