摘要: tex是latex的起源,参考:http://tex.stackexchange.com/questions/38155/rewrite-tex-web-in-c tex.web是由文学编程语言WEB编写,可以从中分解出Pascal程序。 链接中的人说想要重新编写tex.web程序,但是tex.web的程序的输出是.dvi文件,而dvi文件与pdf是不相同的,与其再将dvi文件转换成pdf文件,... 阅读全文
posted @ 2014-05-23 15:06 Daniel King 阅读(321) 评论(0) 推荐(0) 编辑
摘要: 编写test.cpp #include #include #include #include #include void terminate_handler(){ char cmdline[1024] = {0,}; sprintf(cmdline, "bash term.sh %d %d", getpid(), getppid()); // printf("executing %s\... 阅读全文
posted @ 2014-05-23 11:54 Daniel King 阅读(487) 评论(0) 推荐(0) 编辑
摘要: 看到过的最好的一个讲解sed & awk的PPThttp://www.cs.nyu.edu/~mohri/unix08/lect5.pdf现在制作一个自己的版本的lssed_ls_fmts/^d/dir /1s/^-/file /1s/\([rwxs-]\{3\}\)\([rwxs-]\{3\}\... 阅读全文
posted @ 2014-05-23 11:25 Daniel King 阅读(451) 评论(0) 推荐(0) 编辑