wsn信任机制仿真工具


基于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  srces
     目录           0  2012-03-25 17:23  srcesants
     目录           0  2012-03-25 17:23  srcesantsfelixgm
     目录           0  2012-03-25 17:23  srcesantsfelixgm rmsim_wsn
     文件       21642  2012-03-04 02:48  srcesantsfelixgm rmsim_wsnController.java
     目录           0  2012-03-25 17:23  srcesantsfelixgm rmsim_wsngui
     文件        2894  2009-07-03 19:42  srcesantsfelixgm rmsim_wsnguiAboutWindow.form
     文件        6297  2012-03-04 15:41  srcesantsfelixgm rmsim_wsnguiAboutWindow.java
     文件        2743  2009-07-03 19:41  srcesantsfelixgm rmsim_wsnguiHelpWindow.form
     文件        6299  2012-03-04 15:41  srcesantsfelixgm rmsim_wsnguiHelpWindow.java
     文件        1406  2010-01-25 17:35  srcesantsfelixgm rmsim_wsnguiLegendPanel.form
     文件        5249  2012-03-04 15:41  srcesantsfelixgm rmsim_wsnguiLegendPanel.java
     目录           0  2012-03-25 17:23  srcesantsfelixgm rmsim_wsnguilegendpanels
     文件        2951  2012-03-04 15:41  srcesantsfelixgm rmsim_wsnguilegendpanelsEigenTrustLegendPanel.java
     文件        1406  2010-02-10 19:26  srcesantsfelixgm rmsim_wsnguilegendpanelsLegendPanel.form
     文件        7203  2012-03-04 15:41  srcesantsfelixgm rmsim_wsnguilegendpanelsLegendPanel.java
     文件         308  2012-03-04 17:49  srcesantsfelixgm rmsim_wsnguilegendpanelspackage.html
     文件        2697  2012-03-04 15:41  srcesantsfelixgm rmsim_wsnguilegendpanelsPowerTrustLegendPanel.java
     文件        2902  2012-03-04 17:55  srcesantsfelixgm rmsim_wsnguilegendpanelsTRIPLegendPanel.java
     文件        1710  2010-01-25 22:01  srcesantsfelixgm rmsim_wsnguiNetworkPanel.form
     文件       10923  2012-03-04 15:41  srcesantsfelixgm rmsim_wsnguiNetworkPanel.java
     目录           0  2012-03-25 17:23  srcesantsfelixgm rmsim_wsngui
etworkpanels
     文件        2987  2012-03-25 14:28  srcesantsfelixgm rmsim_wsngui
etworkpanelsEigenTrustNetworkPanel.java
     文件        1710  2012-02-12 17:09  srcesantsfelixgm rmsim_wsngui
etworkpanelsNetworkPanel.form
     文件       13648  2012-03-04 15:41  srcesantsfelixgm rmsim_wsngui
etworkpanelsNetworkPanel.java
     文件         310  2012-03-04 17:49  srcesantsfelixgm rmsim_wsngui
etworkpanelspackage.html
     文件        2980  2012-03-25 14:28  srcesantsfelixgm rmsim_wsngui
etworkpanelsPowerTrustNetworkPanel.java
     文件        2803  2012-03-25 14:33  srcesantsfelixgm rmsim_wsngui
etworkpanelsTRIPNetworkPanel.java
     目录           0  2012-03-25 17:23  srcesantsfelixgm rmsim_wsnguioutcomespanels
     文件        1406  2012-03-25 14:43  srcesantsfelixgm rmsim_wsnguioutcomespanelsAccuracyPanel.form
............此处省略183个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)