-
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
-
Android-BluetoothKit-master
蓝牙通讯协议demo,已经通过通讯测试,实测可以正常进行蓝牙协议通讯(Bluetooth Communication Protocol Demo)
- 2020-06-18 01:00:01下载
- 积分:1
-
0603Mybatis3+Spring4 +Struts2ZHYM
三大框架,mybatis+spring+struts2,可以互相学习,共同提高(the skeleton of SSM, including mybatis,spring,struts2,you can learn more by them.)
- 2018-01-29 02:02:21下载
- 积分:1
-
Tomcat源码研究
tomcat源码解析过程文档,详细说明了tomcat从启动到最后结束中间类和方法的调用过程,对于研究java底层源码的启动很有好处。(Tomcat source code parsing process document, detailed description of Tomcat from start to end the call process of intermediate classes and methods, for the study of Java underlying source code start is very helpful.)
- 2020-06-17 22:40:02下载
- 积分:1
-
spaceman
SpaceMan Game, menu, and credits
- 2010-11-10 07:12:28下载
- 积分:1
-
KeyExtract_java
中科院的研究的关键词提取技术,能够进行文章的分词和关键词提取(Keyword extraction technology for research in the Chinese Academy of Sciences, capable of article segmentation and keyword extraction)
- 2019-05-19 11:39:08下载
- 积分:1
-
04【熟悉】excel 的导出xls
Excel的导出,主要针对项目中使用到poi的说明........................(Export of Excel, mainly for the description of POI used in projects)
- 2020-06-23 20:00:01下载
- 积分:1
-
analyseur-de-proxy-irc-et-http-avec-une-interface
implementattion analyseur de-proxy irc et http avec une interface graphique en java
- 2015-10-14 18:55:09下载
- 积分:1
-
source
说明: JDWP 是 Java Debug Wire Protocol 的缩写,它定义了调试器(debugger)和被调试的 Java 虚拟机(target vm)之间的通信协议。
JDWP 协议介绍
这里首先要说明一下 debugger 和 target vm。Target vm 中运行着我们希望要调试的程序,它与一般运行的 Java 虚拟机没有什么区别,只是在启动时加载了 Agent JDWP 从而具备了调试功能。而 debugger 就是我们熟知的调试器,它向运行中的 target vm 发送命令来获取 target vm 运行时的状态和控制 Java 程序的执行。Debugger 和 target vm 分别在各自的进程中运行,他们之间的通信协议就是 JDWP。(JDWP is Java Debug Wire Protocol)
- 2019-04-25 11:00:32下载
- 积分:1
-
04【熟悉】excel 的导出xls
说明: Excel的导出,主要针对项目中使用到poi的说明........................(Export of Excel, mainly for the description of POI used in projects)
- 2020-06-23 20:00:01下载
- 积分:1