亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

reload

  • 支持模擬楨中繼、CCIE BB路由器 生成批處理文件 生成設(shè)備支持reload

    支持模擬楨中繼、CCIE BB路由器 生成批處理文件 生成設(shè)備支持reload

    標(biāo)簽: reload CCIE 模擬 中繼

    上傳時(shí)間: 2014-01-24

    上傳用戶:wfl_yy

  • AT89C2051驅(qū)動(dòng)步進(jìn)電機(jī)的電路和源碼

    AT89C2051驅(qū)動(dòng)步進(jìn)電機(jī)的電路和源碼:AT89C2051驅(qū)動(dòng)步進(jìn)電機(jī)的電路和源碼 程序:stepper.c stepper.hex/* * STEPPER.C * sweeping stepper's rotor cw and cww 400 steps * Copyright (c) 1999 by W.Sirichote */#i nclude c:\mc5151io.h /* include i/o header file */ #i nclude c:\mc5151reg.hregister unsigned char j,flag1,temp; register unsigned int cw_n,ccw_n;unsigned char step[8]={0x80,0xc0,0x40,0x60,0x20,0x30,0x10,0x90} #define n 400/* flag1 mask byte 0x01 run cw() 0x02 run ccw() */main(){ flag1=0; serinit(9600); disable(); /* no need timer interrupt */ cw_n = n; /* initial step number for cw */ flag1 |=0x01; /* initial enable cw() */while(1){ { tick_wait(); /* wait for 10ms elapsed */energize(); /* round-robin execution the following tasks every 10ms */ cw(); ccw(); } }}cw(){ if((flag1&0x01)!=0) { cw_n--; /* decrement cw step number */ if (cw_n !=0) j++; /* if not zero increment index j */ else {flag1&=~0x01; /* disable cw() execution */ ccw_n = n; /* reload step number to ccw counter */ flag1 |=0x02; /* enable cww() execution */ } }

    標(biāo)簽: C2051 2051 89C AT

    上傳時(shí)間: 2013-11-21

    上傳用戶:boyaboy

  • 一個(gè)很好用的 lcd 時(shí)鐘程序 C語(yǔ)言 #include<reg51.h> #include<stdio.h> //定義計(jì)時(shí)器0 的重裝值 #define reload

    一個(gè)很好用的 lcd 時(shí)鐘程序 C語(yǔ)言 #include<reg51.h> #include<stdio.h> //定義計(jì)時(shí)器0 的重裝值 #define reload_HIGH 0x3C #define reload_LOW 0xD2 //定義按鍵彈跳時(shí)間 #define DB_VAL //定義設(shè)置模式的最大時(shí)間間隔 #define TIMEOUT 200 //定義游標(biāo)位置常數(shù) #define HOME 0 #define HOUR 1 #define MIN 2 #define SEC 3

    標(biāo)簽: include define reload stdio

    上傳時(shí)間: 2014-12-19

    上傳用戶:zukfu

  • 一個(gè)用于籃球比賽30秒計(jì)時(shí)的程序

    一個(gè)用于籃球比賽30秒計(jì)時(shí)的程序,用verilog編寫(xiě)。可以實(shí)現(xiàn)alarm,reload和stop等功能。

    標(biāo)簽: 計(jì)時(shí) 程序

    上傳時(shí)間: 2016-01-23

    上傳用戶:woshini123456

  • PC與單片機(jī)雙向通訊智能溫控程序 #include <AT89X51.H> #include <intrins.h> #define Key_UP P1_0 #def

    PC與單片機(jī)雙向通訊智能溫控程序 #include <AT89X51.H> #include <intrins.h> #define Key_UP P1_0 #define Key_DOWN P1_1 #define Key_SET P1_2 #define RelayOutPort P2_0 #define LEDPort P0 #define DELPort P2_1 #define LEDTwoC P3_6 #define LEDThreeC P3_7 #define TMPort P2_7 #define INBUF_LEN 5 //數(shù)據(jù)長(zhǎng)度 unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0 , 0 } //發(fā)送緩沖區(qū) unsigned char inbuf2[50] //接收緩沖區(qū) unsigned char count3 void init_serialcomm( void ) { SCON = 0x50 //SCON: serail mode 1, 8-bit UART, enable ucvr TMOD |= 0x20 //TMOD: timer 1, mode 2, 8-bit reload PCON |= 0x80 //SMOD=1 TH1 = 0xFA //Baud:4800 fosc=11.0592MHz IE |= 0x90 //Enable Serial Interrupt TR1 = 1 // timer 1 run } //向串口發(fā)送一個(gè)字符 void send_char_com( unsigned char ch) { SBUF=ch while (TI== 0 ) TI= 0

    標(biāo)簽: include intrins define Key_UP

    上傳時(shí)間: 2014-11-29

    上傳用戶:風(fēng)之驕子

  • 富士通微控制器8位MCU各項(xiàng)功能的應(yīng)用實(shí)例源代碼

    富士通微控制器8位MCU各項(xiàng)功能的應(yīng)用實(shí)例源代碼,包括I2C通信,PPG timer,AD轉(zhuǎn)換,reload timer等等的C語(yǔ)言例程。

    標(biāo)簽: MCU 富士通微 8位 控制器

    上傳時(shí)間: 2014-11-29

    上傳用戶:363186

  • 富士通芯片 32位MCU各項(xiàng)機(jī)能應(yīng)用實(shí)例的C語(yǔ)言例程

    富士通芯片 32位MCU各項(xiàng)機(jī)能應(yīng)用實(shí)例的C語(yǔ)言例程,包括AD轉(zhuǎn)換、DA轉(zhuǎn)換、I2C通信、UART通信、reload Timer、Watch Timer等等實(shí)例。

    標(biāo)簽: MCU 富士通 C語(yǔ)言 芯片

    上傳時(shí)間: 2017-03-16

    上傳用戶:czl10052678

主站蜘蛛池模板: 陈巴尔虎旗| 万山特区| 红桥区| 全南县| 平舆县| 安化县| 鹤山市| 洛隆县| 城固县| 罗平县| 班玛县| 靖西县| 古蔺县| 内乡县| 怀化市| 时尚| 宜宾县| 兴海县| 尼玛县| 定远县| 宜兰县| 新郑市| 罗定市| 屯留县| 上犹县| 定远县| 楚雄市| 双流县| 错那县| 齐河县| 陇川县| 新巴尔虎左旗| 壤塘县| 凌源市| 临江市| 许昌县| 平顺县| 苏尼特左旗| 石嘴山市| 祁门县| 拉萨市|