-
thoughtworks
thoughtworks笔试作业题,附有markdown说明文档(thoughtworks written job title, with markdown documentation)
- 2016-11-26 21:08:32下载
- 积分:1
-
SearchableActivity
ClassTest extends junit.framework.TestCase.
- 2014-01-08 10:46:12下载
- 积分:1
-
JAVA--the-basic
关于JAVA的基础编程学习,清华大学课件,可以下载学习(JAVA programming on the basis of learning, Tsinghua University courseware, you can download of learning)
- 2014-11-21 11:31:59下载
- 积分:1
-
audioplay
说明: 音频捕获和播出,自认为很不错。欢迎大家下载(audio capture and broadcast, since that is pretty good. You are welcome to download!)
- 2006-03-24 18:18:58下载
- 积分:1
-
JapaneseVowels
说明: 数据挖掘的应用,对数据集建立决策树,然后利用测试集中的数据判断测试。并给出最终的决策判断的正确率。(The application of data mining, decision tree on the data set, and then use the test to determine the test data set. The final decision making given the correct rate.)
- 2011-04-11 21:55:07下载
- 积分:1
-
aopalliance-1.0
在软件业,AOP为Aspect Oriented Programming的缩写,意为:面向切面编程,通过预编译方式和运行期动态代理实现程序功能的统一维护的一种技术。AOP是OOP的延续,是软件开发中的一个热点,也是Spring框架中的一个重要内容,是函数式编程的一种衍生范型。利用AOP可以对业务逻辑的各个部分进行隔离,从而使得业务逻辑各部分之间的耦合度降低,提高程序的可重用性,同时提高了开发的效率(In the software industry, AOP is the abbreviation of Aspect Oriented Programming, which means: Face-Oriented Programming, a technology to achieve unified maintenance of program functions through pre-compiling and run-time dynamic proxy. AOP is the continuation of OOP, a hotspot in software development, an important content in Spring framework, and a derivative paradigm of functional programming. Using AOP can isolate all parts of business logic, which reduces the coupling between the parts of business logic, improves the reusability of programs, and improves the efficiency of development.)
- 2020-06-23 01:20:02下载
- 积分:1
-
javadepuzzle
是一些Java的谜题,很有意思,如果能够好好思考的话,Java水平会有很大的提高(Some of Java puzzles, very interesting, if we can think carefully about it, Java will be greatly improved level of)
- 2011-07-10 10:47:58下载
- 积分:1
-
RepastEvacuation-master
repast仿真模拟人群逃生模型,基于java语言描写。(Repast simulation of crowd escape model)
- 2019-05-17 15:28:27下载
- 积分:1
-
JiSuanQi
java实现计算器,import java.awt.*
import java.awt.event.*
import javax.swing.*
public class JiSuanQi
{
Frame f
Label lab
Button[] bt=new Button[29]
JTextField t
StringBuffer str //显示屏所显示的字符串
double x,y //x和y都是运算数
int z //Z表示单击了那一个运算符.0表示"+",1表示"-",2表示"*",3表示"/"
static double m //记忆的数字
JiSuanQi()
{(java implementation calculator, import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi {Frame f Label lab Button [] bt = new Button [29] JTextField t StringBuffer str //display character string displayed double x, y //x and y are the operands int z //Z represents an operator clicks that 0 means " +" , 1 indicates " -" , 2 is " *" , 3 is " /" static double m //number in memory JiSuanQi () {)
- 2013-05-24 19:03:04下载
- 积分:1
-
JAVA
北京邮电大学牛导的 JAVA课件课件及相关资料,包括语言部分的讲稿,虚拟机使用说明等(Beijing University of Posts and Telecommunications cattle mediated JAVA courseware courseware and related information, including part of the script language, virtual machine instructions, etc.)
- 2008-02-08 15:35:05下载
- 积分:1