联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 单片机开发(10) 
按平台查找All Java(10) 

[单片机开发] Conditionals-a-Loops

1、编写程序,实现WSAD”方向控制。功能描述:编写一个程序,当键盘输入为“WSAD”这四个按键中的其中一个(大小写皆可),输出相对应的方向。比如用户输入“W”,输出“左”。 2、编写程序,实现Hi‐Lo 猜猜游戏程序。实验描述:从1-1000 中随机选择一个数,反复让用户猜该数字是什么,直到用户猜对或用户退出为止。每猜一次告诉用户猜测的结果是对还是过大或是过小。使用一个标识值确定用户是否想退出。当用户猜对时报告其猜测的次数。每次游戏结束时询问用户是否想继续玩,直到用户选择结束。
1, the preparation procedures, WSAD " Direction Control Function Description: Write a program that, when the keyboard input is" . " This is one of the four buttons (upper or lower case), the output of the direction corresponding to a user input such as" WSAD . W " , the output of the" left " 2 programming, to achieve Hi-Lo guess game program experiment description: 1-1000 a randomly selected number, repeatedly allowing users to guess what the number is, until the user or user guess exit. each guess time to tell the user to guess the result is too large or too small, or use an identifier value to determine whether the user wants to exit. when you guess at the number of reports of their guesses. Always ask whether the end of the Games I want to continue to play until the user selects an end. (2016-11-16, Java, 7KB, 下载1次)

http://www.pudn.com/Download/item/id/1479295591308340.html

[单片机开发] AiNiPlayer_a5

安卓奇葩音乐播放器源码是个奇葩其实一点也不冤枉这个项目,整个播放器只有一个循环播放的动画画面,打开软件会自动扫描SD卡上的音乐并且把少于一分钟的音频过滤掉然后随机播放一个音乐。项目权当娱乐了,可以把动画图片换成自己的再播放一个指定的歌曲做成一个私人播放器。另外播放器上还实现了屏幕字符滚动,不过因为分辨率的缘故我这里显示的比较小,可以在低一点的分辨率上试试。
Ann Zhuo wonderful music player source code is a wonderful actually a bit not wronged the project, the player only a looping animation picture, open the software will automatically scan the SD card music and take less than a minute audio filtering out and random play a music. When the project is in the entertainment, the animation can be changed into a picture of their own to play a designated song to make a private player. In addition to the player to achieve the screen character scrolling, but because of the resolution of the reason I show here is relatively small, you can try on a low resolution. (2016-07-17, Java, 2348KB, 下载2次)

http://www.pudn.com/Download/item/id/1468722652495580.html

[单片机开发] java20157821294293

两年前做的,程序在玩家胜利后会有一点问题,有些棋子还在原来的位置上,那时候没找出来是什么原因,现在也不想管它了,拿上来也许对有些朋友有用。不过要事先说明的是:要在j2sdk1.4.0下才能编译通过,在更高的版本上就要修改下程序才行
Two years ago, the program after winning player will have a bit of a problem, some pieces still in the original position, at that time didn t find out what is the reason, now also don t want to it, take up perhaps to some friends useful. However, in advance of the need to be in the J2sdk1.4.0 to compile, in a higher version of the program to modify the next (2015-07-21, Java, 889KB, 下载3次)

http://www.pudn.com/Download/item/id/1437457164258130.html

[单片机开发] ssd8_Exam2

SSD8网络分布式机试二答案,西北工业大学,软件专业
ssd8 exam2 answer (2015-06-12, Java, 11KB, 下载9次)

http://www.pudn.com/Download/item/id/1434090139805464.html

[单片机开发] game-extractor-2.01

Game Extractor是一个提取游戏资源的工具,可以用来打开和操作游戏的归档文件。目前Game Extractor有600个插件,支持1000多个游戏和不同的平台,包括PC、Xbox、PS2和PSP。Game Extractor也支持脚本扩展,它的脚本语言称为MexCom3。Game Extractor附带了一些额外的工具辅助玩家分析未知的游戏归档文件。
Game Extractor is a game resource extraction tool that can be used to open and manipulate game archives. Currently there are 600 Game Extractor plugin supports over 1,000 games and different platforms, including PC, Xbox, PS2 and PSP. Game Extractor also supports scripting extension, its scripting language called MexCom3. Game Extractor comes with some additional tools to assist the analysis of unknown players to the game archive. (2014-05-26, Java, 3016KB, 下载21次)

http://www.pudn.com/Download/item/id/2552146.html

[单片机开发] SensorTest

对玩家反转手机的动作可以检测到,而且会根据反转手机的程度,得到传感器的值也会不同
Reverse operation of the player can be detected by the mobile phone, and the phone will be reversed depending on the degree to obtain a value of the sensor will be different (2014-04-09, Java, 51KB, 下载3次)

http://www.pudn.com/Download/item/id/2506473.html

[单片机开发] CodeBook

数字寻呼机用数字编码表示姓氏,例如101代表“李”、180代表“曾”、181代表“谢”等。试编写一个应用程序管理数字寻呼台的姓氏代码本,允许用户添加新的姓氏代码,删除无用的姓氏代码,浏览代码本或将用户输入的代码翻译为相应的姓氏。(提示:应将一个代码及其对应的姓氏抽象为一个类Item,而姓氏代码本CodeBook则由若干Item的对象实例组成。)
Numerically coded representation of the numeric pager surname, for example 101 represents "Lee", 180 on behalf of "Yes", 181 means "thank" and so on. Try to write an application managing digital paging code for this surname, surname allow users to add new code, delete unwanted surnames code, browse the code of the code or to translate user input to the corresponding name. (Hint: should be a code name and its corresponding abstract as a class Item, and surnames code from the CodeBook certain Item object instances.) (2013-11-05, Java, 5KB, 下载7次)

http://www.pudn.com/Download/item/id/2393142.html

[单片机开发] PrintPicture

试设计一个简单的电路元件图形库,能够根据线、矩形、圆等画出一个电路图
Try to design a simple circuit elements graphics library, be able to draw a line, rectangle, circle, etc. Circuit (2012-11-21, Java, 43KB, 下载5次)

http://www.pudn.com/Download/item/id/2055314.html

[单片机开发] NRF24L01

多功能学习机,功能齐全,娱乐多多,很实际,很好用
Multi-function learning machine, fully functional, lots of entertainment, very practical, very good (2011-07-06, Java, 3162KB, 下载10次)

http://www.pudn.com/Download/item/id/1591008.html

[单片机开发] SensorTest

重力传感器也称为加速度传感器,源代码编译环境需要SDK 1.5(api 3)支持。   此传感器不仅对玩家反转手机的动作可以检测到,而且会根据反转手机的程度,得到传感器的值也会不同!
Gravity sensor, also known as acceleration sensors, the source code is compiled environment requires SDK 1.5 (api 3) support. This sensor is not only the actions of players reverse phone can detect, and reverse cell phone based on the extent of the value of the sensor will be different! (2011-03-21, Java, 47KB, 下载16次)

http://www.pudn.com/Download/item/id/1461836.html
总计:10