开发者

Scheduling in NS2

开发者 https://www.devze.com 2023-02-07 04:13 出处:网络
I m doing in my project in scheduling algorithms in NS2.开发者_运维百科 To implement scheduling algorithm, whether i have to write code in TCL or C++?It depends upon the type of scheduling that you ar

I m doing in my project in scheduling algorithms in NS2.开发者_运维百科 To implement scheduling algorithm, whether i have to write code in TCL or C++?


It depends upon the type of scheduling that you are doing. For example if you are writing queue scheduling algorithm then you should write a C++ code.


In NS2; we can write algorithms in both tcl script and C++. TCL scripting is simple and easy while we work with an existing protocol. While coding in C++ you have to create a new protocol and it is little bit tough. Overall, For better result, you must have to code in C++

0

精彩评论

暂无评论...
验证码 换一张
取 消