• 大小: 1.6MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-26
  • 语言: Java
  • 标签: wsn  java  

资源简介

基于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个文件信息

评论

共有 条评论