-
JSPtushu
说明: 代码中的数据库不用任何设置,因为本程序为了能好移植到其它的计算机数据库的链接都是动态进 行的。通过本程序你可以了解一些界面设计的技巧以及如何进行数据库路径的动态设置与链接(Code without any settings in the database, because the process can be better to migrate to other dynamic computer database links are carried out. Through this program you can learn some skills in interface design and how to dynamically set the database path and link)
- 2010-04-02 13:42:05下载
- 积分:1
-
people_shapefile
一个repasts的例子,在gis环境加入agent,并使得agent移动(Example of a repasts, gis environment in the accession agent, and makes the mobile agent)
- 2009-05-08 11:46:30下载
- 积分:1
-
split_words
分词程序,正向最大匹配法,JAVA语言。核心思想是从句子最左端开始,单字节扫描匹配,直至句末(Segmentation procedure, forward maximum matching, JAVA language. Core idea is to start from the leftmost sentence, single-byte scan match until end of the sentence)
- 2013-11-04 19:29:54下载
- 积分:1
-
WebVR
说明: spring boot游客项目管理,整合vr预览(Spring boot tourist project management)
- 2021-04-02 10:01:28下载
- 积分:1
-
MVCDAOjava
项目07_使用MVC+DAO完成用户登陆(代码+笔记)(Project 07_ using MVC+DAO complete user login (code+ notes))
- 2013-10-31 14:10:25下载
- 积分:1
-
eclipseYYNI1
eclipse开发环境配置教程,支持tomcat_Maven_jetty_JBoss(eclipse development environment configuration tutorial support tomcat_Maven_jetty_JBoss)
- 2014-11-04 09:14:45下载
- 积分:1
-
OrderSystem
说明: 吃货系统。点菜查看菜单,结账,点赞评论等各种功能(Eating system. Ordering menu, checkout, comment and other functions)
- 2020-06-20 05:20:02下载
- 积分:1
-
codingforYXM
纯手编的超市会员管理系统,可支持会员注册,会员登录(验证码功能),会员查询,会员删除等功能,界面友好,易于操作。(Pure hand-woven supermarket membership management system that supports membership registration, member login, membership inquiries, membership and delete functions, user-friendly, easy to operate. )
- 2013-11-24 10:15:06下载
- 积分: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
-
claoses__this
通过这个程序,充分理解理解抽象类与接口的概念。(Through this program, understand fully understand the concept of abstract classes and interfaces.)
- 2017-04-21 09:51:36下载
- 积分:1