搜索结果

找到约 2,179 项符合 LPC-H 的查询结果

嵌入式/单片机编程 iis.c iis.h重要的嵌入式源程序

iis.c iis.h重要的嵌入式源程序,免费下载,欢迎使用
https://www.eeworm.com/dl/647/386312.html
下载: 135
查看: 1103

人工智能/神经网络 #include "iostream.h" #include "iomanip.h" #define N 20 //学习样本个数 #define IN 1 //输入层神经元数目 #define

#include "iostream.h" #include "iomanip.h" #define N 20 //学习样本个数 #define IN 1 //输入层神经元数目 #define HN 8 //隐层神经元数目 #define ON 1 //输出层神经元数目 double P[IN] //单个样本输入数据 double T[ON] //单个样本教师数据 double W[HN][IN] //输入层至隐层权值 double V[ON][HN] //隐层至输出层权值 ...
https://www.eeworm.com/dl/650/387939.html
下载: 115
查看: 1050

DSP编程 h.264 算法 ti dm642

h.264 算法 ti dm642,h264 支持高清 720p,1080i,在达芬奇(davinci) 643x,6437,644x上高清算法1080p马上要上次,免费,需要的给我发邮件vimc@163.com,详细参数一定得看h264.h文件
https://www.eeworm.com/dl/516/388133.html
下载: 29
查看: 1073

压缩解压 64-bits H.264 from ffmpeg 2008 version Build in VC++ 2008 no error warning, Jesse Stone, Taiwan

64-bits H.264 from ffmpeg 2008 version Build in VC++ 2008 no error warning, Jesse Stone, Taiwan
https://www.eeworm.com/dl/617/388262.html
下载: 25
查看: 1163

其他书籍 H.264编码手册

H.264编码手册,不错的一个文档
https://www.eeworm.com/dl/542/389088.html
下载: 68
查看: 1019

其他 //顺序表的建立、查找、插入与删除 #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

行业发展研究 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