1. 程式人生 > >Several points on OPNET simulator installation and system environment configurations

Several points on OPNET simulator installation and system environment configurations

1. Preparations before installing OPNET:

OPNET version: 16.1

including (1) modeler_161A_PL1_10834_win.exe

(2) models_161A_PL1_29Jul11_win.exe

(3) modeler_docs_09-Aug-2011_win.exe

<Note: users can download OPNET install packages from Internet>

Microsoft Visual Studio version: 2008 profession version

<Note: users can download vs 2008 PRO from microsoft dreamspark..>

2. Before starting installing OPNET exe files, please make sure you have successfully installed vs 2008 PRO. 

If vs 2008 PRO is successfully installed, then install the OPNET three exe files one by one (1)-(2)-(3).

The installation steps are easy but keep in mind that make sure you choose right selection on installation type"standalone, or floating(get license from VPN server)...". In my case, I choose "floating" type to get license. 

3. The most important and difficult part is how to configure the environment settings properly.

Here we have to configure 13 system variables.

I installed vs 2008 PRO in directory: C:\Microsoft Visual Studio 9.0\

a) PATH  C:\Microsoft Visual Studio 9.0\Common7\IDE;      C:\Microsoft Visual Studio 9.0\VC\BIN;
     C:\Microsoft Visual Studio 9.0\Common7\Tools; C:\WINDOWS\Microsoft.NET\Framework\v3.5; C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;      C:\Microsoft Visual Studio 9.0\VC\VCPackages; C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin;
C:\Microsoft Visual Studio 9\SDK\v3.5\bin;
C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin;
b) LIB     C:\Microsoft Visual Studio 9.0\VC\ATLMFC\LIB;     C:\Microsoft Visual Studio 9.0\VC\LIB; C:\Program Files\Microsoft SDKs\Windows\v6.0A\lib; c) LIBPATH C:\WINDOWS\Microsoft.NET\Framework\v3.5; C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;     C:\Microsoft Visual Studio 9.0\VC\ATLMFC\LIB;     C:\Microsoft Visual Studio 9.0\VC\LIB; d) INCLUDE     C:\Microsoft Visual Studio 9.0\VC\ATLMFC\INCLUDE;     C:\Microsoft Visual Studio 9.0\VC\INCLUDE;     C:\Microsoft Visual Studio 9.0\SDK\v3.5\include;    C:\Program Files\Microsoft SDKs\Windows\v6.0A\include <in my case, because under Microsoft Visual Studio 9.0\SDK\v3.5 directory there is no \INCLUDE directories, but I found SDK is installed under directories C:\Program Files\Microsoft SDKs\Windows\v6.0A> e) NetSamplePath     C:\Microsoft Visual Studio 9.0\SDK\v3.5; f) DevEnvDir     C:\Microsoft Visual Studio 9.0\Common7\IDE; g) FrameworkDir   C:\Windows\Microsoft.NET\Framework; h) FrameworkSDKDir     C:\Microsoft Visual Studio 9.0\SDK\v3.5; i) FrameworkVersion     v2.0.50727; j) VCBUILD_DEFAULT_CFG     Debug^|Win32; k) VCBUILD_DEFAULT_OPTIONS     /useenv; l) VCINSTALLDIR     C:\Microsoft Visual Studio 9.0\VC; m) VSINSTALLDIR     C:\Microsoft Visual Studio 9.0;

4. After above configurations, run cmd terminal and input command "cl", 

if there displays information as below:

Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.
usage: cl [ option... ] filename... [ /link linkoption... ]

 that indicates you make it.

Then you could enjoy using OPNET.

5. On the license, if you can find way to using VPN, it;'s good otherwise you may have to use educational version.

相關推薦

Several points on OPNET simulator installation and system environment configurations

1. Preparations before installing OPNET: OPNET version: 16.1 including (1) modeler_161A_PL1_10834_win.exe (2) models_161A_PL1_29Jul11_win

systemtap installation and basic use on ubuntu 18.04

Basically, to use systemtap we need to install not only the systemtap itself but also linux-headers and linux-image-debug Ins

leetcode max-points-on-a-line

light .get 垂直 題目 keys plan etc highlight subject 題目描述 Given n points on a 2D plane, find the maximum number of points that lie on the

報異常:AnnotationAwareAspectJAutoProxyCreator is only available on Java 1.5 and higher

ssi cycle cati stp hierarchy worker nal a star sca 項目啟動時候報異常 1,異常信息 信息: Initializing Spring root WebApplicationContext2017-09-07 17:20:44

149. Max Points on a Line

pri gcd con class ret solution i+1 return [] class Solution { public int maxPoints(Point[] points) { if(points.length<

leetcode149- Max Points on a Line- hard

hat pla 而不是 mat 起點 ash esc ont 情況 Given n points on a 2D plane, find the maximum number of points that lie on the same straight line.

Max Points on a line

相同 map nta ber 通過 n-1 新的 def math Given n points on a 2D plane, find the maximum number of points that lie on the same straight line. B

Codeforces 576C. Points on Plane(構造)

onclick const code hide gpo alt || r++ img   將點先按x軸排序,把矩形豎著劃分成$10^3$個塊,每個塊內點按y軸排序,然後蛇形走位上去。   這樣一個點到下一個點的橫坐標最多跨越$10^3$,一共$10^6$個點,總共$10^

940A Points on the line

type ack get def 刪除 lib str 計算 pos 傳送門 題目大意 給你n和d還有n個數,計算最少刪除幾個點可以是最大點與最小點之差小於等於d 分析 先對所有點排序,枚舉每一個點ai到ai+d中有幾個點,答案即n-其中最大的值 代碼 #include&l

kali set proxy and system upgrade

shadow tar package lib efi RM www. linux you 1. pip install shadowsocks sslocal -c /etc/shadowsock/shadowsocks.json -d start error: Att

LeetCode 149. Max Points on a Line

lan res gin max leetcode cto ica pub def 今天手殘,碰了一道leetcode HARD難度題目,果然來著不善,花了不少時間,題目很簡單,求平面內一些離散點中,最大共線點的數量。最直接的思路就是通過斜率判斷,但是考慮到斜率很可能

Notes on Noise Contrastive Estimation and Negative Sampling

call spec 沖突 note RM sibling tps models ted Notes on Noise Contrastive Estimation and Negative Sampling ## 生成負樣本 在常見的關系抽取應用中,我們經常需要生成負

149 Max Points on a Line 直線上最多的點數

ret post for cnblogs str true tor scrip des 給定二維平面上有 n 個點,求最多有多少點在同一條直線上。 詳見:https://leetcode.com/problems/max-points-on-a-line/descripti

How to Fix “Failed to play test tone” error on Windows 7, 8 and 10

rem item route audio laptop imu right answer tom 轉自: https://appuals.com/how-to-fix-failed-to-play-test-tone-error-on-windows-7-8-and-10/

【leetcode】149 Max Points on a Line

air http vector 解法 相同 iter 遍歷map com 匹配 題目說明 https://leetcode-cn.com/problems/max-points-on-a-line/description/ 給定一個二維平面,平面上有 n 個點,求最多有多少

LeetCode 447. Number of Boomerangs; 149. Max Points on a Line

問題 sel 可能 second lee mit 垂直 單獨 size Boomerang 回旋鏢的意思,本題意思是尋找 abc的點對,使得ab,ac距離相等。 一個循環固定a,計算其余的點到a的距離,簡歷一個hashtable,保存對應距離的點的個數。 如果有n個點到

Max Points on a Line(直線上最多的點數)

opera second 多少 如果 dex else tor 精度問題 gin 給定一個二維平面,平面上有 n 個點,求最多有多少個點在同一條直線上。 示例 1: 輸入: [[1,1],[2,2],[3,3]] 輸出: 3 解釋: ^ | |

1.4 Installation and Setup(安裝和設定)

1.4 Installation and Setup(安裝和設定) 這裡我們用Anaconda發行版作為Python的使用環境,推薦安裝Python3.6,本書就是用Python3.6程式碼寫成的。(譯者:我使用的也是Anaconda,Python版本是3.5,與3.6沒有任何使用上的差別) 譯者:針對不

【LeetCode】149. Max Points on a Line 解題報告(Python)

作者: 負雪明燭 id: fuxuemingzhu 個人部落格: http://fuxuemingzhu.cn/ 目錄 題目描述 題目大意 解題方法 字典+最大公約數 日期

Context namespace element 'component-scan' its parser class are only available on JDK 1.5 and higher

執行tomcat的時候,出現下面的錯誤 java.lang.IllegalStateException: Context namespace element 'component-scan' and its parser class [org.springframework.context