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

搜索资源列表

  1. telphonekeyboarddamai

    0下载:
  2. telphonekeyboarddamai 电话键盘源码java语言-java source telphonekeyboarddamai phone keyboard language
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-11
    • 文件大小:1493
    • 提供者:张银
  1. Month

    0下载:
  2. 编写一程序,将从键盘输入的每个月份数(整数)显 示出其对应的英文,直至输入0结束,注意对非法 数据的处理。-The development of a procedure, from the keyboard input of the shares of each month (integer) shows that their counterparts in English, until the end of input 0, pay attention to the illegal
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:7527
    • 提供者:欣欣
  1. B

    0下载:
  2. 用户从键盘上输入10个0到99之间的数字,统计数字分布(即0—9、10—19……90—100),使用Java Applet实现。-User input from the keyboard 10 between the 0-99 figures, the distribution statistics (ie, 90-100 ... ... 0-9,10-19), the realization of the use of Java Applet.
  3. 所属分类:Applet

    • 发布日期:2017-03-29
    • 文件大小:1135
    • 提供者:曹颖
  1. java_1

    0下载:
  2. 从键盘输入一个字母,如果输入的是小写字母,将其转换成大写字母后输出,否则原样输出。 -A letter from the keyboard input, if the input is the lowercase letters, National Cheng Kung University to convert the output to write letters, or as output.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1464
    • 提供者:李残月
  1. java_22222

    0下载:
  2. 求 S=a+aa+aaa+…+aaaa…a 之值,其中a是一个数字。例如:2+22+222+2222+22222(此时n=5), n由键盘输入。-For S = a+ Aa+ Aaa+ ...+ Aaaa ... a s value, in which a is a number. For example: 2+ 22+ 222+ 2222+ 22222 (At this point n = 5), n from the keyboard input.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:2627
    • 提供者:李残月
  1. jisuanqi

    0下载:
  2. JAVA课程设计---计算器源代码 主程序界面菜单,菜单栏有游戏、工具、帮助三个子菜单。 用户可以通过鼠标或键盘依次输入参加计算的数值,进行加、减、乘、除、求余运算混合运算。 -JAVA course design--- main program source code calculator interface menu, menu bar there are games, tools, help the three sub-menu. Users can order through the
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:9169
    • 提供者:暮明
  1. FiveChess

    0下载:
  2. 实现人和人对战的五子棋, 一个用鼠标,一个用键盘 供学习Swing的人做个参考-The realization of the human person against the Gobang, a mouse, a keyboard for people learning to be a reference to Swing
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:859493
    • 提供者:cat
  1. IsIP

    0下载:
  2. 判断手动键盘输入的IP地址是不是在172.0.0.1到192.168.255.255之间的java小程序-Manual keyboard input to determine the IP address is 172.0.0.1 to 192.168.255.255 is not in between the java applet
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:913
    • 提供者:诺飞雪
  1. GreedSnake.java

    0下载:
  2. 贪吃蛇Java源代码的实现 主要部分已经集成为个对象SnakeModel利用键盘控制实现操作-dfdf
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1494
    • 提供者:lyt
  1. workspaceGis3

    0下载:
  2. 使用java实现applet插件,可以在网上现实3维地形,并实现lod功能,用户可以用鼠标和键盘漫游-Applet implementation using java plug-in, available online reality 3-dimensional terrain, and implementation lod function, users can roam with the mouse and keyboard
  3. 所属分类:Applet

    • 发布日期:2017-05-23
    • 文件大小:6877011
    • 提供者:zhuhui
  1. jvk_src

    0下载:
  2. Javascr ipt实现虚拟键盘功能,可以直接输入数字等.-JS
  3. 所属分类:JavaScript

    • 发布日期:2017-04-05
    • 文件大小:123881
    • 提供者:潘云峰
  1. TANSHICHI

    0下载:
  2. 贪吃蛇的JAVA实现.实现了简单的贪吃蛇游戏,使用JAVA的GUI实现,用键盘控制。,欢迎大家下载使用-Snake implementation of JAVA. Achieve a simple game of Snake, the use of JAVA implementation of the GUI, using the keyboard control. Welcome to the download
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:9736
    • 提供者:buxiaoyang
  1. Java

    0下载:
  2. 编写一个java应用程序。用户从键盘输入一个1-9999之间的数,程序将判断这个数是几位数,并判断这个数是否回文数。回文数是指将数含有的数字逆序排列后得到的数和原数相同,例如12121,4224,6778776等都是回文数。 1)程序具有判断用户的输入是否为合法整数的功能。对非法输入(例如含有字母)要进行处理。 2)要判断输入数的位数,并输出相关信息。 3)要判断是否回文数。 二、二战期间,英国情报人员获取德军的一机密电报,电报的内容为: bzdz izu sxgzd
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:74854
    • 提供者:king
  1. snake

    0下载:
  2. 贪吃蛇,红色代表食物,蓝色代表蛇,用键盘移动蛇来吃食物,没吃一个加五分。-Snake, red for food, blue snakes, snakes eat with keyboard mobile food, did not have a plus five.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:1918
    • 提供者:xuchenjiao
  1. Keyboard

    0下载:
  2. 接受键盘输入的内容,并保存下来,记录下来,给调用-dontail
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1124
    • 提供者:dt
  1. feiji

    0下载:
  2. 自己写的JAVA飞机飞行游戏,并附上所有的资源文件 ,包括导出的CLASS和JAR文件,还有图片,JAVA源文件就一个,但内容很全,自己试着编译一下,应该不会有错。这个游戏主要考验使用键盘对飞行物体的控制等技巧。 -Write their own aircraft JAVA games, with all the resource documents, including the export of CLASS and JAR files, as well as images, JAVA s
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:63792
    • 提供者:冉彬
  1. java_remote_control

    0下载:
  2. 用java swing编写一款小的远程控制软件 可以远程控制另一台电脑的鼠标 键盘等功能 包含源码-remote control code with java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:11386
    • 提供者:bdpeng
  1. TankWar

    0下载:
  2. 一个单机的用JAVA编写的坦克大战小游戏!键盘上W,A,S,D分别代表坦克的运动的各个方向,1,2,3分别表示坦克发射的子弹类型!-The use of a stand-alone JAVA game Tankedaizhan prepared! Keyboard W, A, S, D, respectively, on behalf of the movement of tanks in all directions, 1,2,3, respectively, the type of tank
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:117715
    • 提供者:weilijian
  1. Example7_39

    0下载:
  2. 华容道是一个传统智力游戏,通过键盘和鼠标事件来实现曹操,关羽等人物的移动。-Hua Rong Dao is a traditional game of intelligence, through the keyboard and mouse events to the achievement of Cao Cao, Guan Yu and other mobile people.
  3. 所属分类:Ajax

    • 发布日期:2017-04-09
    • 文件大小:1437
    • 提供者:liu xia
  1. JAVAIO

    0下载:
  2. 关于代码的解释(以区为单位): 1区中,当读取文件时,先把文件内容读到缓存中,当调用in.readLine()时,再从缓存中以字符的方式读取数据(以下简称“缓存字节读取方式”)。 1b区中,由于想以缓存字节读取方式从标准IO(键盘)中读取数据,所以要先把标准IO(System.in)转换成字符导向的stream,再进行BufferedReader封装。 2区中,要以字符的形式从一个String对象中读取数据,所以要产生一个StringReader类型的stream。 4区中,对S
  3. 所属分类:JavaScript

    • 发布日期:2017-04-09
    • 文件大小:2429
    • 提供者:123
« 1 2 3 4 5 6 78 9 10 11 12 ... 26 »
搜珍网 www.dssz.com