CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - Button

搜索资源列表

  1. Arde

    0下载:
  2. 1. 利用W32汇编,设计Window窗口程序,并设计按钮,菜单,工具条,Edit等Window界面控件元素。 2. 实现将两个Edit控件中的数字进行相加,结果用MessageBox弹出。 -1. Use W32 Series, Window window design process and design the button, menu, tools, Edit Window interface controls and other elements. 2. Achieve two
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:14.01kb
    • 提供者:mong
  1. yinyeyanzou

    0下载:
  2. 这是一个音乐程序,按大写字母“A”,唱乐曲“玛丽有只小羔羊”; 按大写字母“B”,唱乐曲“太湖船” 按大写字母“C”,唱乐曲“祝福歌” 按\"X\"鍵,退出-This is a music procedures, capital letters "A", singing songs, "Mary has only a small lamb." by the capital letter "B", singing songs,
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2.34kb
    • 提供者:史明
  1. labs

    0下载:
  2. TI MSP430针对cap sense 按键的源码, 可实现单击或滑动键, 如IPOD上的人机接口.-cap against TI MSP430 sense button source, achievable click or sliding key, IPOD as the man-machine interface.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:142.37kb
    • 提供者:黃大智
  1. kelan

    0下载:
  2. 按键1通过液晶显示从18b20读取的当前温度-through a button LCD 18b20 read from the current temperature
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3.12kb
    • 提供者:科蓝
  1. 1602key

    0下载:
  2. 这是一个矩阵键盘按钮液晶1602流动显示预定字符,适合初学者及工程应用。-This is a keyboard button matrix LCD shows scheduled for 1602 mobile characters for beginners and engineering applications.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2.31kb
    • 提供者:少萧风
  1. shuzinaozhong

    0下载:
  2. 具有按键控制,时间可调,可设定闹钟时间,LED显示-with button control, adjustable time, set alarm clocks, LED Display
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2.1kb
    • 提供者:chenxi
  1. pwr_mgmt

    0下载:
  2. This directory contains example ADSPBF535 code, written in assembly, that changes the frequency and voltage using the push button switches on the board.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:6.97kb
    • 提供者:gaofeng
  1. 单键遥控码学习控制器

    0下载:
  2. 单键遥控码学习控制器-single-button remote control codes Learning Controller
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4.76kb
    • 提供者: 潘明健
  1. chongqi

    0下载:
  2. Dos下屏蔽热启动,想要重启的话先按下Ctrl+Alt+Del,松开Del键,然后按R键则重 启,按Q键则关机-Dos under thermal shielding started, and wanted to resume the first pressing Ctrl-Alt-Del, loosen Del keys, then R button will resume by Q keys were shutdown
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2.65kb
    • 提供者:陈好
  1. 8253-2

    0下载:
  2. 利用PC机的硬件定时8253, 编制秒表延时(0~9秒)程序.要求: 按任意键,开始计时, 在屏幕上以1秒间隔从0到9显示 按ESC键,计时停止.-use of PC hardware-timed 8253, the establishment of a stopwatch Delay (0 ~ 9 seconds) program. Requirements : by the arbitrary button, the timer on screen to a second interval
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1.78kb
    • 提供者:周涛
  1. shubiao

    0下载:
  2. 学习如何在我们的窗口过程函数中处理鼠标按键消息。示例程序演示了如何等待左键按下消息,我们将在按下的位置显示一个字符串。 -we learn how to process the window function handling the mouse button news. The sample program demonstrated how to press the button for news, we will press the location of a string.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1.42kb
    • 提供者:左文礼
  1. 小车程序2

    0下载:
  2. 8051程序 要先设定里程值,并能显示设定值,在开始按钮按下去后,里程值转换成记数初值,并开始计算里程-8051 procedures first set mileage value, and can show that the set value, in the beginning by this button, mileage converted into preliminary count, and began calculating mileage
  3. 所属分类:汇编语言

  1. 键盘设计

    0下载:
  2. 1,消除按键的抖动问题 因为按键在闭合或断开过程中出现一段抖动期,主要由于按键的不稳定性引起的,这时会呈现一串页脉冲,时间的长短和开关的机械特性有关。一般在5ms~10ms之间。为保证CPU对键的一次闭合作一次处理,必须去抖动。在键的稳定闭合或断开时读键的状态。 2,据EICE51原理图编写并调试一个键输入子程序,其功能为判断键盘上有无键输入,若有键入,作去抖动处理后,计算输入键的键号送累加器A。-eliminate jitter button issues as keys or disconn
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:832byte
    • 提供者:叶文
  1. jh2

    0下载:
  2. 本题目的主要要求是要实现闹钟的功能内容:设计一个能够显示时分秒的数字时钟,时间显示为12小时制,除了显示分时秒外,并能实现上,下午。可以进行手动校时,定时(完成此题目时要有适当的设置,确定灯按钮,单,双灯作为报警显示),同时还应该能够清零。-the subject of the main demands is to achieve the alarm clock function : to design a display of accurate digital clock, the time
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2.41kb
    • 提供者:杨正朋
  1. masm 实现的简单的学生档案管理

    0下载:
  2. 用汇编语言实现的一个简单的学生档案的管理系统,式界面操作的,通过鼠标的山下左右键来选择相应的菜单了执行操作。-assembly language of a simple student records management system interfaces to operate, through the mountains around the mouse button to select the menu for the corresponding execution.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:17.38kb
    • 提供者:赵宝
  1. 64x64LED.16字 LED点阵屏+DS1302电子钟 C 程序

    1下载:
  2. 16字 LED点阵屏+DS1302电子钟 C 程序 1 脚接+5V 2,3脚32768HZ晶振 4脚接地 5脚接S51的P02 6脚接S51的P01 7接S51的P00 8脚接后备电源,可以接老计算机主板上的3.6V电池,也可以通过二级管隔离接一个大容量电解电容 电压在2.5V以上即可维持 595连级输出数据,138行驱动 P1_0为时钟模式转换键、P2_1为时钟加键、P1_2为时钟减键、P2_3为时钟复位键。在对时钟调整时未对调整 项做闪烁处理,16-chara
  3. 所属分类:汇编语言

    • 发布日期:2015-07-30
    • 文件大小:3.55kb
    • 提供者:
  1. gongjiaobaozhan

    0下载:
  2. 实现公交车报站系统,有启动键,前进后退键等。-Bus stop to achieve systematic and start button, go forward, such as back button.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:2.56kb
    • 提供者:林相如
  1. button

    0下载:
  2. 这是一个s5pv210的裸机程序,关于按钮点亮led灯的简单实验-This is a s5pv210 bare-metal program, simple experiment about button lit led lights
  3. 所属分类:assembly language

    • 发布日期:2017-11-22
    • 文件大小:6kb
    • 提供者:linqiongjun
  1. Button-control-LED-lights

    0下载:
  2. 汇编语言编写的按键控制的LED灯程序并附有proteus仿真实例。-LED lights program written in assembly language button control with proteus simulation.
  3. 所属分类:assembly language

    • 发布日期:2017-11-09
    • 文件大小:82.95kb
    • 提供者:语雨
  1. Background-transparent-button-class

    0下载:
  2. 利用mfc在菜单栏创建按钮,让按钮变透明的类-Mfc use the Create button in the menu bar, the button becomes transparent so that the class
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:136.25kb
    • 提供者:倪莹
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com