您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. #include <iom16v.h>

  2. #include #include #define RS_0 PORTD &= ~(1 << PD3) #define RS_1 PORTD |= (1 << PD3) #define RW_0 PORTD &= ~(1 << PD4) #define RW_1 PORTD |= (1 << PD4) #define EN_0 PORTD &= ~(1 << PD6) #define EN_1 PORTD |= (1 <1)
  3. 所属分类:C

    • 发布日期:2009-05-18
    • 文件大小:40960
    • 提供者:afang44
  1. #include <stdio.h>

  2. #include #include #include #include typedef struct matrix { int row; int col; } matrix; typedef struct minCost { int cost; int mid; } minCost; minCost** func(matrix* mt, ssize_t count) { int i , j, step, min, temp, mid; minCost **rows; rows = (m
  3. 所属分类:Java

    • 发布日期:2009-06-01
    • 文件大小:6144
    • 提供者:jiangqi1012
  1. x86平台h.264 main profile全规格高性能解码库

  2. 1)解码支持的协议特性:h.264 main profile完整规格,严格参照2005年3月正式发布的协议文档(T-REC-H.264-200503-P!!MSW-E.doc)实现。Main profile的特性参见协议附录A对profile以及level的描述。 2)解码库采用的测试工具集:ALLEGRO,HHI,JVT提供的baseline(FMO/ASO特性除外), main profile专业测试码流,以及超过20家IPTV厂家的商用码流。其中专业测试码流是业界用来确保解码芯片规格完备
  3. 所属分类:C++

    • 发布日期:2009-08-25
    • 文件大小:123379
    • 提供者:kwen_zhang
  1. H264visa(h.264 baseline 分析软件)

  2. 一个h.264 baseline 分析软件 以下是主要的技术参数: Main Features Different file formats: + H.264 Byte Stream format(Annex B) + MP4 file formats. + mpeg2 ts file format(ISDB-T 1seg) I/P mb insight analysis, including: + ref list + mb type + intra/inter prediction inf
  3. 所属分类:其它

    • 发布日期:2010-04-01
    • 文件大小:1048576
    • 提供者:minniebetty
  1. VC下graphics.h的兼容库

  2. 为什么要写这个库? 让初学者从 Turbo C 2.0(以下简称 TC) 或 Borland C++ 3.1 开始学编程是个不错的建议,只是 TC 的环境实在太老了,复制粘贴都很不方便。有一个 Win-TC,简单用了一下,实在是个害人的东西,还不如 TC 好呢,因为它简化了所有调试的部分(或许是我没看到?),而调试是写程序相当重要的一部分。 不少老师直接拿 VC6 来讲 C 语言的,因为 VC6 的编辑和调试环境都很优秀。只可惜在 VC6 下只能做一些文字性的练习题,想画条直线画个圆都很难,还
  3. 所属分类:C++

    • 发布日期:2010-04-09
    • 文件大小:73728
    • 提供者:lanbing510
  1. windows.h 下载

  2. main header file for the Win32 API windows.h Abstract: Master include file for Windows applications.
  3. 所属分类:C

    • 发布日期:2010-10-14
    • 文件大小:1024
    • 提供者:gykthh
  1. #include "graphics.h" #include "graphics.h"

  2. #include "graphics.h" #include "stdio.h" #include "dos.h" #include "conio.h" #include "bios.h" #include "stdlib.h" #include "math.h" #ifdef __cplusplus #define __CPPARGS ... #else #define __CPPARGS #endif #define VK_LEFT 0x4b00 #define VK_RIGHT 0x4d
  3. 所属分类:C

    • 发布日期:2011-04-09
    • 文件大小:13312
    • 提供者:lzhtj1227
  1. #include "graphics.h" #include "graphics.h"

  2. #include "graphics.h" #include "stdio.h" #include "dos.h" #include "conio.h" #include "bios.h" #include "stdlib.h" #include "math.h" #ifdef __cplusplus #define __CPPARGS ... #else #define __CPPARGS #endif #define VK_LEFT 0x4b00 #define VK_RIGHT 0x4d
  3. 所属分类:C

    • 发布日期:2011-04-09
    • 文件大小:15360
    • 提供者:lzhtj1227
  1. windows.h 头文件

  2. main header file for the Win32 API windows.h Abstract: Master include file for Windows applications. 头文件 可用已测试
  3. 所属分类:C/C++

    • 发布日期:2012-04-14
    • 文件大小:1024
    • 提供者:ll148305879
  1. H.265/HEVC标准白皮书(2013年1月)

  2. 新一代视频压缩编码技术!今年刚认证的H.265编码标准,前几天一直找不到白皮书,今天发上来,估计不少人也在找吧。下面是目录: CONTENTS Page Abstract i 0 Introduction 1 0.1 General 1 0.2 Prologue 1 0.3 Purpose 1 0.4 Applications 1 0.5 Publication and versions of this Specification 1 0.6 Profiles, tiers and level
  3. 所属分类:其它

    • 发布日期:2013-04-13
    • 文件大小:4194304
    • 提供者:newthinker_wei
  1. H.264四种画质级别

  2. 一、H.264中的Main Profile意思 Main Profile是一种视频编码技术(H.264)的一个版本。其中H.264算法分为Baseline Profile、Main Profile、Extended Profile和High Profile四层,采用了Main Profile的视频能用较小的容量达到较好的效果。 H.264算法与以前的算法相比,在算法复杂度上H.264 Baseline Profile是以前MPEG-4的2倍左右,H.264 Main Profile是MPEG-
  3. 所属分类:其它

    • 发布日期:2013-08-20
    • 文件大小:516096
    • 提供者:hechengyong
  1. EasyX 2013霜降版(VC 绘图库,带 graphics.h 配置包)

  2. 【简介】 这个绘图库简化了 VC 下的绘图,可以在 VC 下像 TC 那么简单的绘图(其实比 TC 还简单强大)(内附范例),使初学者也能很容易的做出来贪吃蛇、俄罗斯方块、推箱子、连连看等经典小游戏。 【官方介绍】   许多学编程的都是从 C 语言开始入门的,而目前的现状是:   1. 有些学校以 Turbo C 为环境讲 C 语言,只是 Turbo C 的环境实在太老了,复制粘贴都很不方便。   2. 有些学校直接拿 VC 来讲 C 语言,因为 VC 的编辑和调试环境都很优秀,并且 VC 有
  3. 所属分类:C++

    • 发布日期:2013-11-12
    • 文件大小:589824
    • 提供者:yangw80
  1. String.h函数详解

  2. String.h函数详解 1、strcpy   函数名: stpcpy   功 能: 拷贝一个字符串到另一个   用 法: char *stpcpy(char *destin, char *source);   程序例:   #include   #include   int main(void)   {   char string[10];   char *str1 = "abcdefghi";   stpcpy(string, str1);   printf("%s\n", strin
  3. 所属分类:C

    • 发布日期:2013-11-27
    • 文件大小:60416
    • 提供者:u012978278
  1. config.w32.h

  2. php源代码中缺少的文件,所属版本5.4.19。估计5.4版本可通用。文件应该拷贝到php/main目录下。
  3. 所属分类:PHP

    • 发布日期:2014-06-27
    • 文件大小:52
    • 提供者:th_gsb
  1. H.265的V3标准(2015年4月发布)!

  2. ITU最新发布的H.265 V3.0编码标准,增加了3D Main profile标准。
  3. 所属分类:其它

    • 发布日期:2016-04-19
    • 文件大小:8388608
    • 提供者:liulyw
  1. STM32CubeMX的main.h文件生成脚本

  2. STM32CubeMX升级到4.23.0之后,加入freertos之后生成的工程文件会报错: “..\Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM3\port.c(412): error: A1586E: Bad operand types (UnDefOT, Constant) for operator (”,最后发现是main.h 中的#include "stm32f1xx_hal.h"的定义引起的冲突,网上就一个
  3. 所属分类:C

    • 发布日期:2017-11-16
    • 文件大小:7168
    • 提供者:mickey35
  1. # include <stdio.h>

  2. # include # include char stu_no[10][10]; int c_math[10],c_en[10],c_computer[10],point[10],average[10]; int i,j,max; char c; void input() { for(i=0;i<=9;i++) /*输入学生成绩*/ { printf("请输入学号:"); scanf("%s",&stu_no[i]); printf("\n请输入数学成绩:"); scanf("%d",
  3. 所属分类:C

    • 发布日期:2009-01-03
    • 文件大小:36864
    • 提供者:qbasit438
  1. h.264_overview_0305.pdf

  2. Abstract—H.264/AVC is newest video coding standard of the ITU-T Video Coding Experts Group and the ISO/IEC Moving Picture Experts Group. The main goals of the H.264/AVC standardization effort have been enhanced compression performance and provision
  3. 所属分类:C++

    • 发布日期:2009-02-10
    • 文件大小:926720
    • 提供者:qiao_2003
  1. ARM2440ddr.h文件解读

  2. 板子上电后就会从这里开始执行,主要完成基本初始化,还有判断是从nor还是nand启动,再实现把程序搬到SDRAM当中,在搬运成功后再跳到main函数里面执行。我们现在开始来看看它的具体代码吧!
  3. 所属分类:其它

    • 发布日期:2020-08-18
    • 文件大小:118784
    • 提供者:weixin_38609401
  1. 嵌入式系统/ARM技术中的H.264 FRExt技术实现和运用

  2. 一、简介   H.264是ITU-T以H.26x系列为名称命名的标准之一,同时AVC是ISO/IEC MPEG一方的称呼。这个标准通常被称之为H.264/AVC(或者AVC/H.264或者H.264/MPEG-4 AVC或MPEG-4/H.264 AVC)而明确的说明它两方面的开发者。该标准最早来自于ITU-T的称之为H.26L的项目的开发。H.26L这个名称虽然不太常见,但是一直被使用着。JVT于2003年5月完成H.264基本部分标准制定工作,包含Baselineprofile、Extend
  3. 所属分类:其它

    • 发布日期:2020-10-23
    • 文件大小:333824
    • 提供者:weixin_38696196
« 12 3 4 5 6 7 8 9 10 ... 50 »