install tftp module and setup & check current ethernet status
crifan 18年前 (2008-02-21) 1337浏览 0评论
[root@(none) home]# cd /lib/modules/2.6.22.2/ kernel/  ...
工作相关的技术文章
crifan 18年前 (2008-02-21) 1337浏览 0评论
[root@(none) home]# cd /lib/modules/2.6.22.2/ kernel/  ...
crifan 18年前 (2008-02-20) 1584浏览 0评论
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) 1808浏览 0评论
GCC参数 1、GCC(GNU Compiler Collection)能完成从C、C++、objective-C、objective-C++、Jave、Fortran、Ada等源文件向运行在特定CPU硬件上的目标代码的转换。 "Fron...
crifan 18年前 (2008-02-20) 1700浏览 0评论
in a makefile ,I found this : release: $(STRIP) -s $(APPNAME) $(STRIP) -s $(LIBNAME) so to google "STRIP makefile&quo...
crifan 18年前 (2008-02-19) 1628浏览 0评论
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) 1549浏览 0评论
Next: Processor And CPU Time, Previous: Time Basics, Up: Date and Time 21.2 Elapsed Time One way to represent an elapsed ti...
crifan 18年前 (2008-02-18) 1568浏览 0评论
打造发烧音质:MP3音频完全攻略(上)-3 [ZT] 2.2 WINTEL之流的贡献和Internet的发展与扩张 看一些比较有意思的数据:想象一下你在五六年前用有一台32MB的串口MP3播放器,要把32MB填满,那么按照串口的理论传输速度0....
crifan 18年前 (2008-02-18) 1373浏览 0评论
打造发烧音质:MP3音频完全攻略(上)-2 [ZT] ◆人体听觉心理学模型 下面将简要介绍一下几个重要原理: 1) 最小听觉门槛判定(The minimal audition threshold):人耳的听力范围是20Hz-20k Hz的频...
crifan 18年前 (2008-02-18) 1432浏览 0评论
打造发烧音质:MP3音频完全攻略(上)-1 [ZT] 【IT168 专稿】【编者按:如果要说在如今以及未来N年的“Internet文明时代”(我暂时标的一个名词)有什么音乐文件是最流行的,那便非MP3莫数。具有无限潜力的...
crifan 18年前 (2008-02-15) 3873浏览 0评论
1分钟的CD音乐,即格式是WAV的 WAV文件(44100Hz,16bit,双声道,60秒) 即 一分钟60秒 每秒采样44100次 每采样一次,是用16位来表示这个采样的数据 而且是双声道,两个声道一起采样 所以总的数据量就是: 44100×60×...