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

搜索资源列表

  1. h[1].264AVC

    0下载:
  2. 此文详细介绍了h.264种熵编码算法的优化设计,取材比较前沿,内容新颖。-article details the h.264 types of entropy coding algorithm optimization of the design, drawing more forward, as novel.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:52489
    • 提供者:琨琨
  1. linux_c_s

    0下载:
  2. 基于终端的订花系统_socket #include<stdio.h> #include<stdlib.h> #include<errno.h> #include<string.h> #include<sys/types.h> #include<netinet/in.h> #include<sys/socket.h> #include<sys/wait.h>
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:3930
    • 提供者:xxf
  1. LinuxUART

    0下载:
  2. linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #inc
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5289
    • 提供者:Edward
  1. HHT

    3下载:
  2. 目前,互联网上HHT信号处理技术有 三种实现方式,采用MATLAB编程语言,一种是法国研究者设计的G Rilling 2007 另一种是MATLAB文件交换中心由Alan Tan开发的plot_hht程序包,第三种是台湾中央大学数据研究中心提供的EEMD包。 其中,我使用了plot_hht程序包,其使用了三个终止条件,驻留分量的单调性,极值点与零点的个数相差不超过1,还有黄锷1998经典文献提出的 SD>0.1,单调性的判断,并不是去
  3. 所属分类:语音合成与识别

    • 发布日期:2013-11-25
    • 文件大小:5028840
    • 提供者:maya
  1. ADTest

    0下载:
  2. 6410 ADC测试 #include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/ioctl.h> #include <fcntl.h> #include <linux/fs.h> #incl
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-12-22
    • 文件大小:64512
    • 提供者:xiankongyijue
  1. HTTP

    0下载:
  2. HTTP协议的C语言编程实现实例 HTTP协议的C语言编程实现实例 HTTP协议的C语言编程实现实例-#include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <errno.h> #include <unistd.h>
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:2891
    • 提供者:zyh
  1. shell

    0下载:
  2. #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 *
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:32785
    • 提供者:李明
  1. serial

    0下载:
  2. include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #include <termio
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-05
    • 文件大小:9535
    • 提供者:nameblue
  1. client_serveur

    0下载:
  2. client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> include <netinet/in.h> include <arpa/inet.h> include <unistd.h> int main() { int sockfd int len struct so
  3. 所属分类:Applications

    • 发布日期:2017-03-25
    • 文件大小:878
    • 提供者:nabilnapel
  1. BlockMatchingAlgoMPEG

    0下载:
  2. This paper (and accompanying MATLAB source code) is a review of the block matching algorithms used for motion estimation in video compression. It implements and compares 7 different types of block matching algorithms that range from the very basic Ex
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-23
    • 文件大小:121364
    • 提供者:hbx
  1. watchdog

    0下载:
  2. watchdog 这是一个例程!可以参考一下!-#include <errno.h> #include <stdlib.h> #include <string.h> #include <stdio.h> #include <sys/io.h> #include <sys/time.h> #include <sys/types.h> #include <unistd.h>
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:808
    • 提供者:
  1. H.324

    0下载:
  2. H.324 终端可以集成进入个人计算机或在独立装置中实现,诸如可视电话。对每一种媒体(话音、数 据、视频)的支持是任选的,但是只要支持,就要求使用规定的公共操作模式的能力,以便所有支持该媒 体类型的终端可互通。-H.324 terminals can be integrated into the personal computer or device to achieve independence, such as video telephony. For each type of me
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:50690
    • 提供者:shenlong
  1. GL

    0下载:
  2. GL的配置头文件,其中包括各种.h文件,对于图像图形会很有用的。-GL' s configuration header file, including all types. H file, for image and graphics will be very useful.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:216009
    • 提供者:liu chen
  1. BlockMatchingAlgoMPEG

    0下载:
  2. This paper is a review of the block matching algorithms used for motion estimation in video compression. It implements and compares 7 different types of block matching algorithms that range from the very basic Exhaustive Search to the recent
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:252563
    • 提供者:vikas
  1. UNIXCcode

    0下载:
  2. 用C语言编写的Unix代码实例 供大家参考 -#include <sys/sem.h> #include <sys/types.h> #include <sys/ipc.h> #include <stdio.h> #include <sys/stat.h> #define VERIFYERR(a, b) if (a) fprintf(stderr, " s failed.\n", b) else fp
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:150606
    • 提供者:netdavid
  1. h.263encode-and-decode

    0下载:
  2. 用H.263实现视频的压缩和解压,可对分辨率,码率,帧数和对被压缩文件类型进行选择-Achieved with the H.263 video compression and decompression, may be on the resolution, bit rate, frame rate and compressed file types to choose
  3. 所属分类:Video Capture

    • 发布日期:2017-05-20
    • 文件大小:5731429
    • 提供者:hope.sun
  1. Watterson_channel

    2下载:
  2. watterson信道模型,包含四种模型,有3径和4径两类-watterson channel model, including the four models, there are two types of 3 tracks and 4 tracks
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1726
    • 提供者:Lynn
  1. BlockMatchingAlgorithmsForMotionEstimation

    0下载:
  2. This paper is a review of the block matching algorithms used for motion estimation in video compression. It implements and compares 7 different types of block matching algorithms that range from the very basic Exhaustive Search to the recent
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-28
    • 文件大小:102082
    • 提供者:Hari Prasad
  1. Linux-serial

    0下载:
  2. Linux 系统串口使用代码 /* * Program: serial.c * Author: Paul Dean * Version: 0.0.3 * Date: 2002-02-19 * Descr iption: To provide underlying serial port function, * for high level applications. * */ #include <termios.h>
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:7952
    • 提供者:zhangxiaojun
  1. Linux-ping

    0下载:
  2. Linux-ping源代码,e "stdlib.h" #include "string.h" #include "stdio.h"-e "stdlib.h" #include "string.h" #include "stdio.h" #include "fcntl.h" #include "errno.h" #include "signal.h" #include "sys/types.h" #in
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:2039
    • 提供者:wxk1383
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com