自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (3)
  • 收藏
  • 关注

原创 归并排序poj2299

<br /> Ultra-QuickSortTime Limit: 7000MS Memory Limit: 65536KTotal Submissions: 19252 Accepted: 6828<br />DescriptionIn this problem, you have to analyze a particular sorting algorithm. The algorithm processes a sequence of n distinct integers by swapping

2011-03-25 21:34:00 842

原创 二叉树的应用与熟悉

一、二叉树的存储结构:1.顺序存储结构:适用于完全二叉树//-----二叉树的顺序表示------ #define MAX_TREE_SIZE 100 //二叉树的最大结点数 typedef TElemType SqBiTree[MAX_TREE_SIZE];//0号单元存储根结点 SqBiTree bt; 2.链式存储结构//--------二叉树的二叉链表存储表示--------- typedef struct BiNode{ TElemType date; struct

2011-03-24 17:35:00 556

原创 哈希表的应用

<br /> EqsTime Limit: 5000MS Memory Limit: 65536KTotal Submissions: 5678 Accepted: 2742<br />DescriptionConsider equations having the following form: <br />a1x13+ a2x23+ a3x33+ a4x43+ a5x53=0 <br />The coefficients are given integers from the interval [-50

2011-03-22 15:19:00 704

install-tl-unx.tar.gz

texlive的linux/unix版网络安装包,解压可用

2015-04-29

软件测试人员(Java)_3级_操作技能鉴定1.1.1试题单

软件测试人员(Java)_3级_操作技能鉴定1.1.1试题单

2012-11-09

shell编程实验题目

shell编程,提供了一些可以习题和参考

2011-06-02

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除