Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1678446
  • 博文数量: 782
  • 博客积分: 2455
  • 博客等级: 大尉
  • 技术积分: 4140
  • 用 户 组: 普通用户
  • 注册时间: 2011-04-06 21:37
个人简介

Linux ,c/c++, web,前端,php,js

文章分类

全部博文(782)

文章存档

2015年(8)

2014年(28)

2013年(110)

2012年(307)

2011年(329)

发布时间:2011-11-13 08:46:09

  在设计内存管理器时,经常需要根据内存的size找到对应的数组index,查表是个不错的解决办法。     假设有......【阅读全文】

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

发布时间:2011-11-11 13:20:26

参考了以下博文: http://coon.blogbus.com/logs/2738861.html </D......【阅读全文】

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

发布时间:2011-11-11 13:19:42

#include &lt;stdio.h&gt; #include &lt;malloc.h&gt; #define LEN sizeof(TypeStu) typedef struct student {     lon......【阅读全文】

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

发布时间:2011-11-11 13:18:58

<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-type: none; list-style-position: initial; list-style-i......【阅读全文】

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

发布时间:2011-11-11 13:15:18

今天从boss那里学了一招,怎么查找目录下所有文件中的关键字 使用grep这个命令 更多具体的用法可以man grep或者上网查看,这里仅......【阅读全文】

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

登录 注册