91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1.6MB
    文件類型: .zip
    金幣: 2
    下載: 1 次
    發布日期: 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個文件信息

評論

共有 條評論