Welcome![Sign In][Sign Up]
Location:
Search - NS-set

Search list

[Other resourcePDFbook

Description: 这是sun公司的程序员考试书籍(英文版的pdf) 还有模拟考试安装盘,和视频!我将稍后发布! READ THIS AGREEMENT CAREFULLY. IF YOU AGREE TO ALL THE TERMS AND CONDITIONS SET FORTH BELOW AND ARE WILLING TO BE LEGALLY BOUND BY THEM, PRESS THE I AGREE BUTTON TO CONTINUE WITH THE SETUP. IF YOU DO NOT AGREE TO SUCH TERMS AND CONDITIONS, PRESS THE I DON T AGREE BUTTON TO ABORT THE INSTALLATION.-This the programmer examination books (English pdf) also mock examinations install disk, Video! I will release later! READ THIS AGREEMENT CAREFULLY. IF YOU AGREE TO A LL THE TERMS AND CONDITIONS SET FORTH BELOW AND A RE WILLING TO BE LEGALLY BOUND BY THEM. I AGREE PRESS THE BUTTON TO CONTINUE WITH THE SET UP. IF YOU DO NOT AGREE TO TERMS AND SUCH CONDITIO NS, I DON PRESS THE BUTTON T AGREE TO ABORT THE INSTAL LATION.
Platform: | Size: 7239817 | Author: laiqinyi | Hits:

[JSP/JavaTemperatureController

Description: 本程序分为界面和控制器核心两部分 一、界面部分功能主要有: (1)显示控制器核心数据和参数 (2)与用户交互,可以调节初始输入温度值,并将温度变化率清零以便进行新一轮的模拟。 界面使用了定时器。开启模拟时候,每隔一秒,触发一次计时器消息,完成下列工作: 1. 将界面上的当前温度映射为模糊控制器的输入温度 2. 输出当前温度,当前温度变化率 3. 调用模糊控制,得到控制器输出值,将其乘以m_fFuelEffect (燃料输出对温度变化率的影响率,目前设置为0.3),得到变化率的变化,加到当前温度变化率上,得到新的变化率。 4. 更新变化率,更新温度。将结果映射到界面上。 5. 记录相关数据并以图形、数字方式输出。 二、控制器核心用到的类有 (1)Rule_Func_Single 将简单的函数包装成类,方便后面使用。实现了 NB, NS, ZO, PS, PB 等梯形函数,以及常值函数。 (2)Grading_Func 继承自Rule_Func_Single类,比基类增加一个输入参数,指明梯形函数属于Input, Delta或者Output 。 (3)Rule_Function 将两个Grading_Func结合在一起,进行模糊与或模糊或等模糊逻辑操作,并输出结果。 -interface and controller core part of a two, the main function of the interface are : (1) Display Controller and core data parameters (2) interact with the user, can regulate the importation of the initial temperature, and will reset the rate of temperature change to a new simulation. Use the interface timer. Open simulation, every one second, the news triggered a timer, to complete the following tasks : 1. will interface on the current temperature map to the fuzzy controller input temperature 2. output current temperature, the current rate of temperature change 3. Call fuzzy control, to be the controller output value, m_fFuelEffect be multiplied by (fuel output to the rate of temperature change in rates Currently set to 0.3), be changes in the rate of change, added to the current rate of
Platform: | Size: 47985 | Author: 梁秀波 | Hits:

[Linux-Unix2

Description: 看n2实例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows #$ns color 1 Blue #$ns color 2 Red #Open the nam trace file set nf [open out-1.nam w] $ns namtrace-all $nf set f0 [open out0.tr w] set f1 [open out1.tr w] #Define a finish procedure proc finish {} { global ns nf $ns flush-trace #Close the trace file close $nf #Execute nam on the trace file exit 0 } #Create four nodes set n0 [$ns node] set n1 [$ns node] set n2 [$ns node] set n3 [$ns node] #Create links between the nodes $ns duplex-link $n0 $n2 1Mb 10ms
Platform: | Size: 3451 | Author: shilei | Hits:

[source in ebookPDFbook

Description: 这是sun公司的程序员考试书籍(英文版的pdf) 还有模拟考试安装盘,和视频!我将稍后发布! READ THIS AGREEMENT CAREFULLY. IF YOU AGREE TO ALL THE TERMS AND CONDITIONS SET FORTH BELOW AND ARE WILLING TO BE LEGALLY BOUND BY THEM, PRESS THE I AGREE BUTTON TO CONTINUE WITH THE SETUP. IF YOU DO NOT AGREE TO SUCH TERMS AND CONDITIONS, PRESS THE I DON T AGREE BUTTON TO ABORT THE INSTALLATION.-This the programmer examination books (English pdf) also mock examinations install disk, Video! I will release later! READ THIS AGREEMENT CAREFULLY. IF YOU AGREE TO A LL THE TERMS AND CONDITIONS SET FORTH BELOW AND A RE WILLING TO BE LEGALLY BOUND BY THEM. I AGREE PRESS THE BUTTON TO CONTINUE WITH THE SET UP. IF YOU DO NOT AGREE TO TERMS AND SUCH CONDITIO NS, I DON PRESS THE BUTTON T AGREE TO ABORT THE INSTAL LATION.
Platform: | Size: 7239680 | Author: laiqinyi | Hits:

[JSP/JavaTemperatureController

Description: 本程序分为界面和控制器核心两部分 一、界面部分功能主要有: (1)显示控制器核心数据和参数 (2)与用户交互,可以调节初始输入温度值,并将温度变化率清零以便进行新一轮的模拟。 界面使用了定时器。开启模拟时候,每隔一秒,触发一次计时器消息,完成下列工作: 1. 将界面上的当前温度映射为模糊控制器的输入温度 2. 输出当前温度,当前温度变化率 3. 调用模糊控制,得到控制器输出值,将其乘以m_fFuelEffect (燃料输出对温度变化率的影响率,目前设置为0.3),得到变化率的变化,加到当前温度变化率上,得到新的变化率。 4. 更新变化率,更新温度。将结果映射到界面上。 5. 记录相关数据并以图形、数字方式输出。 二、控制器核心用到的类有 (1)Rule_Func_Single 将简单的函数包装成类,方便后面使用。实现了 NB, NS, ZO, PS, PB 等梯形函数,以及常值函数。 (2)Grading_Func 继承自Rule_Func_Single类,比基类增加一个输入参数,指明梯形函数属于Input, Delta或者Output 。 (3)Rule_Function 将两个Grading_Func结合在一起,进行模糊与或模糊或等模糊逻辑操作,并输出结果。 -interface and controller core part of a two, the main function of the interface are : (1) Display Controller and core data parameters (2) interact with the user, can regulate the importation of the initial temperature, and will reset the rate of temperature change to a new simulation. Use the interface timer. Open simulation, every one second, the news triggered a timer, to complete the following tasks : 1. will interface on the current temperature map to the fuzzy controller input temperature 2. output current temperature, the current rate of temperature change 3. Call fuzzy control, to be the controller output value, m_fFuelEffect be multiplied by (fuel output to the rate of temperature change in rates Currently set to 0.3), be changes in the rate of change, added to the current rate of
Platform: | Size: 49152 | Author: 梁秀波 | Hits:

[Linux-Unix2

Description: 看n2实例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows #$ns color 1 Blue #$ns color 2 Red #Open the nam trace file set nf [open out-1.nam w] $ns namtrace-all $nf set f0 [open out0.tr w] set f1 [open out1.tr w] #Define a finish procedure proc finish {} { global ns nf $ns flush-trace #Close the trace file close $nf #Execute nam on the trace file exit 0 } #Create four nodes set n0 [$ns node] set n1 [$ns node] set n2 [$ns node] set n3 [$ns node] #Create links between the nodes $ns duplex-link $n0 $n2 1Mb 10ms -N2 examples look# Create a simulator objectset ns [new Simulator]# Define different colors for data flows# $ Ns color 1 Blue# $ Ns color 2 Red# Open the nam trace fileset nf [open out-1.nam w] $ ns namtrace-all $ nfset f0 [open out0.tr w] set f1 [open out1.tr w]# Define a finish procedureproc finish () (global ns nf $ ns flush-trace# Close the trace file close $ nf# Execute nam on the trace file exit 0)# Create four nodesset n0 [$ ns node] set n1 [$ ns node] set n2 [$ ns node] set n3 [$ ns node]# Create links between the nodes $ ns duplex-link $ n0 $ n2 1Mb 10ms
Platform: | Size: 3072 | Author: shilei | Hits:

[OtherNS-2_setup

Description: 一篇介绍NS2在Windows下安装的文档,建议NS新手浏览!-NS2 one introduced in Windows to install the documentation, it is recommended novice NS browser!
Platform: | Size: 458752 | Author: 王海 | Hits:

[matlabfuzzy-pi

Description: 一被控对象 ,给定为阶跃给定,幅值为500,设计一个两维模糊PI型控制器,输入语言变量和输出语言变量均取7个值{NB,NM,NS,ZE,PS,PM,PB},模糊论域为{-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6},用matlab编程仿真研究。-Charged with one object, to set at a given step, the amplitude for the 500, the design of a two-dimensional fuzzy PI-type controller, input linguistic variables and output linguistic variables are taken seven values (NB, NM, NS, ZE, PS , PM, PB), fuzzy domain for (-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6), Simulation programming with matlab .
Platform: | Size: 7168 | Author: 崔艳 | Hits:

[SCMjiaotongdeng

Description: 自行车与汽车共用左拐、右拐和直行灯。 2)共有四种通行方式: ① 车辆南北直行、各路右拐,南北向行人通行。南北向通行时间为1分钟,各路右拐比直行滞后10秒钟开放。 ② 南北向左拐、各路右拐,行人禁行。通行时间为1分钟。 ③ 东西向直行、各路右拐,东西向行人通行。东西向通行时间为1分钟,各路右拐比直行滞后10秒钟开放。 ④ 东西向左拐、各路右拐。行人禁行。通行时间为1分钟。 3)在通行结束前10秒钟,绿灯闪烁直至结束。 (3)不必自制电源。 2, 发挥部分 (1)有倒计时时间显示。 (2)若交道口出现紧急情况,交警可将糸统设置成手动:全路口车辆禁行、行人通行。紧急情况结束后再转成自动状态。 (3)当有119、120等特种车辆通过时,糸统自动转为特种车放行,其它车辆禁止状态。特种车辆通过15秒钟后,糸统自动恢复,用模型车演示。 -Bicycles and cars share left, right and straight lamp. 2) there are four cormnon procedure: 1 each vehicle moving, civil right, sn pedestrians. Time passes for 1 minute ns, each right more than 10 seconds to go behind. 2 on the left, various civil right and pedestrians ban. Passage of time for 1 minute. 3 each went right east-west direction, pedestrians. Time for 1 minute east-west passage, each right more than 10 seconds to go behind. 4 the left, various things right. Pedestrian drivers. Passage of time for 1 minute. 3) in ten seconds before the end of the passage until the end, green flashing. (3) don t homemade power. 2, play a part (1) the countdown time display. (2) if the traffic JiaoDaoKou in an emergency, there can be set manual: the crossroads vehicle ban and pedestrians. After the emergency state into automatic again. (3) when there is 119 120, such special vehicles through, there are special cars release automatically, and other vehicle ban. Special vehicles through 15 secon
Platform: | Size: 204800 | Author: 海峰 | Hits:

[Special Effects090211

Description: 细化参数的对数极坐标变换图像纹理特征提取算法提出一种细化参数的对数极坐标变换图像纹理特征提取算法,可以有效地消除旋转、缩放和平移等几何形 变的影响.在特征提取过程中,通过自相关图像消除平移的影响,引入细化参数的对数极坐标变换消除旋转和伸缩 的影响.在图像检索过程中,将不完全树型小波变换所得的特征矢量,通过欧式距离来度量图像之间的相似度.实 验表明,本算法对发生几何形变的纹理图像检索平均正确率达81.05 左右,较之传统算法能取得更好的检索 效果.-This paper p ropo sed a new type of feat ure ext raction arit hmetic for text ure image,based on paramet rical log2polar t ranslation.This arit hmetic is robust to geo met ric distortions.During t he feat ure ext raction,t he autocorrelatio n image was int roduced to eliminate t he effect of t ranslatio n,while t he imp roved log2polar was used to eliminate t he effect s of rotation and scaling.In t he ret rieval p rocess,a set of inco mplete t ree st ruct ured wavelet t ransform of t he log2polar t ransformed autocorrelation image was used to measure similarity of text ure images.The experiment result s showed t hat t he average ret rieval rates of t his arit hmetic is abo ut 81.05 ,which is robust to t he geomet ric disto rtio ns as compared wit h t he typical algorit hms.
Platform: | Size: 289792 | Author: swx | Hits:

[Communicationns2-simple2

Description: Create a simulator object set ns [new Simulator] #Define different colors for data flows (for NAM) $ns color 1 Blue $ns color 2 Red #Open the NAM trace file set nf [open out.nam w] $ns namtrace-all $nf #Define a finish procedure proc finish {} { global ns nf $ns flush-trace #Close the NAM trace file close $nf #Execute NAM on the trace file exec nam out.nam & exit 0 } -Create a simulator object set ns [new Simulator] #Define different colors for data flows (for NAM) $ns color 1 Blue $ns color 2 Red #Open the NAM trace file set nf [open out.nam w] $ns namtrace-all $nf #Define a finish procedure proc finish {} { global ns nf $ns flush-trace #Close the NAM trace file close $nf #Execute NAM on the trace file exec nam out.nam & exit 0 }
Platform: | Size: 1024 | Author: Ranjeet | Hits:

[source in ebookmobile_traces_rpgm

Description: 适用于ns2仿真的移动trace生成工具(C环境)-These mobility generator tools are used to generate a rich set of mobility scenarios used to evaluate the protocol performance in Mobile Ad Hoc Network. The tools include the Reference Point Group Mobility(RPGM) model, Freeway Mobility Model and Manhattan Mobility Model. The trace files generated by these tools are compatible with the format required by ns-2.
Platform: | Size: 43008 | Author: Shuke | Hits:

[Internet-Network6aodv01

Description: set 6 node topology 01 in ns 2 -set 6 node topology 01 in ns 2
Platform: | Size: 1024 | Author: marbus | Hits:

[Internet-Network6aodv02

Description: set 6 node topology 01 in ns 2 -set 6 node topology 01 in ns 2
Platform: | Size: 1024 | Author: marbus | Hits:

[Internet-Network6aodv03

Description: aodv set 6 node topology 03 in ns 2 -aodv set 6 node topology 03 in ns 2
Platform: | Size: 1024 | Author: marbus | Hits:

[Internet-NetworkRED.CC

Description: 我研究生阶段研究定的方向是网络拥塞管理,而我研究RED算法也有挺长时间了,很久以前就有解析NS中的队列管理算法RED的源代码(red.cc&red.h)的想法,借寒假有时间,匆匆写了一下。有些东西自己也没完全弄懂,但是对于困惑于如何修改RED算法的同学来说,应该有很大的参考价值。 本文档首先分析了RED算法涉及参数的含义,然后给出了主要函数的作用,最后对主要函数的源代码进行了分析。 希望本文档对你有用。 -I set the direction of post-graduate stage of the study is to network congestion management, but I have studied the RED algorithm also has quite a long time, long ago have resolved NS in the RED queue management algorithm source code (red.cc & red.h) the idea, by winter have the time to rush to write a bit. Some things they themselves have no fully understood, but for the confusion on how to modify the RED algorithm for the students, it should be a great reference value. This document first analyzes the RED algorithm is related to the meaning of the parameters, and then gives a major role in the function and finally the main function of the source code analyzed. Hope that this document useful to you.
Platform: | Size: 210944 | Author: 源泉 | Hits:

[Internet-Networkwireless-4.4

Description: 利用NS-2进行无线网络模拟 采用一个有3个节点的实例来说明利用NS-2进行无线网络模拟的具体流程,场景设置为一个500m*400m的矩形区域中。-Using NS-2 wireless network simulation using a three node example to illustrate the use of NS-2 wireless network simulation of specific processes, the scene is set to a 500m* 400m the rectangular area.
Platform: | Size: 1024 | Author: lvfangfang | Hits:

[Linux-Unixns-simple-trace.tcl.tar

Description: 设定NS2的trace文件分析, 本例是个简单的tcl脚本文件-to set the trace file of a simple NS2 tcl file
Platform: | Size: 1024 | Author: xiaorui | Hits:

[source in ebookNS

Description: 用NS2仿真建立一个有线网络模型模拟,节点的建立,拓扑结构的设置以及参数的设定-A cable network set up by using the NS2 simulation model, the establishment of node topology Settings and parameters setting
Platform: | Size: 4096 | Author: dixingfang | Hits:

[Othertwo dimensional convection diffusion equation

Description: 包含求解二维对流/扩散方程的标量(给定的标量输运) 速度场,稳态和非稳态)采用有限体积法和直角坐标网格,求解Navier Stokes方程的定常和非定常采用笛卡尔网格和同位配置变量。它还包含生成笛卡尔网格(单个或多重网格)的代码,以及绘制计算结果的代码。后者的代码产生的每一个情节页后记文件:网格、速度矢量图、剖面的速度或温度,等压线,等温线和流线和压力填充图、温度或流线。更改此目录并读取本地“自述文件”文件,以获得该目录中文件的进一步信息。子目录管包含为管道流设置的代码的版本,包括入口和出口边界条件,以及简单算法中的全局质量流量校正。(containing codes for solving the two-dimensional convection/diffusion equation (scalar transport in a given velocity field, steady and unsteady) using Finite-Volume method and Cartesian grid, and for solving the steady and unsteady Navier-Stokes equations using Cartesian grids and a colocated arrangement of variables. It also contains a code for generating Cartesian grid (single or multigrid), and for plotting the results of computations. The latter code produces postscript files of each plot page: grid, velocity vectors, profiles of velocity or temperature, isobars, isotherms or streamlines, and color-fill plots of pressure, temperature or streamlines. Change to this directory and read the local 'readme' file for further information on files in that directory. The subdirectory PIPE contains a version of the code that is set for pipe flow; it includes inlet and outlet boundary conditions, and the global mass flux correction in the SIMPLE-algorithm)
Platform: | Size: 52224 | Author: 一念千古 | Hits:
« 12 »

CodeBus www.codebus.net