搜索结果
找到约 1,990 项符合
H-FLASHER 的查询结果
行业发展研究 H.264 标准协议文档
H.264 标准协议文档,英文版本,开发H264必备
压缩解压 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
中间件编程 Building.h为方便大家使用
Building.h为方便大家使用,特意上传
汇编语言 电子琴 高音依次为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
matlab例程 计算豪斯道夫维数和H指数的的MATLAB代码
计算豪斯道夫维数和H指数的的MATLAB代码,关键字:豪斯道夫维数,豪斯道夫距离,H指数
DSP编程 合从达DM642开发板的H.264视频编码程序
合从达DM642开发板的H.264视频编码程序
文章/文档 #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 //结构体类型的指针 ...
VC书籍 函数分库函数和用户自定义函数两类: 库函数(又称系统函数)是高级语言软家中提供基础功能的函数。库函数文件以h为文件后缀
函数分库函数和用户自定义函数两类:
库函数(又称系统函数)是高级语言软家中提供基础功能的函数。库函数文件以h为文件后缀,如C语言的stdio.h文件包括了printf(), scanf (),open(),close()。C语言中主函数要使用某库函数:#include<库函数文件名> ...
嵌入式/单片机编程 I2C.H,I2C通信头文件类的设置,请参考
I2C.H,I2C通信头文件类的设置,请参考
单片机开发 LCD驱动示列,在连接LCD与MCU时,请参考main.c文件中的注释,以及LCD_PortConfig.h中管脚的定义情况.
LCD驱动示列,在连接LCD与MCU时,请参考main.c文件中的注释,以及LCD_PortConfig.h中管脚的定义情况.