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

搜索资源列表

  1. BreakoutGame

    0下载:
  2. Breakout弹球小游戏,通过鼠标控制游戏,左键开始游戏(或者重新开始),滚轮控制鼠标的速度,右键暂停或者继续游戏(也可以通过键盘空格键控制)。Eclipse直接导入工程即可-Breakout Pinball game, the game is controlled by the mouse, the left button to start the game (or re-start), the speed of the wheel to control the mouse, the rig
  3. 所属分类:Other Games

    • 发布日期:2017-11-15
    • 文件大小:37209
    • 提供者:gogant
  1. Keyboard

    0下载:
  2. 简单的关于鼠标和键盘应用的小程序,入门级别-Simple applet on mouse and keyboard applications, entry-level
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:1598
    • 提供者:lily
  1. gobang

    0下载:
  2. 五子棋小游戏 要求: 1、用VS控制台程序完成,键盘输入坐标下子。 2、拥有普通游戏的控制流程:开始游戏、重新开始、退出游戏等。 3、包含五子棋的基本规则,五个棋子连成一线即宣告胜利。 4、加入多步悔棋功能,要求能一互悔到无法再悔(即空棋盘)。 5、加入撤销悔棋功能,要求悔棋之后还可以再撤销悔棋,跟悔棋一样,悔了多步,照样可以撤销悔棋多部(如开头一直悔棋到空棋盘,然后一直执行撤销悔棋就可以将棋盘恢复到原状态)。 6、要求整个工程全部用C++代码完成,不允许出现C风格代
  3. 所属分类:Chess Poker games

    • 发布日期:2017-12-05
    • 文件大小:450560
    • 提供者:aoleieli
  1. 2

    0下载:
  2. (1)在屏幕上按如下格式输出乘法口诀表: 1X1=1 1X2=2 2X2=4 1X3=3 2X3=6 3X3=9 … 其中,每行的多个乘法公式之间用‘\t’分割 (2)编写一个简单的猜数游戏程序:  利用Math.random()方法生成0-1之间的double型数dNum,将dNum转换为0-100之间的整数iNum。  利用KeyInput.readInt()方法接收键盘输入的整数inNum。如果inNum小于iNum,在屏幕上
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:7623
    • 提供者:wenzi
  1. tcal5.5

    0下载:
  2. 文本计算器说明 一、用法: 1、文本计算器具有关闭时是否保存计算结果的功能、计算结果的小数位选择功能,小数位0表示计算精度; 2、文本计算器打开时,可以自动加载上次的计算结果以及上次关闭时窗口位置; 3、双击计算器的文本框可打开数字键盘,方便笔记本用户使用; 4、输入数学表达式后,按回车键,自动计算结果; 5、一个表达式必须在一行内全部输入; 6、表达式不输入内容时直接回车,不再出现错误提示; 7、需要当记事本用时,在本行最前面加入 号,可不出现错误提示!
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-13
    • 文件大小:438818
    • 提供者:gogol
  1. bughunt

    0下载:
  2. bughunt 小游戏是大一C++学完之后的课程设计,里面的东西很全只要把库添加进去就能运行 里面实现了计数,有两关,可以用键盘方向键控制 对于c++初学者是很好的学习例子-bughunt game is the freshman C++ after completion of course design, the stuff inside is very wide and as long as the library is added to it will be able to run i
  3. 所属分类:Shot Game

    • 发布日期:2017-11-15
    • 文件大小:10757814
    • 提供者:fuyang
  1. test

    0下载:
  2. 简单的小项目,在flash builder中开发,使用action scr ipt 3.0,实现了3D模型的导入,实现鼠标控制模型的旋转和缩放,实现键盘控制模型的旋转和缩放。-Simple project, developed in flash builder, use the action scr ipt 3.0 to import 3D model, the model can be rotated and scaled by keyboard and mouse.
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-11-18
    • 文件大小:2170398
    • 提供者:candle
  1. saoleibeta

    1下载:
  2. 扫雷小游戏 要求: 用VS2010控制台程序完成,键盘输入要点开的格子和要排的雷的格子。 拥有普通游戏的控制流程:开始游戏、重新开始、退出游戏、死亡成功后的提示及操作等;拥有游戏最基本的一些文字提示,拥有基本的一些错误判断。 要求整个工程全部用C++代码完成,不允许出现C风格代码(如用string代替char*、用容器代替数组、类等)。-Minesweeping game requirements: VS2010 console program completed, keyboa
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:432370
    • 提供者:敖磊
  1. public

    0下载:
  2. 键盘控制的小程序,可以模拟任何键盘的东西方希望大家喜欢-Keyboard control applet, hope you like East and West can simulate any keyboard
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-01
    • 文件大小:88560
    • 提供者:zhangl
  1. Hook

    0下载:
  2. 钩子,用钩子实现键盘和鼠标的全局禁用,还有点小问题啊!而且这也只是一部分。-Hook with a hook to the keyboard and mouse of global disabled, there is little problem ah! And it is also only a part.
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:47479
    • 提供者:ming
  1. TanChiShe

    0下载:
  2. 贪吃蛇问题:模拟小游戏贪吃蛇的过程,有动态的效果,可以键盘操作,采用java 语言-Snake question: to simulate the process of small game Snake, dynamic effects, can keyboard operation using java language
  3. 所属分类:Java Develop

    • 发布日期:2017-12-02
    • 文件大小:7106
    • 提供者:ysy
  1. animal

    0下载:
  2. C++编写的小程序,可以绘制简单的动物,通过键盘操作可以切换视角并且可以在两只动物的显示中切换。-C++ write small procedures, can draw up the simple animal, through the keyboard can switch Angle and can be in two animals display of switching.
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-06
    • 文件大小:1829
    • 提供者:louise
  1. mouse

    0下载:
  2. 远程鼠标键盘一个小工具,一个运行在服务端,一个运行本地,可遥控-Remote mouse and keyboard is a gadget, a run on the server, a run local, remote control
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:508945
    • 提供者:程杰
  1. NONAME

    0下载:
  2. 自己写的一个小游戏,能根据键盘控制它移动,用turbio写的-Write your own game, according to the keyboard to control it moves with turbio write
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-10
    • 文件大小:2565
    • 提供者:石天龙
  1. Consoletemp

    0下载:
  2. 从键盘输入三个数,比较输入的三个数的中最大值,最小值和中间值。-Comparison of three the number of size
  3. 所属分类:.net

    • 发布日期:2017-11-30
    • 文件大小:13996
    • 提供者:missjie
  1. test_3_2

    0下载:
  2. 请编程如下,从键盘输入N名学生的3门成绩(数学、语文、英语),分别统计每个学生的平均成绩和总成绩,然后分别按照平均成绩和总成绩从大到小输出。(在主函数中输入N的值(通过带参数的主函数获取),四个子函数求平均成绩、总成绩、平均成绩从大到小输出、总成绩从大到小输出。 注:提示,此题需要用结构体、指针实现。-Please programming follows N students in three grades (mathematics, language, and English), the
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:958
    • 提供者:Alastuoer
  1. tcs

    0下载:
  2. java版的贪吃蛇小游戏!使用键盘方向键或asdw键可控制小蛇的移动方向!每吃个苹果身体长长一点。没达到一定的分还有奖励!-java version of Snake game! Use the keyboard arrow keys or asdw of keys can control the direction of movement of the snake! Each eat an apple a little body long. Did not reach certain poin
  3. 所属分类:Other Games

    • 发布日期:2017-10-30
    • 文件大小:1797354
    • 提供者:朱玉坤
  1. KnWpfApp

    0下载:
  2. 自己开发的kinect小程序,vs2010项目,win7上基于微软kinect的api开发,可以通过体感控制鼠标键盘,玩一些小游戏,做体感测试与学习用。-A small program of the kinect, vs2010 project using win7-based Microsoft kinect api.The program can controll mouse and keyboard via the hand posture and body posture, help t
  3. 所属分类:CSharp

    • 发布日期:2017-11-14
    • 文件大小:282715
    • 提供者:moonin
  1. BBG(mouseandkeyboard)

    1下载:
  2. flash开发的一款泡泡龙小游戏,一个键盘控制版本,一个鼠标控制版本!-The development of a flash Bubble Bobble game, a keyboard control version, a mouse control version!
  3. 所属分类:Game Program

    • 发布日期:2017-08-27
    • 文件大小:486400
    • 提供者:黄源振
  1. ping-ball2

    0下载:
  2. 使用VB编写的弹球小游戏,使用键盘和鼠标控制-Pinball game in VB, using the keyboard and mouse control
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:5654
    • 提供者:舒声
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com