博客首页
注册
建议与交流
排行榜
加入友情链接
推荐
投诉
搜索:
帮助
好好学习
bilbo.cublog.cn
管理博客
发表文章
留言
收藏夹
· Compiler
· Unix_Linux
博客圈
音乐
相册
文章
· AutoHotKey
· C/C++
· Caml
· Perl
· Tcl & Expect
· 其他编程语言
· Visual Language
· Compiler Engineering
· Embedded System
· Formal methods
· FieldBus
· Networking
· Hardware Desing
· Safety System
· Unix_Linux
· Software Engineering
· GSM/GSM-R
· 技术幽默
· 读书时间
· Good Resource
· 关注社会
· 胡言乱语
首页
关于作者
姓名:你知道 职业:IT 年龄:每年大一岁 位置:地球 个性介绍:挺笨 Email: bilbo0214@163.com
||
<<
>>
||
我的分类
文章列表 - Unix_Linux
UNIX与WINDOWS文本文件格式转换命令
<DIV>Convert a text file from Windows/dos to unix: </DIV> <DIV> tr -d '\015' < win-format.txt > unix-format.txt</DIV> <DIV><BR>Convert a text file from unix to Windows/dos: </DIV> <DIV> sed -e 's/$/\r/' unix-format.txt > win-format.txt</DIV>
查看全文
发表于:2007-11-12 ┆
阅读(649)
┆
评论(0)
(转)Linux 汇编器:对比 GAS 和 NASM
<DIV> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR vAlign=top> <TD width=10 height=18></TD> <TD width="100%"><IMG height=6 alt="" src="http://www.ibm.com/i/c.gif" width=1><BR><FONT color=#cccccc><SPAN class=bct>></SPAN><IMG height=1 alt="" src="http://www.ibm.com/i/c.gif" width=1><BR></FONT> <H1>Linux 汇编器:对比 GAS 和 NASM</H1> <P id=subtitle>对比 GNU Assembler(GAS)和 Netwide Assembler(NASM)</P><IMG class=display-img height=6 alt="" src="http://www.ibm.com/i/c.gif" width=1></TD> <TD class=no-print width=192></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR vAlign=top> <TD width=10><IMG height=1 alt="" src="http://www.ibm.com/i/c.gif" width=10></TD> <TD width="100%"> <TABLE class=no-print cellSpacing=0 cellPadding=0 width=160 align=right border=0> <TBODY> <TR> <TD width=10><IMG height=1 alt="" src="http://www.ibm.com/i/c.gif" width=10></TD> <TD> <TABLE cellSpacing=0 cellPadding=0 width=1……
查看全文
发表于:2007-11-12 ┆
阅读(554)
┆
评论(0)