搜索资源列表
用Java编写HTML文件分析程序
- 用Java编写HTML文件分析程序 一、概述 Web服务器的核心是对Html文件中的各标记(Tag)作出正确的分析,一种编程语言的解释程序也是对源文件中的保留字进行分析再做解释的。实际应用中,我们也经常会碰到需要对某一特定类型文件进行要害字分析的情况,比如,需要将某个HTML文件下载并同时下载与之相关的.gif、.class等文件,此时就要求对HTML文件中的标记进行分离,找出所需的文件名及目录。在Java出现以前,类似工作需要对文件中的每个字符进行分析,从中找出所需部
MoFang.java
- 本程序为放出的测试用魔方(MoFang.java),包含所有的核心代码及注释,调试,测试代码。你可以用鼠标转动魔方,用键盘上的方向键移动魔方位置,除此以外,代码中还有大量功能,如智能搜索求解魔方,目前正在制作图形控制界面,也可用于applet嵌入网页中,Frame,也可做成java bean组件,有java bean需要的,请与作者本人联系。 2,先双击运行Java 3D for Windows (OpenGL Version) SDK for the JDK (includes Run
framebuffer 2440 frame buffer 测试程序
- 2440 frame buffer 测试程序,可以直接显示16位bmp 图片-2440 frame buffer test program, you can directly display 16-bit bmp image
libray
- 一个基于SSH框架的图书管理系统,不是太复杂,适合初学者!-A library system based on SSH Frame!
wlantv-src-1.2.0
- The WLAN Traffic Visualizer is a platform independent Java program providing accurate measurement of traffic load and innovative visualization of frame sequences in IEEE 802.11 WLANs. -The WLAN Traffic Visualizer is a platform independent Java pro
frame
- jaxt是用java实现P2P平台的技术,用jaxt实现的PEER结点,以用来实现通信-jaxt is a java platform for the realization of P2P technology, jaxt achieved by PEER node to be used to achieve communication
Background
- 一个制作小游戏的面板程序,加进了有意思的图片。制作了2个JPanel分别放在frame的左右两边,然后在左边画图实现游戏,右边控制游戏区,这只是游戏的一个部分。-A game of panel production process, added an interesting picture. JPanel produced, respectively, on two sides of the frame, and then the realization of the game drawing
JAVA3Dmofang
- 本程序为放出的测试用魔方(MoFang.java),包含所有的核心代码及注释,调试,测试代码。你可以用鼠标转动魔方,用键盘上的方向键移动魔方位置,除此以外,代码中还有大量功能,如智能搜索求解魔方,目前正在制作图形控制界面,也可用于applet嵌入网页中,Frame,也可做成java bean组件-This procedure for the release of the test Cube (MoFang.java), contains all the core code and comment
frame
- 用回溯法解决不是很麻烦的传教士和野人问题-By backtracking to solve is not very troublesome issue of missionaries and Savage
loginFram
- 这是一个用java 编写的用户登陆界面 里面添加了图片 -Login Frame
java2
- 画出每一帧: 剩下的就是将每一帧图象绘出。在上例中调用了applet的repaint() 来绘出每一帧图象。 -Draw each frame: the rest is to draw each frame image. In the above example calls the applet' s repaint () to draw each frame image.
Frame
- Java编写的打字游戏,源代码,初学者,高手都可以来借鉴下,,欢迎下载-Written in Java typing games, source code, for beginners, since the master can draw on, the, welcome to download
(java)ContractManager
- 简单的实现合同签订,使用SSh框架结构,里面自带数据库创建代码!-A simple implementation, contract signing with SSh frame structure, inside take database creation code!
MyPlayer
- java音乐播放器 使用java media frame-java musicPlayer
Frame
- 一款用JAVA语言编写的简单扫雷游戏,可用于新手编写练习-A simple minesweeper game which is wrote with JAVA,the beginner can use it to practice.
MultiFrame.java.Frame.design.
- Multifr a me.java框架设计实例Multifr a me.java Frame design example -Multifr a me.java Frame design example
Frame
- JAVA小程序中窗体级里面角色的绘制与移动,只有简单的小程序,不是完整的游戏,可以为构建游戏框架作参考-JAVA applet form-level role-mapping and moving inside, only a simple small program, not a complete game as a reference framework for building games
Frame
- Representation of a Java method execution frame. A frame consists of a set of locals and a value stack, and it can be told to act on them to load and store values between them and an "arguments results" area. -Representation of a Java method execut
Java-liaotian
- 一个Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。RunServer()方法中运行聊天服务,通过Socket 类的getInetAddress().getHostName() 方法获得主机名, 建立新的ChatHandler 对象实例, 在synchronized (clients)中取得与客户端的同步。内部类ChatHandler 继承了Thre
Frame
- JDK8.20,窗口实现简单加法计算java程序。-JDK8.20, window java program simple addition calculation.