-
Java进阶篇课设
说明: 实现扑克牌,一副牌中抽去大小王剩下52张(如果初练也可只用1~10这40张牌),任意抽取4张牌(称牌组),用加、减、乘、除(可加括号)把牌面上的数算成24。每张牌必须用一次且只能用一次,如抽出的牌是3、8、8、9,那么算式为(9-8)×8×3或3×8+(9-8)或(9- 8÷8)×3等。(In order to realize playing cards, 52 cards are removed from a deck (only 40 cards can be used for the first practice). Four cards are randomly selected (called card groups). The number on the deck is calculated as 24 by adding, subtracting, multiplying and dividing (brackets can be added). Each card must be used once and only once. If the drawn card is 3, 8, 8, 9, the formula is (9-8)*8*3 or 3*8+ (9-8) or (9-8 8)*3)
- 2020-12-31 16:18:59下载
- 积分:1
-
javabb086
一个由java编写的论坛web应用用mysql做数据层 经测试能跑起来(A java web application written in the forum do with mysql data layer has been tested and run up)
- 2014-02-16 20:47:12下载
- 积分:1
-
ExtJS2.0
非常实用的一个ext教程,可以让你快速的掌握ext技术并进行开发。(A very useful ext tutorial, allowing you to quickly grasp the the ext technology and development.)
- 2012-03-08 10:01:11下载
- 积分:1
-
Leaflet.contextmenu-master
地图右键菜单,可以自定义菜单按钮以及功能 ,十分方便(Map right-click menu)
- 2021-03-13 16:09:24下载
- 积分:1
-
webtorrent-master
web做的torrent程序,从https://raw.github.com/feross/webtorrent上面弄来的(torrent on web)
- 2013-12-30 23:20:57下载
- 积分:1
-
javastore
仓库管理系统,JAVA语言+SQL数据库
(Warehouse management system, JAVA+ SQL database language)
- 2013-09-24 04:16:43下载
- 积分:1
-
hotel
andriod studio/eclipse 酒店的管理系统,刷卡监控等( andriod studio/eclipse Hotel management system, monitoring and other credit card)
- 2015-11-12 09:36:11下载
- 积分:1
-
loop-empty
Date prototype get Day Source Code for Java Script.
- 2014-01-13 23:24:23下载
- 积分:1
-
hibernate-release-4.3.11.Final
用于java数据开发,hirberbate 框架的开发应用,适合初学者(For Java data development, hirberbate framework for the development and application, suitable for beginners)
- 2017-08-03 10:56:38下载
- 积分:1
-
Mylog
1. 撰写类MyLog,实现接口Loggable,完成在本地文件“MyLog.log”文件中的日志读写,要求记录的日志内容包括:当前时间,日志类型,日志内容。(1 writing class MyLog, achieve interface Loggable, complete log in the local file MyLog.log file read and write, log Records include: current time, log type, the contents of the log.)
- 2020-11-28 19:49:29下载
- 积分:1