-
Spring
spring定时启动的例子
新手学习用(spring time to start learning to use examples of novice)
- 2010-05-05 20:32:45下载
- 积分:1
-
javaPmysql-
采用JAVA作为开发工具,mysql作为后台数据库。本系统具有学生基本信息管理、学生成绩信息管理、教师基本信息管理等功能。分成三大模块,每个模块都相互联系,但不相互干扰,这符合了软件模块开发的思想。 本系统完成了学生信息的查询、修改、增加、删除;教师信息的查询、修改、增加、删除以及学生成绩信息的查询、修改、增加、删除等功能。(Using JAVA as a development tool, mysql database as a background. This system has the students basic information management, information management student achievement, teachers basic information management and other functions. Divided into three modules, each linked to every other, but do not interfere with each other, in line with the idea of a software module development. The system completed the student information query, modify, add, delete teacher information query, modify, add, delete, and student achievement information, query, modify, add, delete functions.)
- 2013-10-03 22:57:49下载
- 积分:1
-
五子棋java
说明: 基本算法:
采用博弈比较常用的策略。
计算机下子前,分别对玩家和电脑棋型进行评估,然后根据棋型对每一位置打分(玩家和电脑在同一点的分数不同),比如活三100分,冲四1000分等,然后根据每个落子点分数进行选择。采用极大极小值策略,进行多步计算。(Basic algorithm:
The game strategy is commonly used.
Before computer playing, players and computer chess models are evaluated separately, and then each position is scored according to the chess pattern (players and computers have different scores at the same point), such as live three hundred points, go four thousand points, and then choose according to the score of each falling point. Multi-step calculation is carried out by using the minimax strategy.)
- 2020-06-17 17:00:02下载
- 积分:1
-
CorsConfig
说明: 遇到跨域问题把此java文件加进config类里(Add this java file to the Config class when encountering cross-domain problems)
- 2020-06-22 13:40:02下载
- 积分:1
-
miniMobile
说明: 前端框架基础,demo可供参考,请不要随意转载,(String to JSON, object to JSON)
- 2020-04-16 12:19:33下载
- 积分:1
-
GuessNumber
用java做的一个小游戏,随机产生一个100以内的数字,让玩家猜,猜的大了会提示大了,反之提示小了,直到猜中为止(Viewing of a java game)
- 2013-05-20 21:18:20下载
- 积分:1
-
MVC
基于MVC框架的一个增删改查的小列子,处于一个java的开发环境(A framework based on MVC CRUD small Liezi, in a java development environment)
- 2013-07-19 21:14:32下载
- 积分: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
-
Version-8-Update-JavaSetup8u181-09102018
java programa 8 testes
- 2018-10-25 23:51:12下载
- 积分:1
-
2222Java2
2222Java2 参考大全(第4版).pdf,是一本很好的电子书,对JAVA 2做了很好的解释,并有事例来说明,(2222Java2 Reference (4th edition). Pdf, is a very good e-books, on the JAVA 2 make a very good explanation, and have examples to illustrate)
- 2007-10-03 11:10:19下载
- 积分:1