CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - time.h

搜索资源列表

  1. jm11.0_Gradient

    0下载:
  2. This source code is the design of intra prediction of H.264. The aim of the source code is to increase the coding speed of intra prediction in H.264. The results shown that the gradient method can really reduce the coding time.
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:2264047
    • 提供者:AnChao
  1. vc调用matlab

    0下载:
  2. 将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 -m to a docu
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1756
    • 提供者:李震
  1. avc-src-0.10

    0下载:
  2. 这个代码在不明显降低压缩效率的情况下实现了h.264的快速编节码,能实现实时视频会议等应用。-the code much apparent lower compression efficiency of achieving a rapid series of h.264 code section, to achieve real-time applications such as video conferencing.
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:163213
    • 提供者:万华林
  1. Eh263(1)

    0下载:
  2. H.263编解码器实例,完成时间比较早,但对于初学者仍具有很大的参考价值。-H.263 codec example, the completion time relatively early for beginners but still have great reference value.
  3. 所属分类:IP电话/视频会议

    • 发布日期:2008-10-13
    • 文件大小:512288
    • 提供者:张凯
  1. uCOS-II_LPC2000

    0下载:
  2. pc.c是移植于μCOS-II的PC服务代码(pc.c) 主要改动: 1、#include \"includes.h\"改为\"config.h\" 2、在屏幕上显示改为向UART0发送数据,在电脑上显示,影响的函数: PC_DispChar()、PC_DispClrCol()、PC_DispClrRow()、PC_DispClrScr()和PC_DispStr() 3、获取键值改为从UART0获取,影响的函数:PC_GetKey() 4、因为没有dos环境所作的修改,影响的函数: PC_DOS
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14859
    • 提供者:hyh
  1. svn

    0下载:
  2. 这个H.264的一个高校codec,已经可以实现CIF格式的编码实时,俗称X264-one of the H.264 codec College, CIF format can achieve real-time coding, commonly known as X264
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:2845989
    • 提供者:陈维安
  1. MAIN 3-DIMENSIONAL CFD-PROGRAM

    2下载:
  2.   #//u(i,j)        x方向的速度u;或者θ方向速度uθ #//u(i,j)        y方向的速度v;或者径向速度ur'h\K #//pc(i,j)       压力修正 p'[OS #//p(i,j)        压力p-=5-+ #//p(i,j)    
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-12-03
    • 文件大小:11439
    • 提供者:tanglincn
  1. smp86xx_rootfs.tar.bz2

    0下载:
  2.  sigma smp8634/8635 toolchain rootfs building source. ================= Readme.txt =================   This is the Sigma Designs customization of the root file system for the SMP86xx family of chips.   This package is of course
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-12-27
    • 文件大小:234248
    • 提供者:mattli001
  1. brew window manager

    0下载:
  2.   Objective This topic describes how to create a windowed application that will share the display with other applications. Requirements Brew® MP windowed applications need to be written differently than traditional Brew MP applications.
  3. 所属分类:界面编程

    • 发布日期:2009-01-08
    • 文件大小:439828
    • 提供者:bluecrest
  1. 一个判断远程主机存活程序代码

    0下载:
  2. 一个判断远程主机存活程序代码(ping) #include #include #include #include #include "winsock.h" #pragma comment(lib,"Ws2_32"); #define SEND_SIZE 32 #define PACKET_SIZE 4096 #define ICMP_ECHO 8 #define ICMP_ECHOREPLY 0 struct icmp {
  3. 所属分类:Internet/网络编程

    • 发布日期:2009-05-29
    • 文件大小:5881
    • 提供者:shuiyuan313
  1. PKT

    0下载:
  2. * Network Coding Network Simulator * * 06/10/05 - Aaron Drew * * This simulator is designed to test out the performance of a variety of network coding approaches. * * It simulates networks with dynamic topologies, reading from NS2 compati
  3. 所属分类:其它

  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:11008084
    • 提供者:gtcewli3
  1. C++程序设计语言实验三

    0下载:
  2. 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(
  3. 所属分类:其他小程序

  1. MB86H55/MB86H56 datasheet

    0下载:
  2. The Fujitsu MB86H55, MB86H56 can compress and decompress full High-Definition (HD) video (1920 dots x 1080 lines) in the H.264 format in real-time. The two products feature power consumption of only 500mW during Full HD encoding including the in-pack
  3. 所属分类:文档资料

  1. Senfore_DragDrop_v4.1

    0下载:
  2. Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
  3. 所属分类:Windows编程

    • 发布日期:2011-12-21
    • 文件大小:2130304
    • 提供者:smj_9547
  1. DS3231_Driver 高精度实时时钟芯片的驱动程序

    0下载:
  2. 高精度实时时钟芯片的驱动程序,采用I2C方式,包含.H和.C文件并由详细注释。-extremely accurate I2C real- time clock (RTC) with an integrated temperature-compensated crystal oscillator (TCXO) and crystal。the rar includ .H和.Cfile。
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2017-03-22
    • 文件大小:2673
    • 提供者:王文豪
  1. 2440test.rar

    0下载:
  2. 本程序有友善之臂提供,为2440开发板的示例程序,请使用ADS编译。 简单使用说明: 使用H-Jtag或者更高级的仿真器调试,也可以不使用仿真器,借助supervivi的Download & Run功能测试, 下载的时候把DNW的下载地址设置为 0x30000000 即可。 本程序支持如下LCD: - NEC3.5"真彩LCD,分辨率240x320 - 7寸真彩LCD, 分辨率800x480 - VGA扩展模块,分辨率1024x768@70Hz 若要在LCD上正常显示
  3. 所属分类:SCM

    • 发布日期:2017-05-14
    • 文件大小:3746063
    • 提供者:麦伟强
  1. Aitch.rar

    0下载:
  2. AITCH是一个FORTRAN90程序解决H形区域的流场计算。 更具体地说, AITCH旨在模拟不可压缩非稳态的二维下的Navier Stokes方程。 这项计划只是初步素描如何划分区域的方式,你可按照自己的内容需要进行修改,以产生有限元解决方案。,AITCH is a FORTRAN90 program which solves for flow in an H-shaped region. More specifically, AITCH is intended to
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-31
    • 文件大小:41208
    • 提供者:maxwang
  1. svm_perf.tar.gz

    0下载:
  2. SVMstruct is a Support Vector Machine (SVM) algorithm for predicting multivariate or structured outputs. It performs supervised learning by approximating a mapping h: X --> Y using labeled training examples (x1,y1), ..., (xn,yn). Unlike regula
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:109271
    • 提供者:jon
  1. gsadfgwadfgasgd

    0下载:
  2. 一、 uboot是ppcboot和armboot合并而成,现在主流的bootloader为uboot和redboot 二、 bootm addr_kernel addr_initrd 三、 移植uboot时最好(一定)要找到一个自己板子的原形(即自己的板子是在这个板子上做一些修改而来的)的版本,这样就可以事半功倍。这样要修改的地方就比较少,也比较容易了。uboot支持很多平台,与一个具体平台相关的主要有三个地方: 1、./include/configs/xxxxx.h, 主要定义了f
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:21419
    • 提供者:smallwei
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 25 »
搜珍网 www.dssz.com