H.264码率控制方面的论文,比较有理论价值.
上传时间: 2016-12-27
上传用户:GHF
PEX 8311 ExpressLane PCI Express-to-Generic Local Bus Bridge Data Book
标签: Express-to-Generic ExpressLane Bridge Local
上传时间: 2016-12-27
上传用户:zm7516678
PEX 8111BB ExpressLane PCI Express-to-PCI Bridge Data Book Version 1.2
标签: Express-to-PCI ExpressLane Version Bridge
上传时间: 2014-11-26
上传用户:lanwei
最新H-JTGA仿真驱动程序 ARM仿真器驱动
上传时间: 2013-12-27
上传用户:水口鸿胜电器
H.323中文培训教程,学习H.323的最好学习工具,需要的下
上传时间: 2016-12-29
上传用户:gdgzhym
C#设计模式随书源码-Bridge模式实例程序
上传时间: 2013-12-26
上传用户:冇尾飞铊
dd1压缩包里面是驱动源码 console压缩包里面是控制台源码 hide.exe是最终产品 使用方法: 1、将hide.exe复制到系统目录 2、运行cmd 3、hide -h 查看帮助 hide -i 安装驱动 hide -u 卸载驱动 hide -f -a filename 添加一个隐藏文件 by boywhp 07/09/03 Email:boywhp@126.com
上传时间: 2013-12-19
上传用户:lanwei
#include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char * g_ptr char * g_lim extern void yylex() int main (void){ for( ){ if(fputs(PROMPT_STRING,stdout)==EOF) continue if(fgets(inbuf,MAX_CANON,stdin)==NULL) continue if(strcmp(inbuf,QUIT_STRING)==0) break g_ptr = inbuf g_lim = inbuf + strlen(inbuf) yylex() } return 0 }
上传时间: 2016-12-31
上传用户:colinal
帧缓冲#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
上传用户:熊少锋