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(…….) ...
工作相关的技术文章
crifan 18年前 (2008-02-22) 1832浏览
formatly output when printf() in 16 Hexadecimal with two bits weight ,use like this : for(…….) ...
crifan 18年前 (2008-02-21) 1773浏览
Linux 入门常用命令 mv命令 用户可以使用mv命令来为文件或目录改名或将文件由一个目录移入另一个目录中。该命令如同MSDOS下的ren和move的组合。 语法:mv [选项] 源文件或目录 目标文件或目录 说明:视mv命令中第二个参数类型的...
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/...
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...
crifan 18年前 (2008-02-21) 1694浏览
[root@(none) home]# cd /lib/modules/2.6.22.2/ kernel/ ...
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...
crifan 18年前 (2008-02-20) 2223浏览
GCC参数 1、GCC(GNU Compiler Collection)能完成从C、C++、objective-C、objective-C++、Jave、Fortran、Ada等源文件向运行在特定CPU硬件上的目标代码的转换。 "Fron...
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...
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...
crifan 18年前 (2008-02-19) 1993浏览
Next: Processor And CPU Time, Previous: Time Basics, Up: Date and Time 21.2 Elapsed Time One way to represent an elapsed ti...