搜索结果

找到约 2,198 项符合 DVB-H 的查询结果

其他 //顺序表的建立、查找、插入与删除 #include <stdio.h> #include <malloc.h> #include <stdlib.h> #

//顺序表的建立、查找、插入与删除 #include <stdio.h> #include <malloc.h> #include <stdlib.h> #define ListSize 100 //表最大长度 //结构定义 typedef struct SeqList { int node[ListSize] //存放表结点 int length //当前表长度 } SeqList //插入元素 insertList(SeqList *list, int e) { int i=list->length-1 ...
https://www.eeworm.com/dl/534/390208.html
下载: 140
查看: 1037

电子书籍 DVB Linux TV Card API

DVB Linux TV Card API
https://www.eeworm.com/dl/cadence/ebook/390785.html
下载: 141
查看: 1019

行业发展研究 H.264 标准协议文档

H.264 标准协议文档,英文版本,开发H264必备
https://www.eeworm.com/dl/692/391178.html
下载: 175
查看: 1070

压缩解压 This document aims to provide instructions on how to configure the H.264/AVC encoder and decoder usi

This document aims to provide instructions on how to configure the H.264/AVC encoder and decoder using the different command line options. Also, sample command line parameters are included for reference
https://www.eeworm.com/dl/617/391467.html
下载: 72
查看: 1131

中间件编程 Building.h为方便大家使用

Building.h为方便大家使用,特意上传
https://www.eeworm.com/dl/682/391605.html
下载: 189
查看: 1021

汇编语言 电子琴 高音依次为1,2,3,4,5,6,7 中音依次为q,w,e,r,t,y,u 低音依次为a,s,d,f,g,h,j

电子琴 高音依次为1,2,3,4,5,6,7 中音依次为q,w,e,r,t,y,u 低音依次为a,s,d,f,g,h,j
https://www.eeworm.com/dl/644/391843.html
下载: 94
查看: 1141

matlab例程 计算豪斯道夫维数和H指数的的MATLAB代码

计算豪斯道夫维数和H指数的的MATLAB代码,关键字:豪斯道夫维数,豪斯道夫距离,H指数
https://www.eeworm.com/dl/665/392228.html
下载: 128
查看: 1195

DSP编程 合从达DM642开发板的H.264视频编码程序

合从达DM642开发板的H.264视频编码程序
https://www.eeworm.com/dl/516/392441.html
下载: 43
查看: 1036

文章/文档 #include <stdio.h> #include <stdlib.h> #define OK 1 #define OVERFLOW -2

#include <stdio.h> #include <stdlib.h> #define OK 1 #define OVERFLOW -2 typedef int status typedef struct LinkList{ //用带表头结点的有序链表表示多项式 float coef //系数 int expn //指数 struct LinkList *next //指向后继的指针 }*polynomail //结构体类型的指针 ...
https://www.eeworm.com/dl/652/392930.html
下载: 76
查看: 1094

VC书籍 函数分库函数和用户自定义函数两类: 库函数(又称系统函数)是高级语言软家中提供基础功能的函数。库函数文件以h为文件后缀

函数分库函数和用户自定义函数两类: 库函数(又称系统函数)是高级语言软家中提供基础功能的函数。库函数文件以h为文件后缀,如C语言的stdio.h文件包括了printf(), scanf (),open(),close()。C语言中主函数要使用某库函数:#include<库函数文件名> ...
https://www.eeworm.com/dl/686/393453.html
下载: 120
查看: 1086