itu-t t3.0 在公用电话交换网上的文件传真传输规程
上传时间: 2014-09-08
上传用户:yulg
一份不错的实现ITU-T G729标准的MATLAB源代码!
上传时间: 2016-02-24
上传用户:离殇
S3C2410 Kernel Schematics
标签: Schematics S3C2410 Kernel
上传时间: 2013-11-29
上传用户:
一篇介绍ITU-T G726语音编码的详细文档!兼容g711,g721(32bps),g723(24bps或40bps)标准!
上传时间: 2013-12-26
上传用户:zsjinju
itu-t g.729的源代码,网络上流行的都是1:1的压缩比,此源码是 1:16压缩缩比的源源代码
上传时间: 2014-01-07
上传用户:bcjtao
These are the kernel patches against the 2.6.11_rc5 kernel from linux-mips.org for the AMD Alchemy(TM) DBAu1200(TM) and AMD Alchemy(TM) Pb1200(TM) development boards.
标签: kernel the linux-mips Alchemy
上传时间: 2016-02-27
上传用户:shizhanincc
Linux Kernel Development Second Edition By Robert Love
标签: Development Edition Kernel Second
上传时间: 2014-11-05
上传用户:bjgaofei
Understanding the Linux Kernel 3rd Edition Ebook
标签: Understanding Edition Kernel Linux
上传时间: 2016-03-03
上传用户:zhaoq123
Status StrAssign(SString T,char *chars) { // 生成一个其值等于chars的串T int i if(strlen(chars)>MAXSTRLEN) return ERROR else { T[0]=strlen(chars) for(i=1 i<=T[0] i++) T[i]=*(chars+i-1) return OK } }
标签: chars StrAssign SString Status
上传时间: 2014-01-10
上传用户:lwwhust
Status CreateSMatrix(RLSMatrix &M) { // 创建稀疏矩阵M int i Triple T Status k printf("请输入矩阵的行数,列数,非零元素数:") scanf("%d,%d,%d",&M.mu,&M.nu,&M.tu) M.data[0].i=0 // 为以下比较做准备 for(i=1 i<=M.tu i++) { do {
标签: Status CreateSMatrix RLSMatrix Triple
上传时间: 2013-12-22
上传用户:shanml