-
未移动的
应用背景这是LEACH协议的实施很好的例子,为学生。即使你可以从这件事中获得胜利,因为我现在正在做,你必须提交你的代码,以便我可以轻松下载代码关键技术Java,图,LEACH,LEACH算法及实现学习目的的协议是很好的习惯
- 2022-03-02 19:08:32下载
- 积分:1
-
AndroidThread
this project use to implementation threadh in android.
- 2015-01-20 00:54:38下载
- 积分:1
-
一个简单的记事本应用
111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
- 2022-07-14 00:39:01下载
- 积分:1
-
RMI
一个java程序,介绍rmi的,有助于了解rmi( a code of java,)
- 2015-04-11 09:47:12下载
- 积分:1
-
interface
interface定义了一组行为的协议。两个对象之间通过这个协议进行通信。
interface 不属于类层次结构。不相关的类可以实现相同的接口(interface defines a set of conduct agreement. Through this agreement between the two objects to communicate. interface does not belong to class hierarchy. Unrelated classes can implement the same interface)
- 2010-08-09 16:18:01下载
- 积分:1
-
游戏
package phone;
import javax.swing.JFrame;
public class De
{
public static void main(String[] args)
{
// 创建一个顶层容器f,且设置“删除联系人信息”作为窗口标题
JFrame f = new JFrame("删除联系人信息");
DeletePanel p = new DeletePanel();
f.add(p);//在顶层容器中添加中间容器
f.setSize(400, 300);//设置窗口大小
f.setLocation(350, 250);//设置窗口显示位置
// 设置窗口中右上角的关闭按钮图标的缺省操作事件是关闭程序
f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
f.setVisible(true);//让窗口对象可见
}
}
- 2022-01-25 20:17:11下载
- 积分:1
-
关于 java 项目
公共 int h1 (int [] 列表)
/ / h1 = 放错了位置的瓷砖数
{
int gn = 0 ;
为 (int 我 = 0 ; 我 < list.length; i + +)
{
如果 (列表 [i]! = i & & 列表 [i]! = 0)
gn + + ;
}
返回 gn;
}
公共 LinkedList < EightPuzzle > getChildren()
{
LinkedList < EightPuzzle > 儿童 = 新 LinkedList < EightPuzzle > () ;
int
- 2023-06-01 04:25:03下载
- 积分:1
-
窗口上的文本行显示当前文件的路径,文本区用于编辑文件,3个按钮
[打开],[保存…],[另存为…]。
单击[打开]按钮时,弹出打开文件对话框,将选择的文...
窗口上的文本行显示当前文件的路径,文本区用于编辑文件,3个按钮
[打开],[保存…],[另存为…]。
单击[打开]按钮时,弹出打开文件对话框,将选择的文件显示在文本区中。
单击[保存…]按钮时,如果当前文件为空,则弹出保存文件对话框,并按设置的文件名保存文件;如果已有文件,则按设置的文件名保存文件。
单击[另存为…]按钮时,则弹出保存文件对话框,并按设置的文件名保存文件。
程序中以字符文件输出流FileWriter的writer方法写入文本区内容,以字符缓冲输入流BufferedReader的readLine()方法按行读取文本文件。
-window on the text line shows the path the current document, the text area for editing documents, three buttons [open] [preservation] [Save as ...]. Click [Open] button, pop open file dialog box, select the document in the text area. Click [preservation] button, if the current document is empty, save dialog pop up, together with a set of documents were preserved; If the document has been, according to the paper were set up to preserve documents. Click [Save as ...] button, the pop-up dialog box to preserve documents, together with a set of documents were preserved documents. Character procedures to document the output stream FileWriter way into the text writer District, characters in the input stream buffer
- 2023-06-21 14:25:02下载
- 积分:1
-
netBeans开发Struts
netBeans开发Struts
netBeans开发Struts
netBeans开发Struts-Struts development netBeans
Struts development netBeans
- 2022-01-25 16:32:02下载
- 积分:1
-
插入编辑更新JSP + Servlet搜索
这里是插入,搜索,例如编辑,更新,用JSP + Servlet使用bean的DAO类
- 2022-07-19 23:35:23下载
- 积分:1