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

工作和技术

工作相关的技术文章

ar命令中的参数s的作用

ar命令中的参数s的作用

crifan 18年前 (2008-03-05) 2900浏览

在下面的命令中: arm-linux-ar cru .libs/libmad.a version.o fixed.o bit.o timer.o stream.o frame.o synth.o decoder.o layer12.o layer...

ranlib

ranlib

crifan 18年前 (2008-03-05) 2454浏览

ranlib convert archives to random libraries SYNOPSIS ranlib archive DESCRIPTION On some older UNIX systems, ranlib...

在一个文件中使用另一个文件中的变量的方法 -- extern用法

在一个文件中使用另一个文件中的变量的方法 -- extern用法

crifan 18年前 (2008-03-05) 2239浏览

在一个文件中使用另一个文件中的变量的方法 --即extern的用法 步骤: 1.在该变量的原始定义的源文件中,正常定义后, (同时加上自己对应的头文件 <一定需要加???>) 2.在该源文件对应的头文件中,加入该变量的定义,并且在其前面加...

resample of the audio input

resample of the audio input

crifan 18年前 (2008-03-04) 3012浏览

resample is to re-change the sample in software mode,because there is some situation is ,the input sample is 48000Hz,but the ...

ALSA中的术语:帧

ALSA中的术语:帧

crifan 18年前 (2008-03-04) 2379浏览

Alsa中的术语:帧 帧 一个采样就是一个值,代表了在某一特定时刻的音频信号的幅度,每个声道都有一个采样。而当我们谈论数字音频的时候,我们常常说的是,可以表示所有声道的在某一时刻的所有数据,这些其实就是一堆采样(sample)的组合,其中每个声道对...

linux tar use example

linux tar use example

crifan 18年前 (2008-03-04) 2237浏览

some example: //create verbose file tar cvf filesname.tar       tar cvfz filesname.tar.gz ...

feof, fgets and fread

feof, fgets and fread

crifan 18年前 (2008-03-03) 2389浏览

feof, fgets and fread[ZT] Prev: File Input and Output, fopen and fclose Next: rewind, fputc and fputs Detecting the End ...

debug tips

debug tips

crifan 18年前 (2008-03-03) 1946浏览

we can use __FUNCTION__   = a system macro ,that is the current function name and __LINE__    ...

64 queries in 0.149 seconds, using 18.97MB memory