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

搜索资源列表

  1. H.264MPEG-4AVCRealTimeImplementationonDSP

    0下载:
  2. H.264/MPEG-4 AVC is the latest generation standard from the ITU-T and ISO/IEC MPEG standardization bodies and it builds on the success of the previous ITU-T and MPEG standards. H.264/MPEG-4 AVC offers major advantages compared with previous
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:254690
    • 提供者:小飞
  1. quanpaixu

    0下载:
  2. 冒泡排序 直接选择排序 Shell排序 快速排序 归并排序 堆排序 直接插入排序基本算法 #include<iostream.h> #include<stdlib.h> #include<time.h> const int n=100000 typedef struct{ int key }RedType typedef struct{ RedType *r //r[n+1
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:720567
    • 提供者:zero
  1. time-of-day

    0下载:
  2. * This a software code module for a time-of-day clock object. * The clock may be fixed 12-hour, fixed 24-hour, or dynamically * configurable between these two types. Clock data can be accessed * as a binary number representing the number of
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:5512
    • 提供者:Qu chun lei
  1. wuziqi

    0下载:
  2. 五子棋小游戏#include<stdlib.h> #include<time.h> #include<stdio.h> #include<conio.h> int chess[169]={0} /*棋盘*/ struct chess_t/*作为辅助,即是作为建意*/ { char attack /*攻防用的,0表示守,1表示攻*/ int j /*作为优先级用*/ }chess_a[169]
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:2382
    • 提供者:庄斌
  1. 2

    0下载:
  2. 小程序应有如下功能: 1、登记。登记每位同学的上网卡号,押金(>=5 RMB)和上网时刻。 2、查询。可以查询每个上网卡号的上网时刻,上网的时间,押金和当前的费用。 3、结账。根据卡号可以算出 应收金额,应找金额。 4、提醒。当某个上网卡号的 上网费用 >= 它的押金时应提醒管理员。 5、续费。当某个上网卡号的 上网费用 >= 它的押金,他可以再次交上一定金额的押金(>=5 RMB)。 6、修改费率。上网的费率应可以调整。默认的费率是1 RMB /
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2173
    • 提供者:布小
  1. h.263开发

    0下载:
  2. 本次专题的目标 因为在视讯会议透过网络的传输 ,会因为音讯(Audio)以及视讯(Video)的压缩以及解 压缩的速率的不同 ,音讯讯的解压快 , 因此使将其经网络传输后,载另一方也能把声音以 及影像同步(Synchronization),而本组的目标即是将音讯以及视讯的讯号不但能够加以压 , 缩再经由ATM来传输,并能加以整合使 其能同步化,以能达到real time 的传输 来自: http://vk100.com/oblog/more.asp?name=tucket&id=80-this
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:407247
    • 提供者:王凡
  1. 红色飓风II代-CY1C6开发板实验代码

    0下载:
  2. 1、count.c 实现计数显示功能,按键一正计数,按键二反计数,液晶屏、数码管会有显示 2、flash_test.c 测试flash是否工作正常 3、flash_test_simple 简单的测试flash 4、lcd_test.c 测试16x2液晶模块 5、system_id.c 测试软件环境的id和硬件环境的id是否一致 6、test_all.c 4个按键按下时液晶屏、串口会有不同输出 7、time.h,time.c 简单数字钟程序,液晶屏显示用四个按键控制可以调
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2009-06-01
    • 文件大小:9966
    • 提供者:skylie
  1. h263.zip

    0下载:
  2. 基于H.263的图像压缩编解码的C源码,在CPU为586以上的PC上能够实时完成压缩、解压缩算法,并可以很容易地移植到TI的DSP上,Based on the H.263 video compression codec of the C source, in the CPU for more than 586 of the PC can be completed in real-time compression, decompression algorithms, and can be easi
  3. 所属分类:DSP program

    • 发布日期:2017-11-08
    • 文件大小:168098
    • 提供者:wdx
  1. s3c6410-h264-IDR-encode-ok

    1下载:
  2. 这是上一个代码的优化,加了IDR帧编码,适合不稳定网络(如移动通信网),已产品化,基于华恒S3C6410-R2开发板采集视频并压缩为H264格式,带IDR帧,使用时.c文件要改名为cam2fb.c-This is a code optimization, plus the IDR frame coding for unstable networks (such as mobile communications network), has been product oriented, huahen
  3. 所属分类:Embeded Linux

    • 发布日期:2014-07-28
    • 文件大小:3072
    • 提供者:杨在
  1. BP

    0下载:
  2. BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "math.h" #include "stdio.h" #include "time.h" #include "fstream.h" #define N 120 //学习样本个数 #define IN 3 //输入层神经元数目 #define HN 2 //隐层神经元数目
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:2753
    • 提供者:梅汉文
  1. HMMDemo

    1下载:
  2. 基于opencv的HMM人脸识别,可连接摄像头实时拍摄识别!(opencv1.0)-Opencv of HMM-based face recognition, can be connected to real-time camera shot Recognition! (Opencv1.0))
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1817981
    • 提供者:zhly
  1. msntp

    1下载:
  2. 这是NTP服务器与客户端的源代码,用于实现时间同步的功能。-This is ntp server and client original code, it can achieve time synchronization.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:58356
    • 提供者:陈雨帆
  1. DirectShow.h-Dshow

    0下载:
  2. VC6+DirectShow环境编译通过有困难的人,或在想用流媒体来实现视频监控各方面功能的时候,这个无疑是你必须经过的门槛,关于解决DirectShow.h头文件的新一种方法-VC6+ DirectShow environmental compiled through difficulties, or those who are not familiar with multi-media programming, in the want to use streaming media to al
  3. 所属分类:Video Capture

    • 发布日期:2017-03-31
    • 文件大小:3442
    • 提供者:李孝进
  1. TCPClient_Server

    1下载:
  2. VC实现TCP通信,客户端和服务器端的程序都有,服务器端定时发送数据,客户端定时接收,并显示字节数。-VC achieve TCP communication, the client and server side programs are, the server-side time to send data, the client regularly receives and displays the number of bytes.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-19
    • 文件大小:29231104
    • 提供者:高倩
  1. CpuUsage

    0下载:
  2. 通过本程序读者可以轻松地实现,任务管理器中的查看cpu即时利用率的功能-The reader through this process can be easily realized, Task Manager of view cpu utilization of the functions of real-time
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:91576
    • 提供者:weiyewang
  1. usb_vc

    2下载:
  2. 用于与USB接口设备通讯的上位机程序,可将下位机USB接口设备传输的数据送至PC机并处理。每次数据传送都是上位机主动,上位机先发送命令(借用DEMO程序中的版本号部分),下位机收到READ_VERSION命令就发送64字节数据给上位机,并开始计时,每次发送把发送帧数加1,把时间和帧数发送到上位机显示,方便观察;上位机收到64字节数据就又给下位机发送READ_VERSION命令,重复1000次,测试需时31秒左右。64字节中:第2,3字节是发送帧数,第61字节是通信时间(S)-USB interf
  3. 所属分类:Windows编程

    • 发布日期:2013-01-08
    • 文件大小:9523
    • 提供者:huming
  1. 03

    0下载:
  2. H.264 编解码程序,希望对各位有用,同时加强交流是才主要目标-H.264 codec procedures, in the hope that useful, at the same time to strengthen the exchange is only the main objectives of
  3. 所属分类:DSP program

    • 发布日期:2017-05-02
    • 文件大小:939720
    • 提供者:zeng xianguang
  1. h

    0下载:
  2. 目的:使学生加深对图搜索技术的理解,初步掌握图搜索基本编程方法,并能运用图搜索技术解决一些应用问题。 要求: (1) 可使用第3章中的状态图搜索通用程序,这时只需编写规则集程序;也可用PROLOG语言或其他语言另行编程。 (2) 程序运行时,应能在屏幕上显示程序运行结果。 -Objective: To enable students to deepen their understanding of search technology plan, a preliminary ma
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:12486
    • 提供者:nimamama
  1. normaldistribution

    0下载:
  2. #include <stdlib.h> #include <stdio.h> #include <time.h> #include <fstream> #include <iostream> using namespace std struct Code { float a char s } Code cc[8]={{0.25, a },{0.3,
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-21
    • 文件大小:809
    • 提供者:糊涂
  1. H.265视频压缩的FPGA实现

    2下载:
  2. 使用verilog语言实现H.265压缩算法,能够实现实时视频数据的压缩传输(Using Verilog language to realize h.265 compression algorithm can realize the compression and transmission of real-time video data)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2020-05-24
    • 文件大小:14726144
    • 提供者:xiaotaiy
« 1 23 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com