CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 其他嵌入式/单片机内容 搜索资源 - 按键设置

搜索资源列表

  1. plane_complete

    0下载:
  2. 基于ucgui的打飞机程序 通过扫描按键控制我机移动(只有4个按键,我们就设置了前后左右4个方向按键,子弹设为自动发射) 敌机移动通过rand函数产生(设敌机最大数为ENEMYMAXNUM,只要低于这数,每次循环就产生敌机否则不生成敌机.敌机只会在Y轴移动,如果敌机与我机相撞,,则发生爆炸) 敌机子弹生成与移动(每架敌机子弹数最多为BULLETMAXNUM,低于这个值,每个循环都会在飞机正前方产生一颗子弹,在Y轴方向移动SPEED.Y.如果子弹碰到我机,则发生爆炸,LIFE减
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:3.42kb
    • 提供者:陈名
  1. keycontrolTIME

    0下载:
  2. C51语言对数字逻辑时间的一个控制,芯片AT89C51,通过键盘的16个按键即可实现传送,设置。-C51 language for digital logic, a time control, chip AT89C51, through the keyboard 16 keys can achieve transmission settings.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-29
    • 文件大小:9.27kb
    • 提供者:sada
  1. dpjbxfsq

    0下载:
  2. 本实验是利用TX-1C或扩展版单片机实验板,设计数字低频信号发生器,具体要求有如下三点: 1,用数码管(或者LCD)显示信号类型和频率。 2,信号发生器可输出阶梯波、正弦波和三角波。 3,可通过按键选择波形种类、设置输出波形的频率和幅度。 -dan pian ji
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:2.01kb
    • 提供者:keviele
  1. STC12LE4052AD_flash_EEprom

    0下载:
  2. STC12C2052AD片内flash作为EEprom的测试程序 程序利用串口显示当前读或者写的地址,可以通过串口写入16字节数据,并读出验证 过程:正常启动后LED1长亮,按键1读取数据,按键2测试串口,读取前要保证有数据 否则等待串口写入数据。第一次写入读出后显示不正确(地址0x00为字符串结尾) 从串口发送小于17位字符串(开头一位不存,最后一位0X00结束标志)。单片机收到 后返回原值,第一位为保存的地址。读取数据时,返回第一位为读取地址本演示代码 仅针
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-24
    • 文件大小:370.51kb
    • 提供者:
  1. closed_loop

    0下载:
  2. 本程序主要是单片机控制的DC—DC开关电源系统的软件设计。 闭环反馈控制功能:在开环控制的基础上,设置一个反馈控制触发按键,该按键按下时,启动闭环控制程序,将电源输出电压反馈到单片机中,并由闭环算法调整输出矩形波的占空比,使得重新输出的电压与数码管显示电压误差减小。-A DC-DC system controlled by single chip, including the realization of the hardware as well as the software of the
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:3.23kb
    • 提供者:yiyuzhiming
  1. 5

    0下载:
  2. 用定时器实现月、日、时、分和秒计时并通过按键控制在LED上分别显示。同时在超级终端上显示。可以通过小键盘设置时间,在数码管上显示。在计算机超级终端中可以对开发板上定时器的时钟进行设置。 -Using Timer month, day, hour, minutes and seconds time control by button LED display, respectively. At the same time show at the Super Terminal. Can set
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-05
    • 文件大小:179.92kb
    • 提供者:温秋收
  1. timershow

    0下载:
  2. 用定时器实现月、日、时、分和秒计时并通过按键控制在LED上分别显示。同时在超级终端上显示。可以通过小键盘设置时间,在数码管上显示。在计算机超级终端中可以对开发板上定时器的时钟进行设置。 -Using Timer month, day, hour, minutes and seconds time control by button LED display, respectively. At the same time show at the Super Terminal. Can set
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-08
    • 文件大小:37.63kb
    • 提供者:wwwqiushou
  1. shizhong

    0下载:
  2. 电子时钟,没有使用时钟芯片,全部用单片机编程实现,已经实现基本功能,可以显示时间,日期,星期等,并用四个按键设置时间等-Electronic clock, the clock chip is not used, all with a microcontroller programming, the basic function has been achieved, can display time, date, week, etc., and set the time with four but
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-06
    • 文件大小:19.41kb
    • 提供者:ewew
  1. S3C44B0Xtest

    0下载:
  2. 本代码文件是S3C44B0X板的测试程序,包括汇编初始化文件和C语言测试代码。 汇编代码主要完成系统初始化,包括: 禁止看门狗; 禁止所有中断; 初始化存储器(包括SDRAM); 设定锁相环倍频; 使能所有单元模块时钟; 初始化堆栈; 设置中断等等 C语言代码主要是应用代码,包括: 设置使用指令缓存; 修改系统主时钟为32MHz; IO端口功能、方向设定; 初始化中断; 初始化DMF50081液晶模块; 蜂鸣器测试; 液
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:91.43kb
    • 提供者:瑛小
  1. AT91SAM7X256-PMC-IAR

    0下载:
  2. 程序说明: 一、开发环境 1、开发板:AT91SAM7X256 -EK 2、仿真器:SAM-ICE(ATMEL) 3、开发软件:IAR4_30A-1_2(IAR) 二、程序功能 1、程序目的:介绍AT91SAM7X256 PWC的基本用法: 2、 功能说明: 1)、通过PWC设置系统时钟 2)、通过PWC设置各外设时钟 3)、通过PWC的可编程外部时钟信号PCK0输出4.608M时钟 3)、进入空闲模式 三、开发板设置 1、依
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-27
    • 文件大小:602.12kb
    • 提供者:Tina
  1. shizhong

    0下载:
  2. 功能有时钟,年月日,秒表,闹钟,四个按键可调,设置时间,年月日,切换,调大调小-Calendar: function clock, year, month date, stopwatch, alarm clock, four buttons adjustable, set the time, years on, switch, transfer major small
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-09
    • 文件大小:49.72kb
    • 提供者:songlexin
  1. 12864P18B20P24C02

    0下载:
  2. 18B20读取水温度,按键设置水温界限,可以智能加热和保温。-18B20 read water temperature, set temperature limits of keys can be intelligent heating and insulation.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-16
    • 文件大小:100.62kb
    • 提供者:yuanyuan
  1. Mega16_RTCC

    1下载:
  2. AVR实时时钟,并可按键设置,LCD12864显示-AVR real time clock, and button, LCD12864 display
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:227.03kb
    • 提供者:李庄
  1. chaosbyuying

    0下载:
  2. 本设计主控制上有个阈值标签:+、-。超声波报警初始值为20cm,您可以通过这两个按键 设置阈值。 语音部分:您可以自己录音,按着录音键不放,您开始说话,当说话结束后松开按键,录 音结束。 液晶屏上显示A,B,C三个区域超声波测得的距离,右下角有个字母,显示那个字母就表示 哪个区域超声波测得的具体小于阈值,并播放该区域的语音。 -This design has a threshold label on the master control:+,-. Ultrasonic a
  3. 所属分类:Other Embeded program

    • 发布日期:2017-06-16
    • 文件大小:23.86mb
    • 提供者:王志强
  1. 6

    0下载:
  2. 这是一个6万转转速源的源程序,该程序可以通过键盘按键设置转速方向和速度。-This is a 60,000 rpm rotational speed of the source of the source, the program can set the direction and speed of the speed through the keyboard keys.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-24
    • 文件大小:23.15kb
    • 提供者:飞狐额
  1. timer

    0下载:
  2. 使用C语言实现的数字闹钟的代码,代码完成了通过按键设置闹钟时间、闹钟到时候声光报警等功能-Using digital alarm clock C language code, the code completion to set the alarm time by pressing a button, the alarm to sound and light alarm function when
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-13
    • 文件大小:1.77kb
    • 提供者:张燕
  1. STM32-camera-experiment

    0下载:
  2. 基于STM32的库函数版本摄像头代码,采用OV7670摄像头,可以通过按键设置摄像头的亮度,对比度,特效等参数-Based on STM32 library function version of the camera code, using the OV7670 camera, camera can be set by buttons brightness, contrast, special effects, such as parameters
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:355.14kb
    • 提供者:轩辕ZH
  1. Digital-electronic-clock-(latest)

    0下载:
  2. 万年历,可显示年月日,时分秒,星期,温度,同时可按键设置。闹钟设置、按键设置有密码输入,正确后才可设置。-Calendar, displays date, time, minutes and seconds, week, temperature, while key settings. Alarm settings, key input is provided with a password is set, correct.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-28
    • 文件大小:89.67kb
    • 提供者:pan
  1. DS1302时钟LCD1602显示(可以按键设置时钟)

    0下载:
  2. LCD1602显示时间,利用stc52单片机,精度极高(LCD1602 display time, the use of stc52 microcontroller, high accuracy)
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2017-12-20
    • 文件大小:15kb
    • 提供者:tzh123
  1. stm32f030 恒流恒压源

    2下载:
  2. 恒流恒压可调电源,精度为5mv 电压输出为 0-10v 电流输出为 0-2000mA 可进行按键设置,根据用户需求设置输出不同电压电流值。(Key settings can be set, according to user needs to set the output voltage and current value)
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2019-12-02
    • 文件大小:3.1mb
    • 提供者:courage_hao
« 12 »
搜珍网 www.dssz.com