搜索结果
找到约 2,179 项符合
LPC-H 的查询结果
编译器/解释器 /*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.
/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
编译器/解释器 /*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.
/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
编译器/解释器 /*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.
/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
编译器/解释器 /*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.
/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
编译器/解释器 /*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.
/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
编译器/解释器 /*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.
/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
语音压缩 10阶LPC编解码及源程序
10阶LPC编解码及源程序,LPC-10 2400 bps Voice Coder
传真(Fax)编程 From your fax application view point it s a fax modem pool. From IP network view point it s a H.323
From your fax application view point it s a fax modem pool. From IP network view point it s a H.323 endpoint with T.38 fax support. From your view point it s a gateway between a fax application and IP network.
VC书籍 C++完美演绎 经典算法 如 /* 头文件:my_Include.h */ #include <stdio.h> /* 展开C语言的内建函数指令 */ #define PI 3.141
C++完美演绎 经典算法 如 /* 头文件:my_Include.h */ #include <stdio.h> /* 展开C语言的内建函数指令 */ #define PI 3.1415926 /* 宏常量,在稍后章节再详解 */ #define circle(radius) (PI*radius*radius) /* 宏函数,圆的面积 */ /* 将比较数值大小的函数写在自编include文件内 */ int show_big_or_small (int a,int ...
其他 将压缩包里的头文件memory.h加入VC的INCLUDE目录下
将压缩包里的头文件memory.h加入VC的INCLUDE目录下,在程序中写入Memory() 单步执行可以检查内存泄露