搜索结果
找到约 1,993 项符合
AVC-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
传真(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() 单步执行可以检查内存泄露
其他嵌入式/单片机内容 TurboComm串口通信库(*.h+*.lib)
TurboComm串口通信库(*.h+*.lib),内有函数参考文档及函数调用示例。
数据结构 平衡二叉树生成 输入任意个节点 如 2 6 8 0为显示 可自动生成平衡二叉树 bf为平衡因子 h给深度 可插入删除 计算转动次数(wangliwei007也是我
平衡二叉树生成 输入任意个节点 如 2 6 8 0为显示 可自动生成平衡二叉树 bf为平衡因子 h给深度 可插入删除 计算转动次数(wangliwei007也是我,质料没添全就换这个好号,请斑竹给我发个号好吗?我也想下载东西,急)
其他书籍 关于H.264协议的资料
关于H.264协议的资料,英文原版的!谢谢大家的指教!
matlab例程 卡尔曼滤波器matlab源代码。 function [Y,PY,KC]=myKalman(x,A,B,Q,H,R,y0,P0) 这是我课程设计时做的。
卡尔曼滤波器matlab源代码。 function [Y,PY,KC]=myKalman(x,A,B,Q,H,R,y0,P0) 这是我课程设计时做的。