自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 一个解析动态库 中unresolved symbol,是不是在别的库中存在的例子

<br />Makefile是这样子的,这就知道了会链接哪些库。 也就是别的库中是不是包含unresolved symbol。<br /> <br />LDFLAGS   += -ldl<br />LDFLAGS   += -lpthread<br />LDFLAGS   += -lslap<br /><br />#LDFLAGS   += -lcrypt<br /><br />EXTRALIBS    += ../library.a<br />EXTRALIBS    += -lgcc

2011-02-24 22:11:00 1846

原创 FTP open host process

<br />下面是一个用wireshark抓的 , ftp open时候的过程。 <br /> <br /> 客户端和服务器端的端口都没有变化,服务器用的是21端口。<br /> <br />1. 三次握手<br />No.     Time        Source                Destination           Protocol Info<br />      1 0.000000    10.74.52.92           10.77.21.166      

2011-02-11 16:54:00 3112

转载 字符时钟的C程序 妈阿,有这么牛的呢,我孤陋寡闻了

<br />http://www.chinaunix.net/bbsjh/4/7363.html<br /> <br />/*<br /> * =====================================================================================<br /> *<br /> *       Filename:  tclock.c<br /> *<br /> *    Description:  <br /> *<br

2011-02-03 09:28:00 1160

原创 推荐书目 byr

<br />http://bbs.byr.cn/classic/bbsanc.php?p=47-10-4-7<br /> <br />从水木转载过来的,大家参考着看看吧,最近问这方面的人比较多。<br /><br />发信人: saphires (萝卜), 信区: LinuxDev<br />标  题: 本版推荐书籍<br />发信站: 水木社区 (Thu Dec  3 00:28:34 2009), 站内<br /><br />今天清理了下带"书"字的帖子,一共500余篇,大都是关于推荐某

2011-02-02 10:57:00 1171

原创 gdb 重定向标准输出 -- 调试ncurse比较有用

默认情况下,程序的标准输出在gdb窗口。 有时候这样调试会比较麻烦。gdb提供了重定向的方法。4.1 GDBStart up GDB as usual in some text window. Then choose another window in which your curses applicationwill run, and determine the de

2011-02-01 15:18:00 2849

原创 一个非常小的例子,挺好玩的

<br />// simple curses example; keeps drawing the inputted characters, in columns<br />// downward, shifting rightward when the last row is reached, and<br />// wrapping around when the rightmost column is reached<br /><br />#include <curses.h> // re

2011-02-01 10:17:00 934

intel ia32 programming guide

intel ia32 programming guide. for the reference for others.

2013-07-18

debug.hacks

debug.hacks 深入调试的技术和工具

2013-06-06

slide on dma

描述了硬件层面dma controller的位置。 以及dma与系统其他部件交互的详细过程。

2012-07-18

DOS6.0 image

This is the floppy boot disk of MSDOS6.0

2008-11-27

空空如也

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

TA关注的人

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