最新消息:20210816 当前crifan.com域名已被污染,为防止失联,请关注(页面右下角的)公众号

工作和技术

工作相关的技术文章

formatly output for printf()

formatly output for printf()

crifan 18年前 (2008-02-22) 1832浏览

formatly output when printf() in 16 Hexadecimal with two bits weight ,use like this : for(…….)    ...

Linux 入门常用命令

Linux 入门常用命令

crifan 18年前 (2008-02-21) 1773浏览

Linux 入门常用命令 mv命令 用户可以使用mv命令来为文件或目录改名或将文件由一个目录移入另一个目录中。该命令如同MSDOS下的ren和move的组合。 语法:mv [选项] 源文件或目录 目标文件或目录 说明:视mv命令中第二个参数类型的...

AAC encode and decode principle

AAC encode and decode principle

crifan 18年前 (2008-02-21) 2078浏览

1 .AAC解码算法原理详解 http://www.mp4tech.net/document/audiocomp/0000207.asp 2. AAC編碼及解碼 http://vaplab.ee.ncu.edu.tw/chinese/pcchang/...

mod operation

mod operation

crifan 18年前 (2008-02-21) 1947浏览

mod operation is always do like this: b = a mod 32; and, a simple but efficient one is like this : nBits &= 0x1f; use &am...

AAC  File

AAC File

crifan 18年前 (2008-02-20) 2075浏览

Advanced Audio Compression (AAC), of which are different types: LC (low complexity), HE (high efficiency) to name a few. To...

GCC参数

GCC参数

crifan 18年前 (2008-02-20) 2223浏览

GCC参数 1、GCC(GNU Compiler Collection)能完成从C、C++、objective-C、objective-C++、Jave、Fortran、Ada等源文件向运行在特定CPU硬件上的目标代码的转换。 "Fron...

the role of strip in makefile

the role of strip in makefile

crifan 18年前 (2008-02-20) 2138浏览

in a makefile ,I found this : release: $(STRIP) -s $(APPNAME) $(STRIP) -s $(LIBNAME) so to google "STRIP makefile&quo...

GCC 内嵌汇编 教程

GCC 内嵌汇编 教程

crifan 18年前 (2008-02-19) 2198浏览

ARM GCC Inline Assembler Cookbook About this Document The GNU C compiler for ARM RISC processors offers, to embed assembly l...

63 queries in 0.237 seconds, using 18.96MB memory