正则表达式引擎如何实现?
[i=s] 本帖最后由 boilplate 于 2010-08-27 05:20 编辑 [/i] 具有 perlre 那些功能的正则表达式引擎都是如何实现的? 龙书上的 nfa 模拟,其实是运行时…
转贴 What specific flags are enabled by -O1 (-O2, -O3 or -Os)?
What specific flags are enabled by -O1 (-O2, -O3 or -Os)? Varies by platform and GCC version. You can get GCC to tell you what flags it enab…
ia32 不可缓存内存的取指令机制是什么?
有一段还是看不懂 未命名.jpg (29.07 KB, 下载次数: 1) 下载附件 2010-04-02 01:25 上传 唉。。。英语好差啊  UC 是uncacheable…
新手问一个 makefile问题
我有一makefile 文件: #make file .EXPORT_ALL_VARIABLES: PPC=/ppc-linux BIN=/ppc-linux/bin PREX=ppc-linux AR = $(BIN)/$(PREX)-ar RANLIB=$(BIN…
jmp 1的机器码是多少?
我觉得应该是 eb ff 但是在binutils 2.18中[root@mail ~/binutils-2.18/gas]# echo 'jmp 1'|as -vGNU assembler version 2.18 (i686-pc-linux-gnu) us…
请教有关follow集
以下为一LL文法, program -> stmt_list $$ stmt_list -> stmt stmt_list stmt_list -> 空串 stmt -> id := expr stmt -> read id stmt ->…
请教一个关于lds链接脚本的问题
SECTIONS {      .text : {           *(.text)         }     .data: &…
gdb cannot break
第一次打开“ddd 我的程序”,会显示:... ... /bin-linux<<C++ namespace>> : No such file or directory. 我编译用 “-gdward-2". 这时…
MIPT-VIS Project
http://code.google.com/p/mipt-vis/ The project is developed in the Intel-MIPT students laboratory by a group of students from Moscow Institu…
fedora 12 KDE automake错误
新建“simple kde application", 啥也不动,设置成g++编译。提示错误: gmake[1]: *** [cvs] Error 1 *** YOU'RE USING automake (GNU automake) …