资源简介
基于java平台,可用于WSNs网络信任机制仿真模拟,图形化界面,附带源码,只要编写节点信任值计算公式相关的类即可与经典信任机制的性能做相关比较。相关论文查阅百度文库
代码片段和文件信息
/**
* “TRMSim-WSN Trust and Reputation Models Simulator for Wireless
* Sensor Networks“ is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation either version 3 of
* the License or (at your option) any later version always keeping
* the additional terms specified in this license.
*
* This program is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
*
* Additional Terms of this License
* --------------------------------
*
* 1. It is Required the preservation of specified reasonable legal notices
* and author attributions in that material and in the Appropriate Legal
* Notices displayed by works containing it.
*
* 2. It is limited the use for publicity purposes of names of licensors or
* authors of the material.
*
* 3. It is Required indemnification of licensors and authors of that material
* by anyone who conveys the material (or modified versions of it) with
* contractual assumptions of liability to the recipient for any liability
* that these contractual assumptions directly impose on those licensors
* and authors.
*
* 4. It is Prohibited misrepresentation of the origin of that material and it is
* required that modified versions of such material be marked in reasonable
* ways as different from the original version.
*
* 5. It is Declined to grant rights under trademark law for use of some trade
* names trademarks or service marks.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program (lgpl.txt). If not see
*/
package es.ants.felixgm.trmsim_wsn;
import es.ants.felixgm.trmsim_wsn.network.Network;
import es.ants.felixgm.trmsim_wsn.network.Service;
import es.ants.felixgm.trmsim_wsn.gui.parameterpanels.TRMParametersPanel;
import es.ants.felixgm.trmsim_wsn.network.Sensor;
import es.ants.felixgm.trmsim_wsn.trm.TRModel_WSN;
import es.ants.felixgm.trmsim_wsn.trm.TRMParameters;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.InputStreamReader;
import java.util.Observer;
import java.util.Observable;
import java.util.Collection;
import java.util.ArrayList;
import java.util.linkedList;
/**
* This class acts as a controller between classes representing the GUI and classes
* belonging to the model as in the MVC pattern
* @author Félix Gómez Mármol Gregorio Martínez Pérez
* @version 0.5
*/
public class Controller implements Ob
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-03-25 17:23 src\
目录 0 2012-03-25 17:23 src\es\
目录 0 2012-03-25 17:23 src\es\ants\
目录 0 2012-03-25 17:23 src\es\ants\felixgm\
目录 0 2012-03-25 17:23 src\es\ants\felixgm\trmsim_wsn\
文件 21642 2012-03-04 02:48 src\es\ants\felixgm\trmsim_wsn\Controller.java
目录 0 2012-03-25 17:23 src\es\ants\felixgm\trmsim_wsn\gui\
文件 2894 2009-07-03 19:42 src\es\ants\felixgm\trmsim_wsn\gui\AboutWindow.form
文件 6297 2012-03-04 15:41 src\es\ants\felixgm\trmsim_wsn\gui\AboutWindow.java
文件 2743 2009-07-03 19:41 src\es\ants\felixgm\trmsim_wsn\gui\HelpWindow.form
文件 6299 2012-03-04 15:41 src\es\ants\felixgm\trmsim_wsn\gui\HelpWindow.java
文件 1406 2010-01-25 17:35 src\es\ants\felixgm\trmsim_wsn\gui\LegendPanel.form
文件 5249 2012-03-04 15:41 src\es\ants\felixgm\trmsim_wsn\gui\LegendPanel.java
目录 0 2012-03-25 17:23 src\es\ants\felixgm\trmsim_wsn\gui\legendpanels\
文件 2951 2012-03-04 15:41 src\es\ants\felixgm\trmsim_wsn\gui\legendpanels\EigenTrustLegendPanel.java
文件 1406 2010-02-10 19:26 src\es\ants\felixgm\trmsim_wsn\gui\legendpanels\LegendPanel.form
文件 7203 2012-03-04 15:41 src\es\ants\felixgm\trmsim_wsn\gui\legendpanels\LegendPanel.java
文件 308 2012-03-04 17:49 src\es\ants\felixgm\trmsim_wsn\gui\legendpanels\package.html
文件 2697 2012-03-04 15:41 src\es\ants\felixgm\trmsim_wsn\gui\legendpanels\PowerTrustLegendPanel.java
文件 2902 2012-03-04 17:55 src\es\ants\felixgm\trmsim_wsn\gui\legendpanels\TRIPLegendPanel.java
文件 1710 2010-01-25 22:01 src\es\ants\felixgm\trmsim_wsn\gui\NetworkPanel.form
文件 10923 2012-03-04 15:41 src\es\ants\felixgm\trmsim_wsn\gui\NetworkPanel.java
目录 0 2012-03-25 17:23 src\es\ants\felixgm\trmsim_wsn\gui\networkpanels\
文件 2987 2012-03-25 14:28 src\es\ants\felixgm\trmsim_wsn\gui\networkpanels\EigenTrustNetworkPanel.java
文件 1710 2012-02-12 17:09 src\es\ants\felixgm\trmsim_wsn\gui\networkpanels\NetworkPanel.form
文件 13648 2012-03-04 15:41 src\es\ants\felixgm\trmsim_wsn\gui\networkpanels\NetworkPanel.java
文件 310 2012-03-04 17:49 src\es\ants\felixgm\trmsim_wsn\gui\networkpanels\package.html
文件 2980 2012-03-25 14:28 src\es\ants\felixgm\trmsim_wsn\gui\networkpanels\PowerTrustNetworkPanel.java
文件 2803 2012-03-25 14:33 src\es\ants\felixgm\trmsim_wsn\gui\networkpanels\TRIPNetworkPanel.java
目录 0 2012-03-25 17:23 src\es\ants\felixgm\trmsim_wsn\gui\outcomespanels\
文件 1406 2012-03-25 14:43 src\es\ants\felixgm\trmsim_wsn\gui\outcomespanels\AccuracyPanel.form
............此处省略183个文件信息
- 上一篇:企业人事工资管理系统219562
- 下一篇:物流管理系统Java 源码
相关资源
- 物流管理系统Java 源码
- java程序语言设计第十版复习题答案
- java程序语言设计原书第十版基础复习
- java+mysql库存管理信息系统
- 企业进销存管理系统源码 JAVA+MySQL
- java+mysql的图书管理系统219428
- java学生管理系统全部代码+数据库
- java 调用webservice使用HttpClient和XFire两
- java实现和Matlab语言实现的pagerank算法
- 海康威视java开发包
- 数据库课设-物流管理系统JAVA+MYSQL完整
- 基于Java的电子地图开发
- 运动会管理系统设计+java界面
- java_poi导入excel通用工具类
- JAVA在线考试管理系统
- java 基础-面向对象-线程-集合-IO流-网
- java开发的电子邮件Web客户端
- Java面试及简历相关
- 上传文件的jar包 commons-io commons-fileu
- Java 并发编程实战完整带书签
- Java编程思想Kindle版.rar
- java程序员由菜鸟到笨鸟高清完整PDF版
- java开发的贪吃蛇小游戏包含源码和音
- Java中使用Json的net.sf.json包
- Java版AVG游戏开发入门
- 基于JavaEE的商城系统
- Java 虹膜识别程序
- 五子棋游戏 java源码
- java实现网络购物车
- Java多线程编程深入详解.pdf
评论
共有 条评论