CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 模拟键盘

搜索资源列表

  1. control-systerm-ASM

    0下载:
  2. 基于AT89C51的交通控制系统,以ASM为开发环境。 1.AB方向亮绿灯60s,然后黄灯闪烁3次,每次一秒(亮灭各40ms),红灯40s,同时CD方向红灯65s,绿灯35s,黄灯闪烁3s 2.各路灯用LED模拟显示,同时用七段数码管显示两路的倒计时时间 3.利用键盘可修改灯亮时间 4.PC机设置灯亮时间,利用PC与单片机串口通信实现 -AT89C51-based traffic control system to ASM for the development envi
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:12.27kb
    • 提供者:宋雪涛
  1. led

    0下载:
  2. 由键盘控制的、基于51单片机的、有时间显示的、模拟数码管交通灯-Controlled by the keyboard, based on 51 single-chip, time display, analog digital traffic lights
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:2.75kb
    • 提供者:罗杰
  1. shoujijianpan

    0下载:
  2. 仿真手机键盘的 电路图 hex 跟c 给大家可以学习一下怎么用atmega48模拟手机键盘-it is a great chance to learn how to use ICCAVR to make mobile phone keyborad
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:17.97kb
    • 提供者:何家劲
  1. pin-locker

    0下载:
  2. 在YL-236单片机实训设备上实现的密码锁模拟装置:用4x4矩阵键盘输入密码,8位数码管用于显示,开锁用继电器KA1实现。-Locks on the simulator training equipment YL-236 single-chip implementation: 4x4 matrix keyboard input password, 8 digital tube for display, unlock relay KA1 achieved.
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:2.4kb
    • 提供者:陈杰
  1. stm32.USB-simulated-mouse-movement

    0下载:
  2. 基于stm32USB模拟鼠标移动,演示用键盘的S1,S2,S3,S4模拟鼠标的上下左右移动。-Based on stm32, USB mouse, demonstration of the keyboard S1, S2, S3, S4 simulated mouse from top to bottom and move around.
  3. 所属分类:SCM

    • 发布日期:2016-02-15
    • 文件大小:3.37mb
    • 提供者:kasuo912
  1. avrpiano

    0下载:
  2. 也可以在CodeVisionavr环境下直接编译运行,通过编程让矩阵键盘实现乐谱中的1234567发声,模拟钢琴-You can also directly compile and run under CodeVisionavr by programming to matrix to achieve scores in the 1234567 keyboard sound to simulate piano
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:2.28kb
    • 提供者:tution
  1. Auto-mouse-click-simulation

    0下载:
  2. 自动鼠标点击模拟 Ver 1.0 =================================== 这是一个自动鼠标点击模拟演示的示例,同时也示例键盘热键的一些特色。 按下键盘上的 A 键 停止或继续鼠标自动点击.-Auto mouse click simulation Ver 1.0 =================================== This is an automatic mouse click simulation demo example, but
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:90.23kb
    • 提供者:liu
  1. houtaimoni

    0下载:
  2. 在指定窗口内得到窗口句柄 通过窗口句柄找到图片在窗口内的坐标然后模拟后台鼠标单机和键盘按键-The window specified chart to find the coordinates
  3. 所属分类:ELanguage

    • 发布日期:2017-04-16
    • 文件大小:21.82kb
    • 提供者:潘帅
  1. 112

    0下载:
  2. 用单片机模拟多位编码数字键盘,并实现其功能-Many single-chip analog encoded with the numeric keypad, and realize its function
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-17
    • 文件大小:119.69kb
    • 提供者:shihui
  1. 98

    0下载:
  2. 1)编程思路:首先,本练习因为要制作模拟钢琴的实例,所以首先要生成程序界面:先通过语句Image m_ImgUp生成键盘、鼠标松开时显示的键盘图片,再通过语句Image m_ImgDown生成键盘、鼠标按下时显示的键盘图片,最后通过语句m_ImgUp=getImage(getDocumentBase(),"img/up.gif")和语句m_ImgDown=getImage(getDocumentBase(),"img/down.gif")加载图片,生成钢琴界面。然后,因为要实现模拟钢琴效果,所以
  3. 所属分类:Software Testing

    • 发布日期:2017-04-17
    • 文件大小:32.08kb
    • 提供者:张飞
  1. panel-keyboard

    0下载:
  2. 模拟电脑键盘,窗体应用程序,适用于入门学习 .net平台,c#语言-keyboard .net ,c#
  3. 所属分类:.net

    • 发布日期:2017-04-25
    • 文件大小:46.47kb
    • 提供者:Song
  1. DrawCADLine

    0下载:
  2. 程序模拟AutoCAD中进行线的交互绘制。点可以通过使用鼠标点击屏幕,或者键盘输入来获取,绘制的同时可以使用w命令来设置线宽,c命令来设置线的颜色,o来结束绘制(回车或者ESC键也行)。VS2005 + objectARX2007环境,对arx的学习还是很有帮助的。个人。-Simulate AutoCAD draw polyline.You can select a point to draw line,at the same time,you can also set entity prope
  3. 所属分类:CAD

    • 发布日期:2017-04-17
    • 文件大小:39.19kb
    • 提供者:轩心之迪
  1. zhuawa.net-kuishouanjian-master(OLD)

    0下载:
  2. 脚本录制软件,记录用户键盘鼠标事件,并生成xml文件,用于模拟鼠标、键盘-scr ipt recording software, record user keyboard and mouse events, and generate xml file, used to simulate a mouse, keyboard
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:757.74kb
    • 提供者:莉莉
  1. PS2KEY

    0下载:
  2. 51单片机模拟PS2键盘KEIL C51程序,单片机采用STC12C系列,代码注释详细,可直接使用。-51 MCU simulation PS2 Keyboard KEIL C51 program, microcontrollers STC12C series, code comment in detail, can be used directly.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:2.63kb
    • 提供者:onmon
  1. PS2参考例子

    0下载:
  2. 2051模拟PS2键盘和PC机通讯程序 6M下--2051 simulated-PS2 keyboard and PC communication program.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:1.86kb
    • 提供者:湿式铺法
  1. krms

    0下载:
  2. 脉冲信号模拟工件; 采用8259嵌套中断,优先级最高为5min,其次为1min,统计脉冲个数的中断优先级最低; 8254用于定时; 8255用于键盘扫描以及LED显示,蜂鸣器输出。 -Pipeline workpiece statistical system design
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:3.3kb
    • 提供者:松翔翼
  1. javapiano

    0下载:
  2. Java Piano模拟钢琴效果的完整源码,知识点:使用AudioClip类播放声音,使用Java MouseEvent类处理鼠标事件,使用Image类制作图片,使用Frame类制作界面框架。运行后创建一个带有模拟钢琴键盘的面板,用户可以通过键盘或者鼠标来“敲击”钢琴键盘发出声音,也可以通过电脑键盘的组合键实现钢琴的高音。   编程思路:首先制作模拟钢琴的实例,生成程序界面:先通过语句Image m_ImgUp生成键盘、鼠标松开时显示的键盘图片,再通过语句Image m_ImgDown生成
  3. 所属分类:android

    • 发布日期:2017-04-17
    • 文件大小:32.17kb
    • 提供者:gpudn21
  1. 89c51-MiMaSuo

    0下载:
  2. 51单片机做的模拟密码锁,密码固话到ROM中,不能通过键盘更改,通过矩阵键盘输入密码,自动判断是否为正确密码。-51 single-chip analog lock, password fixed in ROM, not through the keyboard to change the password through the matrix keyboard automatically determine whether the correct password.
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:19.25kb
    • 提供者:jame
  1. OpenGl-Program

    0下载:
  2. 在运行程序前需要配置好OpenGL的环境(网上有说明),程序是模拟演唱会的场景,有背景音乐的映衬,有模拟的灯光、台下的观众,鼠标右键改变舞台颜色。通过键盘上下左右键漫游移动,鼠标左键进行旋转。整体式为了学习相关算法原理,在效果方面对所表达的效果显得有点抽象。在文件根目录有OpenGl开发库,在网上搜集资料配置好就可以了。-Good before running the program need to configure the OpenGL environment (online), the p
  3. 所属分类:3D Graphic

    • 发布日期:2017-06-03
    • 文件大小:14.49mb
    • 提供者:
  1. gangqin

    0下载:
  2. VC++编写的钢琴软件,能实现日历,通过键盘来模拟钢琴的功能。-VC++ prepared piano software, to achieve a calendar, to simulate the function of the keyboard piano.
  3. 所属分类:Hook api

    • 发布日期:2017-05-10
    • 文件大小:2.16mb
    • 提供者:李红亮
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com