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

搜索资源列表

  1. paintboard

    0下载:
  2. 1。我们要实现一个比较简单的用鼠标画图工具,画图主要包括直线,椭圆,矩形,圆 ,圆弧的绘制。绘制过程中包括图像颜色的选择,是否填充等要求。 2。每次进行鼠标画图操作时,不能把以前画的图像清除掉。 3。在编程过程中希望同学们利用JAVA对象编程的思想:即类,接口,包等。 4。用到Swing和awt包中的组件如:Jbutton,Jradiobutton,APPLET,canvas(画图面板)等组件,以及组件响应事件,键盘,鼠标事件。 2。每次进行鼠标画图操作时,不能把以前画
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:13101
    • 提供者:mygogliyuqi
  1. shijian

    0下载:
  2. 不错的课件陈述设计一个汇编程序。实现下列功能1.实现加、减、乘、除以及取余的计算程序。2.接受由键盘输入的十进制数。3.计算结果以十进制数输出。-good courseware design a compilation of statements procedures. A realization of the following functions. Realizing, plus or minus, multiplication and I and the selection of the
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:22682
    • 提供者:彭斌
  1. GuessingNumber

    0下载:
  2. 一个简单的应用程序,用来说明循环结构与分支结构的嵌套使用 * 程序功能:猜数游戏。定义被猜的数。通过键盘输入进行猜数, * 如猜错则显示“**Wrong**”, “Too high”或“Too low ”; * 猜对则显示“**Right**”后退出-a simple application, used to illustrate the cycle structure and branch structure nested procedures * functions : guess a fe
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1054
    • 提供者:snow
  1. Salarry.rar

    0下载:
  2. 基于java的简单工资计算系统,数据由键盘输入,Simple java-based wage system, data from the keyboard input
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:2118
    • 提供者:李锋
  1. MovingBoxes

    0下载:
  2. jQuery滑动盒 1. 智能判断向方向滑动 2. 提供键盘支持-jQuery MoveBox Many of the concepts presented in those tutorials are the same with this slider, so I’m not going to throw a lot of source code at you this time. The big difference here is that there are buttons to c
  3. 所属分类:JavaScript

    • 发布日期:2017-03-28
    • 文件大小:806288
    • 提供者:diablo
  1. FightChess

    0下载:
  2. 自己写的JAVA飞机飞行游戏,并附上所有的资源文件 ,包括导出的CLASS和JAR文件,还有图片,JAVA源文件就一个,但内容很全,自己试着编译一下,应该不会有错。这个游戏主要考验使用键盘对飞行物体的控制等技巧。
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:62920
    • 提供者:无心
  1. SpinnerDemo

    0下载:
  2. SpinnerDemo演示了Java的微调控制(javax.swing.JSpinner使用)在Matlab应用。该演示包括三个纺纱用不同的数据模型:列表(细胞的字符串数组),数量和日期。纺纱厂是相互关联的使用,使他们的StateChangedCallback修改一个自动微调影响其他人。 此外,此实用工具演示如何分配键盘助记符(热键),以一个标签,并将它附加到微调控制。网页工具提示也显示在标签上()。 此实用程序还演示了如何设置,关闭与一个数字窗口有用的特性<ESC>关键。
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:3277
    • 提供者:薛少杰
  1. HotKey

    0下载:
  2. java键盘钩子实例,使用到swt-win32-extension项目的开发包-java keyboard hook instance, use the swt-win32-extension project development package
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1185
    • 提供者:DingRong
  1. sy602

    0下载:
  2. 设计一个函数计算器(小程序),能够求一个double类型数据的指定函数值。GUI程序界面自己设定,要求有输入数字的按钮,不用键盘输入数字,只能用数字按钮来输入数字。-Design a function calculator (small programs), to find a double data type specified function value. GUI interface to set their own program, enter the number of buttons
  3. 所属分类:Applet

    • 发布日期:2017-04-04
    • 文件大小:1488
    • 提供者:Kerwin_Li
  1. wnlscr

    0下载:
  2. 手机万年历 软件java 源码,支持键盘和触屏-Mobile calendar software, java source code to support keyboard and touch screen
  3. 所属分类:JavaScript

    • 发布日期:2017-03-28
    • 文件大小:63418
    • 提供者:wang s
  1. jisuanqi2

    0下载:
  2. 设计一个复杂的计算器,能实现Window中计算器的功能,如下图: ⑴定义组件:0~9,+、-、*、/、sqrt()、1/x、%、C=按钮;显示屏文本行;菜单; ⑵要求能关闭窗口;点击按钮,或键盘数字会在显示屏上输出结果。 ⑶具有进制转换功能; -Design a complex calculator, to achieve Window in calculator function, the following chart: ⑴ custom component: 0 ~ 9,2
  3. 所属分类:JavaScript

    • 发布日期:2017-03-31
    • 文件大小:61782
    • 提供者:holly
  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 2 3 45 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com