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

搜索资源列表

  1. avr ad转换 例子

  2. #include #include #include #include
  3. 所属分类:C/C++

    • 发布日期:2009-09-03
    • 文件大小:43008
    • 提供者:shuilingzhu
  1. AD7705模数转换

  2. #include #include #include #include "1KF01.h" #include "ad7705.h" #include "HC595.h" #include "main.h" #include "crc16.h" #include "usart.h&q uot; volatile uint16_t eep_cali_data_addr;//计算校准系数存放地址的变量 extern volatile uint8_t timer0out;//主函数定义的超时标志
  3. 所属分类:C++

    • 发布日期:2009-11-16
    • 文件大小:374784
    • 提供者:richardrain
  1. USB atmeg8 ISP_源码.rar

  2. USB atmeg8 ISP_源码.rar /* Name: main.c * Project: AVR-Doper * Author: Christian Starkjohann * Creation Date: 2006-06-21 * Tabsize: 4 * Copyright: (c) 2006 by Christian Starkjohann, all rights reserved. * License: Proprietary, see documentation. * Re
  3. 所属分类:C

    • 发布日期:2010-02-22
    • 文件大小:763904
    • 提供者:zfuwen
  1. delay.h文件,AVR单片机必须文件

  2. AVR单片机必须文件,delay.h文件delay.h文件delay.h文件delay.h文件delay.h文件delay.h文件delay.h文件
  3. 所属分类:硬件开发

    • 发布日期:2010-03-04
    • 文件大小:368
    • 提供者:chrisjia_8786
  1. 595交通灯的程序实现

  2. 这是595交通灯的实现,程序的部分.#ifndef __MAIN_H__ #define __MAIN_H__ #include #include #include #include #include #include #define uchar unsigned char #define uint unsigned int #endif
  3. 所属分类:交通

    • 发布日期:2010-03-29
    • 文件大小:77824
    • 提供者:a425050784
  1. 基于AT89S52带温度电子万年历的程序

  2. #include #include"ds1302.h" #include"ds18b20.h" #include"delay.h" unsigned char duanx[16]={ 0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87, 0x08,0x18,0x28,0x38,0x48,0x58,0x68,0x78};//数码管段选编码 unsigned char weix[12]={ 0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,
  3. 所属分类:硬件开发

    • 发布日期:2010-04-25
    • 文件大小:84992
    • 提供者:wanghuastudy
  1. 单片机控制电机驱动程序

  2. #include //器件库 #include //延时函数库 #include //标准I/O函数库 #include //标准函数库 unsigned char m0,m1,m2; unsigned char s,s1; // 单片机定时器0溢出中断服务程序段 // 产生伺服电机动作所需要的脉宽 interrupt [TIM0_OVF] void timer0_ovf_isr(void) { TCNT0=0xBA; if(s<m0)PORTA.0=1;else PORTA.0
  3. 所属分类:C

    • 发布日期:2010-05-10
    • 文件大小:3072
    • 提供者:anhui007
  1. 51单片机精确延时函数DELAY.H(误差小于机器周期)

  2. 51单片机精确延时函数DELAY.H(误差小于机器周期) 建议放入Keil的INC文件夹备用
  3. 所属分类:C

    • 发布日期:2012-01-06
    • 文件大小:2048
    • 提供者:gaoyichuan
  1. standard H infinite problem in systems with a single input delay

  2. standard H infinite problem in systems with a single input delay
  3. 所属分类:电信

    • 发布日期:2013-07-13
    • 文件大小:489472
    • 提供者:u011392073
  1. 添加H.264代码

  2. 1. struct hdr_cmn { enum dir_t { DOWN= -1, NONE= 0, UP= 1 }; packet_t ptype_; // packet type (see above) int size_; // simulated packet size int uid_; // unique id int error_; // error flag int errbitcnt_; // # of corrupted bits jahn int fe csize_;
  3. 所属分类:C

    • 发布日期:2017-03-10
    • 文件大小:29696
    • 提供者:wjadcb
  1. stm32 delay.h 延时文件

  2. stm32 延迟的源代码 delay.h 包含 sys.h 使用时包含进工程目录
  3. 所属分类:硬件开发

    • 发布日期:2019-01-17
    • 文件大小:6144
    • 提供者:qq_30893671
  1. 包含"stm32f10x_lib.h":等FWLib.rar

  2. ..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_lib.h": No such file or directory compiling delay.c... ..\SYSTEM\delay\delay.c(1): error: #5: cannot open source input file "stm32f10x_lib.h": No such file or directory com
  3. 所属分类:电子政务

    • 发布日期:2020-04-08
    • 文件大小:155648
    • 提供者:wwwzxfeng_
  1. STC15系列万能delay延时函数.zip

  2. STC15系列万能delay延时。为了方便51单片机在不同晶振频率下,延时函数能正常使用而打包的延时函数。改变频率后只需改变一下宏定义即可。 delay.h #ifndef _DELAY_H #define _DELAY_H //注意时钟频率设置正确 //------------------------------------------ //晶振 #define xtal_0 5529600L //05.5290MHz #define xtal_1 6000000
  3. 所属分类:硬件开发

    • 发布日期:2020-03-08
    • 文件大小:2048
    • 提供者:ZSX_STM32
  1. Servo.h.ino

  2. #include Servo myservo; void setup(){ myservo.attach(9); } void loop(){ myservo.write(45); delay(50); }
  3. 所属分类:其它

    • 发布日期:2020-02-08
    • 文件大小:129
    • 提供者:zgrdsrwdbzd
  1. H-infinity Stabilization for Singular Networked Cascade Control Systems with State Delay and Disturbance

  2. H-infinity Stabilization for Singular Networked Cascade Control Systems with State Delay and Disturbance
  3. 所属分类:其它

    • 发布日期:2021-02-11
    • 文件大小:3145728
    • 提供者:weixin_38586186
  1. Delay-dependent wide-area damping control for stability enhancement of HVDC/AC interconnected power systems

  2. In this paper, a delay-dependent wide-area damping control strategy associated with a high-voltage direct current (HVDC) supplementary controller is presented to enhance the overall stability of parallel HVDC/AC interconnected systems. First, the HVD
  3. 所属分类:其它

    • 发布日期:2021-02-10
    • 文件大小:2097152
    • 提供者:weixin_38641150
  1. Delay-Dependent Robust H&infin; Filtering of Takagi-Sugeno Stochastic Systems

  2. Delay-Dependent Robust H∞ Filtering of Takagi-Sugeno Stochastic Systems
  3. 所属分类:其它

    • 发布日期:2021-02-10
    • 文件大小:524288
    • 提供者:weixin_38630612
  1. H∞ excitation control design for stochastic power systems with input delay based on nonlinear Hamiltonian systemtheory

  2. H∞ excitation control design for stochastic power systems with input delay based on nonlinear Hamiltonian systemtheory
  3. 所属分类:其它

    • 发布日期:2021-02-10
    • 文件大小:1048576
    • 提供者:weixin_38699830
  1. Delay-Range Dependent H-inf Control for Uncertain 2D-Delayed Systems

  2. Delay-Range Dependent H-inf Control for Uncertain 2D-Delayed Systems
  3. 所属分类:其它

    • 发布日期:2021-02-09
    • 文件大小:447488
    • 提供者:weixin_38602563
  1. H∞ variable structure control for a class of uncertain singular switched systems with time-delay

  2. H∞ variable structure control for a class of uncertain singular switched systems with time-delay
  3. 所属分类:其它

    • 发布日期:2021-02-08
    • 文件大小:106496
    • 提供者:weixin_38663193
« 12 3 4 5 6 7 8 9 10 ... 26 »