Chinaunix首页 | 论坛 | 博客
  • 博客访问: 12909
  • 博文数量: 16
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 170
  • 用 户 组: 普通用户
  • 注册时间: 2013-05-08 11:44
文章分类
文章存档

2014年(16)

我的朋友
最近访客

发布时间:2014-09-10 17:31:55

点击(此处)折叠或打开/*数组中第一个元素存放数组的长度len和当前的元素个数index*/struct elem {        union {         &nbs.........【阅读全文】

阅读(521) | 评论(0) | 转发(0)

发布时间:2014-09-09 12:31:28

点击(此处)折叠或打开#include <stdio.h>#include <limits.h>#include <assert.h>#include <stdlib.h>struct node {        int key;  &nb.........【阅读全文】

阅读(210) | 评论(0) | 转发(0)

发布时间:2014-09-06 22:18:51

点击(此处)折叠或打开#include <stdio.h>#include <time.h>#include <stdbool.h>#include <stdlib.h>#include <limits.h>#include <unistd.h>#define ENDF INT_MIN#define BUF_LE.........【阅读全文】

阅读(141) | 评论(0) | 转发(0)

发布时间:2014-05-22 10:32:00

点击(此处)折叠或打开#include <stdio.h>#include <stdbool.h>#include <stdlib.h>/***factor可以和parent用一个元素存放***/struct avl_node {        int key;&n.........【阅读全文】

阅读(203) | 评论(0) | 转发(0)

发布时间:2014-05-21 10:32:18

点击(此处)折叠或打开#include <stdio.h>#include <limits.h>#include <stdlib.h>/****dagendui****/struct treap {        int key;    &nbs.........【阅读全文】

阅读(189) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册