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

搜索资源列表

  1. c++课程设计钟表程序

  2. // timer.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "timer.h" #include "timerDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///// ///////////////////
  3. 所属分类:C++

    • 发布日期:2009-06-04
    • 文件大小:1mb
    • 提供者:lijian9338
  1. Nachos中文教程

  2. 第一章 绪论 1 第一节 NACHOS概述 1 一、引言 1 二、Nachos教学用操作系统 1 第二节 NACHOS的实验环境 4 一、Nachos的安装 4 二、Nachos的目录结构 4 三、各个部分的编译运行 4 四、应用程序的编译 5 第二章 机器模拟 6 第一节 概述 6 第二节 机器模拟的实现 10 1. Sysdep模块分析(文件sysdep.cc sysdep.h) 10 1.1 PoolFile 函数 10 1.2 OpenForWrite 函数 10 1.3 OpenFo
  3. 所属分类:网络攻防

    • 发布日期:2009-11-01
    • 文件大小:864kb
    • 提供者:njzhufang13
  1. linux下的多定时器实现

  2. 文件列表:timer.h,timer.c 功能:实现了linux下的多定时器,采用双向链表来维护定时器列表,用户可利用其中的接口来创建定时器,并注册超时回调函数。时钟计时采用select系统调用来实现。
  3. 所属分类:Linux

    • 发布日期:2010-08-25
    • 文件大小:3kb
    • 提供者:weihaiming
  1. STC12C5410AD.H

  2. 头文件 STC12C5410AD.H /* sfr AUXR = 0x8e; */ /* sfr IPH = 0xb7; */ /* Watchdog Timer Register */ sfr WDT_CONTR = 0xe1; /* ISP_IAP_EEPROM Register */ sfr ISP_DATA = 0xe2; sfr ISP_ADDRH = 0xe3; sfr ISP_ADDRL = 0xe4; sfr ISP_CMD = 0xe5; sfr ISP_TRIG = 0xe
  3. 所属分类:C

    • 发布日期:2010-09-28
    • 文件大小:4kb
    • 提供者:lzg4321
  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
    • 文件大小:13kb
    • 提供者: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
    • 文件大小:15kb
    • 提供者:lzhtj1227
  1. 自己写的 STM32F10x的ADC和Timer驱动, 没有使用固件库。

  2. CPU: Stm32F101C6 (or Stm32F10x) 编译器: IAR ARM 4.42A 备注: 没有用到编译器或CPU厂商的接口固件库函数 功能: 串口发送和接收。定时器, ADC采样等驱动 方便移植: 所有IO接口定义文件 "IoDrv.h"
  3. 所属分类:硬件开发

    • 发布日期:2011-06-24
    • 文件大小:125kb
    • 提供者:jerr4524189
  1. Linux定时器的使用

  2. 内核定时器是内核用来控制在未来某个时间点(基于jiffies)调度执行某个函数的一种机制,其实现位于 和 kernel/timer.c 文件中。 被调度的函数肯定是异步执行的,它类似于一种“软件中断”,而且是处于非进程的上下文中,所以调度函数必须遵守以下规则.
  3. 所属分类:Linux

    • 发布日期:2011-08-18
    • 文件大小:73kb
    • 提供者:lvoeman666
  1. AFFASGDGAG

  2. /********************************/ // 这一段无需改动 #include #include #include #include "2440addr.h" #include "2440lib.h" #include "2440slib.h" #include "TIMER.H" #include "mmu.h" #include "lcd.h"
  3. 所属分类:嵌入式

    • 发布日期:2011-08-28
    • 文件大小:5mb
    • 提供者:ymy_2010
  1. 51单片机TCP/IP源代码

  2. //--------------------------------------------------------------------------- // Net MAIN.C // // 8051 Web Server project // See Makefile for build notes // Written for Keil C51 V5.1 compiler, notes: // It uses big endian order, which is the same as
  3. 所属分类:嵌入式

    • 发布日期:2012-07-28
    • 文件大小:264kb
    • 提供者:sailingthink
  1. 继承自BCB的定时器Timer

  2. 继承自BCB控件TTimer的定时器,运用函数指针方式定时调用其他类的函数..H,CPP文件在小test程序程序中自己找. 环境WINXP,BCB6.注意,在控制台程序中不能使用.
  3. 所属分类:C/C++

    • 发布日期:2008-10-08
    • 文件大小:2mb
    • 提供者:yulanarti
  1. 实用的Linux c 定时器代码

  2. linux c 开发的定时器,封装为CTimer类,编译运行已通过,包含头文件就可以用,可以节省编码与调试时间,很实用的代码,可以用于项目中的基础库。Timer.h Timer.cpp
  3. 所属分类:C++

    • 发布日期:2014-11-07
    • 文件大小:2kb
    • 提供者:sujacy
  1. BITEK BIT1802A TIMER 功能測試範例源代碼

  2. BITEK BIT1802A TIMER 測試範例源代碼. 支持 TRUST T070SWV056H 7" (800 (H) x RGB x 480 (V)) 展示 TIMER0/1/2 功能.
  3. 所属分类:C

    • 发布日期:2017-04-26
    • 文件大小:79kb
    • 提供者:boltnut
  1. timer.h

  2. timer.h
  3. 所属分类:Java

    • 发布日期:2007-06-04
    • 文件大小:2kb
    • 提供者:u011003087
  1. 电子-timer.h

  2. 电子-timer.h,单片机/嵌入式STM32-F0/F1/F2
  3. 所属分类:其它

  1. 51单片机 - 电子万年历 - clock.h

  2. 使用51单片机制作万年历的基本功能部分,软件特性可以在proteus上仿真,使用51单片机定时器T0做万年历计时信号源,电子万年历计时系统在timer模块,本模块主要是将年/月/日/星期/时/分/秒等信息输出到lcd1602上显示,以及将年月日换算为星期信息。单片机采用12MHz晶振,中断1ms计时方式,误差低。
  3. 所属分类:C

    • 发布日期:2020-03-03
    • 文件大小:417byte
    • 提供者:weixin_44413515
  1. 51单片机 - 电子万年历 - timer.h

  2. 使用51单片机制作万年历过程中的定时部分,软件特性可以在proteus上仿真,使用51单片机定时器T0做万年历计时信号源。采用12MHz晶振,中断1ms计时方式,误差低。
  3. 所属分类:C

    • 发布日期:2020-02-21
    • 文件大小:460byte
    • 提供者:weixin_44413515
  1. Tutorials - Application Timer .pdf

  2. Nordic BLE 开发资料,介绍App Timer的应用步骤方法,架构等等!对于蓝牙开发非常有帮助!26/04/2016 Tutorials- Nordic Developer Zone Now go to Project-> Options for target .->C/C++. From there, add the following directories to the Include paths A.\\\\components\ drivers nrf\clock
  3. 所属分类:C

    • 发布日期:2019-07-27
    • 文件大小:353kb
    • 提供者:qq_42632768
  1. timer.h

  2. timer.h
  3. 所属分类:C/C++

    • 发布日期:2012-10-19
    • 文件大小:965byte
    • 提供者:qq834125268
  1. ardunio timer.h

  2. ardunio timer.h
  3. 所属分类:硬件开发

    • 发布日期:2016-11-26
    • 文件大小:2kb
    • 提供者:topzuo008
« 12 3 4 5 6 7 8 9 10 »