搜索资源列表
Javarumen_HelloWorld
- Java入门攻略之HelloWorld问题,这是一款很不错的文档资料,尤其对于一些菜鸟级的人物,更是要好好读读,真是受益匪浅啊-Java's HelloWorld portal, which is one very good documentation, Especially for some newcomers-class figures, but it is also necessary to properly review what really benefited ah
javaabastract
- java的abstract类也是比较难使用的一个类,故给你发了几个典型程序-java the abstract category is more difficult to use in a class, so you made a few typical procedure
5ziqiNet
- JAVA课程设计(五子棋) 包含论文 摘 要 目前,以计算机技术和网络技术为核心的现代网络技术已在现实生活和生产中得以广泛的使用,休闲类网络游戏集趣味性,娱乐性,互动性和益智性于一体,已经成为多数人群的休闲方式。 本软件使用JAVA语言实现,通过对SCOKET技术的理解,在此基础上建立服务器与多客户端的连接,利用多线程处理多个客户端之间的信息。 通过对软件的编写,加深对以上技术的理解和掌握。 关键词: 多线程 流套接字 APPLET 数据传输 -JAVA
Regular-expressions-simplifypattern-matching-code.
- Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching co
article-regex-primer
- Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic principles used in other languages, just withdi erent access methods, and some subtledi erences with the patterns.
UML
- 用于项目之前的项目建模需要,此电子文档教你学会如何画类图。-For the project before the project modeling need, this electronic document teach you to learn how to draw class diagram.
zhongyuanguoji
- 中软国际Java程序员笔试题 1.谈谈final, finally, finalize的区别。 2.Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)? 3.Static Nested Class 和 Inner Class的不同,说得越多越好(面试题有的很笼统)。 -Soft international Java programmers qu
3D
- 3D手机游戏开发教学 编写一个继承于Canvas类的子类,并且实现Runnable接口,在run方法中绘制屏幕中一个小方块,通过游戏动作键(上下左右)控制方块的移动-3D mobile phone game developers to prepare a succession of teaching in the Canvas sub-class category, and the realization of Runnable interface, in the run method of d
Timer
- java.util包中Timer类的使用方法-java.util package to use Timer class
Calculatorcode
- Java程序计算器是:图形界面与数学计算相结合。图形界面的实现:考虑到按钮多而易混的问题,就选择了用数组来完成实现,在数字进行运算时,考虑的我们一般的计算器都是通过按按钮显示数字的,所以要有个类来获得按钮上的数字,由此可知还需要一个获得按钮上的运算符号,获得数字和运算符号上的按钮是放在链表里的,通过链表的节点不同来识别是数字还是运算符号,一般是第一个节点里存放的数字是第一个参加运算的数,第二个是放的运算符号,第三个是放的第二个参加运算的数,程序设计的优点是:条理清晰,容易理解,容易修改。这样设计
managementsystemonsoftwareprojectcourse
- 为了更好地管理设计过程中所产生的资料文档,我们开发一个软件工程课程设计管理系统。教师和学生可以应用该系统实现如下功能: 1、学生使用自己的姓名和学号(密码)登陆后,可以从题库中选择一个题目,并且填写同组的其他同学的姓名,学号,班级,小组长等。且选题一旦保存就不能再更改。 2、学生可以修改自己的密码。可以查询自己的选题情况。学生可以查询自己的课程设计成绩。 3、学生在课程设计的各个阶段的工作报告上传至该系统。 4、教师使用姓名和工资号(密码)登陆后,可以查看学生的选题情况;
Java-Study-Notes
- 这是个人结合老师的上课资料和个人笔记而整理成的java核心学习笔记,是初学者迅速掌握java核心内容和知识的学习笔记!-This is a personal combination of the teacher' s class information and personal notes organized into java the core study notes, beginners to quickly master the the java core content and k
xmlfileOperate
- 对文件进行操作的java类,详细介绍增删改查操作。-Java class to manipulate files, detailing CRUD operations.
Java-software-protection-technology
- 用加密的方法来保护Java类文件,加密可以有效地对抗反编译 Java技术在设计之初就考虑到应用环境的复杂性,因此允许用户根据Java规范定制类加载器,使用这些定制的Classloader可以完成特定的操 作,比如从网络上下载类文件,验证类文件来源等,本文定制了 北京邮电大学硕日毋究生学位论文Java软件保护技术研究及实现一个Classloader来完成加密类文件的加载" (3)负责密钥提取和解密的具体算法不能被加密,否则又需要先将它 们解密,由此将形成一个循环,而它们又是必须
network-spider-class
- 用java写了一个模拟网络爬虫原理的类,适合于初学者掌握网络爬虫的远离-Using java to write a simulated network reptiles theory class, suitable for beginners to master web crawler away
JAVA-Basic-knowledge
- JAVA的基础知识,适合初学者看看,我们上课的一些内容。-JAVA basics for beginners to see, some of the content of our class.
public-class-NumTower
- 简单的Java数字塔编程,练习java编程使用,有运行结果-Simple Java programming digital tower, java programming practice to use, there are the results
Senior-class-features1
- 详细介绍了Java中高级类特征的一部分信息,方便初学者学习和使用-Details of the characteristics of the Java class of senior part of the information, easy for beginners to learn and use
Senior-class-features2
- 详细介绍了Java中高级类特征的一部分信息,方便初学者学习和使用-Details of the characteristics of the Java class of senior part of the information, easy for beginners to learn and use
jd-gui
- 将class文件反编译为java文件,很好用(uncompaile class file to java file,very nice.)
