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

搜索资源列表

  1. ArrayToolDemo

    0下载:
  2. 定义一个测试类ArrayToolDemo: (1)由键盘输入一个整型数组; (2)调用函数返回这个数组的最大值并显示; (3)调用函数返回这个数组的最小值并显示; (4)调用函数按照选择排序的方式给数组排序,并显示; (5)调用函数按照冒泡排序的方式给数组排序,并显示;-The definition of a test class ArrayToolDemo: (1) from the keyboard input of an integer array
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-10
    • 文件大小:557
    • 提供者:CoCoLu
  1. StarWars

    0下载:
  2. StarWars Javascr ipt打字小游戏——火拼火星人代码打包,jQuery1.4代码分享。游戏说明:   打字游戏的玩法:背景图中随机出现英文字母的图片,在指定的时间内,输入正确的英文字母(不区分大小写)即可将怪物消灭(键盘控制方向键,Enter即可开始游戏) -StarWars Javascr ipt typing games- Rush Martian code package, jQuery1.4 code sharing. Game descr iption: T
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-03
    • 文件大小:646416
    • 提供者:wpudn77
  1. EnglishWordsSpellingPractice

    0下载:
  2. JAVA语言实现的简易的英文单词字母拼写小游戏,可以使用鼠标或者键盘对字母进行控制来进行游戏-JAVA language of the simple English word letters spelling game, you can use the mouse or keyboard to control the alphabet for the game
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6169
    • 提供者:min
  1. HuaRongRoad

    0下载:
  2. JAVA语言实现的简易的华容道小游戏,基于Swing的界面和可以使用鼠标或者键盘来进行游戏-JAVA language implementation of simple games Huarong, Swing-based interface and can use the mouse or keyboard to play the game
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6401
    • 提供者:min
  1. if-you-are-a-man-hold-thirty-seconds

    0下载:
  2. 一个小游戏,是男人就坚持30秒。实现键盘控制,Java窗口显示。自己写的,给个机会。谢谢大大QAQ-A little game, is a man has insisted on 30 seconds. To realize the keyboard control, the Java window display. Write their own, give a chance. Thank you greatly QAQ
  3. 所属分类:Java Develop

    • 发布日期:2017-04-27
    • 文件大小:12021
    • 提供者:刘岩
  1. html5_fangsafarizhaopian_v1.0

    0下载:
  2. 软件介绍 这是利用CSS3中的3D透视做的一个仿safari浏览器历史记录的小东西,可以点击按钮或者键盘←→键切换图片。-Software introduction This is using CSS3 3D perspective do an imitation Safari browser history of small things, at the click of a button or keyboard vs. keys to switch the picture.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-30
    • 文件大小:27243
    • 提供者:cmpudn56
  1. keyboardtest

    0下载:
  2. 键盘测试,测试键盘的好坏,小测试,够了没-keyboard test
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-29
    • 文件大小:27093
    • 提供者:easonzeng
  1. Java

    0下载:
  2. Java初学者,写个小程序验证一下键盘输入的方法,并且判断与预设值是否相等,然后输出验证结果。-Java beginners, write a small program to verify the keyboard input method, and to determine whether the same value and the default, and then output the results of the validation
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:876
    • 提供者:wfs
  1. bean-eat-apple

    0下载:
  2. Java Demo:由贪吃蛇改编的一款Java小游戏,小黑豆吃苹果,通过键盘操作控制小黑豆向苹果运动的休闲游戏。Java界面入门Demo-Java Demo: an adaptation of the Snake Java games, small black beans to eat apples, keyboard operation control small black sports casual games to Apple. Java interface Getting Starte
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:2709001
    • 提供者:hzmsgy
  1. JavaScriptpaopaolong

    0下载:
  2. javasript泡泡龙小程序,鼠标左右移动改变角度,单击左键发射泡泡 或者按键盘左右方向键改变角度,按空格键发射-Bubble Bobble javascr ipt applet, move the mouse left and right to change the angle, left-click launch the bubble or press the left and right arrow keys to change the angle of the keyboard, p
  3. 所属分类:JavaScript

    • 发布日期:2017-05-04
    • 文件大小:39480
    • 提供者:qrj
  1. GlobleHotKey

    0下载:
  2. 热键钩子 一个小程序 用来监听键盘输入 可以添加热键-(hotkeyhook)a small program for listening keyboards
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:293363
    • 提供者:z张云杰
  1. Conditionals-a-Loops

    0下载:
  2. 1、编写程序,实现WSAD”方向控制。功能描述:编写一个程序,当键盘输入为“WSAD”这四个按键中的其中一个(大小写皆可),输出相对应的方向。比如用户输入“W”,输出“左”。 2、编写程序,实现Hi‐Lo 猜猜游戏程序。实验描述:从1-1000 中随机选择一个数,反复让用户猜该数字是什么,直到用户猜对或用户退出为止。每猜一次告诉用户猜测的结果是对还是过大或是过小。使用一个标识值确定用户是否想退出。当用户猜对时报告其猜测的次数。每次游戏结束时询问用户是否想继续玩,直到用户选择结束。-1, t
  3. 所属分类:JavaScript

    • 发布日期:2017-05-04
    • 文件大小:7523
    • 提供者:孙文思
  1. keyboard

    0下载:
  2. 用HTML和CSS语言制作,一个自制的键盘小demo(A homemade keyboard with small demo)
  3. 所属分类:WEB开发

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:Rony
  1. day5

    0下载:
  2. 基于java的飞机大战小游戏,可以键盘鼠标控制(Java based aircraft war small game, keyboard and mouse control.)
  3. 所属分类:Java编程

    • 发布日期:2018-05-01
    • 文件大小:18889728
    • 提供者:llyy1100
« 1 2 3 4»
搜珍网 www.dssz.com