资源简介
基于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个文件信息
- 上一篇:企业人事工资管理系统
- 下一篇:物流管理系统Java 源码
相关资源
- 微博系统(Java源码,servlet+jsp),适
- java串口通信全套完整代码-导入eclip
- jsonarray所必需的6个jar包.rar
- 三角网构TIN生成算法,Java语言实现
- java代码编写将excel数据导入到mysql数据
- Java写的cmm词法分析器源代码及javacc学
- JAVA JSP公司财务管理系统 源代码 论文
- JSP+MYSQL旅行社管理信息系统
- 推荐算法的JAVA实现
- 基于Java的酒店管理系统源码(毕业设
- java-图片识别 图片比较
- android毕业设计
- java23种设计模式+23个实例demo
- java Socket发送/接受报文
- JAVA828436
- java界面美化 提供多套皮肤直接使用
- 在线聊天系统(java代码)
- 基于Java的图书管理系统807185
- java中实现将页面数据导入Excel中
- java 企业销售管理系统
- java做的聊天系统(包括正规课程设计
- Java编写的qq聊天室
- 商店商品管理系统 JAVA写的 有界面
- JAVA开发聊天室程序
- 在linux系统下用java执行系统命令实例
- java期末考试试题两套(答案) 选择(
- JAVA3D编程示例(建模、交互)
- Java 文件加密传输
- java做的房产管理系统
- 基于jsp的bbs论坛 非常详细
评论
共有 条评论