搜索资源列表
Javaianxiti
- java的一些练习题,初学者的简单自我检查,可以好好研究下-java some exercises, beginners a simple self-examination can be properly studied and
ATM_IN_JAVA
- simple ATM [Automatic Teller Machine] system the basic functions Login including write-offs, inquiries, deposits, withdrawals and alter the code. Simulation of ATM terminal users logged in, their account numbers and passwords through the ATM network
HSQLDB_guide_zh
- hsqldb中文开发文档 2008.8.9 介绍比较详细.Hsqldb是一个开放源代码的JAVA数据库,其具有标准的SQL语法和JAVA接口,它可以自由使用和分发,非常简洁和快速的。-hsqldb Chinese development documentation 2008.8.9 describes in more detail. Hsqldb is an open source Java database with standard SQL syntax and JAVA interface
JBPM
- java工作流,核心工作流和BPM功能被打包为一个简单的java库,这个库包括一个存储到数据库、从数据库更新和获取流程信息的服务。-java workflow, the core workflow and BPM functionality is packaged as a simple java library, this library includes a stored in the database, updates and access to process information f
Home-Remote-Control-System
- 针对家里的安全和防盗问题、同时也为了满足人们日益智能化的生活需求,提出了一种基于Android 智能手机编写 的Java 应用程序作为远程控制系统,Cortex-M3 作为中央控制器,利用物联网技术的智能家居系统。该系统不仅能适用于 普通的住宅家庭用户,也可用于酒店等地方。经验证,智能家居系统成本低、可靠性高、设备简单、实用性强。-For safety and security issues at home,and to meet the growing demand for intel
TestTictactoe
- Tictactoe game in java. Tic-tac-toe is a classic, simple board game where two players (player “X” and player “O”) take turns putting their marks on the grid. For a board of size n-by-n, a player wins by having n consecutive marks on the board. Unzi