资源列表
用java读DXF文件.读取DXF文件的Java源码
- 读取DXF文件的Java源码, Reads takes DXF the document the Java source code
这个是ssh框架的增删改查
- 这个是ssh框架的增删改查,可以实现增删改查,需要的可以拿去自己修改,用myeclipse8做的-Is this SSH frame additions and modification check, you can implement additions and modification check, may need to have to go to their modifications, made of myeclipse8
Dijkstra算法是寻找图中最短路径的基本算法
- Dijkstra算法是寻找图中最短路径的基本算法,这里是用java实现-Dijkstra s algorithm is to find the shortest path graph of the basic algorithm, to achieve here is to use java
WebCamApplet.rar
- 一个java的人脸识别系统,.class,A java face recognition system,. Class
Bluetooth RC.src.Java编写的蓝牙手机遥控器
- Java编写的蓝牙手机遥控器,可以控制鼠标,ppt,mediaplay等等软件,Java mobile phone preparation with Bluetooth remote control to control the mouse, ppt, mediaplay software, etc.
用java获取本机的硬件信息
- 用java获取本机的硬件信息,CPU利用率,内存利用率,硬盘信息等,Java access to the machine with the hardware information, CPU utilization, memory utilization, hard disk information
JavaANPR是一个自动车牌识别程序
- JavaANPR是一个自动车牌识别程序,此程序采用了的了人工智能、机器视觉业绩神经网络的算法。,JavaANPR is an automatic number plate recognition software, which implements algorithmic and mathematical principles from field of artificial intelligence, machine vision and neural networks.
SSH经典练习,实现增删改查等功能
- SSH经典练习,实现增删改查等功能,还有登录和注册,是熟悉框架整个的经典练习,SSH classic exercises, additions and deletions to realize the functions of investigation, as well as log in and register, are familiar with the framework of the entire classic practice
java课程设计-家庭理财系统
- java课程设计-家庭理财系统。。 第一个小作品,,java course design- Family financial management system. . The first small works,
restrant.rar
- 网上快餐订购,mysql数据库,jsp+servlet+javaBean,Online fast food ordering, mysql database, jsp+ Servlet+ JavaBean
简单的webservice接口服务端和客户端的java代码实现
- 一个简单的webservice接口服务端和客户端的java代码实现 允许输入拉丁字符的拼音 A simple webservice interface to the server and client java code
Guess Number 猜数字游戏JAVA源代码
- 猜数字游戏1. 随机生成4个0到9的整数,组成一个序列(使用LinkedList<Integer>存储)例如:3 6 4 4System.out.println((int)(Math.random(0*4)))2. 然后要求用户循环猜这4个数子,在用户每猜一次之后,提示用户有几个数字的位置正确了。 例如:用户输入3 7 2 4 (3和4的位置正确了),则提示用户有2个数字正确。3. 使用LinkedList存储用户每次猜测是数字组合。用户可以随时查看之前自己的输入 例如: