帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <asm/page.h> #include <linux/fb.h> #define TRUE 1 #define FALSE 2 //a framebuffer device structure typedef struct fbdev{ int fb unsigned long fb_mem_offset unsigned long fb_mem struct fb_fix_screeninfo fb_fix
上传时间: 2013-12-11
上传用户:bjgaofei
iis.c iis.h重要的嵌入式源程序,免费下载,欢迎使用
上传时间: 2017-01-01
上传用户:熊少锋
#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] //隐层至输出层权值 double X[HN] //隐层的输入 double Y[ON] //输出层的输入 double H[HN] //隐层的输出
标签: define include iostream iomanip
上传时间: 2014-01-01
上传用户:凌云御清风
h.264 算法 ti dm642,h264 支持高清 720p,1080i,在达芬奇(davinci) 643x,6437,644x上高清算法1080p马上要上次,免费,需要的给我发邮件vimc@163.com,详细参数一定得看h264.h文件
上传时间: 2017-01-05
上传用户:妄想演绎师
64-bits H.264 from ffmpeg 2008 version Build in VC++ 2008 no error warning, Jesse Stone, Taiwan
标签: 2008 version warning Taiwan
上传时间: 2013-12-09
上传用户:zhangjinzj
H.264编码手册,不错的一个文档
上传时间: 2014-01-26
上传用户:JIUSHICHEN
//顺序表的建立、查找、插入与删除 #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 //先将i指定为最后一项 if(i>=ListSize-1) //表已经达到最大长度ListSize { printf("表已满,不能增加新的项!\n")
上传时间: 2014-01-17
上传用户:dongqiangqiang
H.264 标准协议文档,英文版本,开发H264必备
上传时间: 2014-01-22
上传用户:wmwai1314
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
标签: instructions configure document decoder
上传时间: 2014-01-15
上传用户:coeus
Building.h为方便大家使用,特意上传
上传时间: 2017-01-14
上传用户:缥缈