Welcome![Sign In][Sign Up]
Location:
Search - 距离向量

Search list

[OpenGL programbasicvector

Description: 作者: junglesong 这是我过去进行一个OpenGL项目时使用到的\"三维空间向量/点\"类及相关函数,使用它们可以定义一个空间向量/点,实现向量的平移,缩放和旋转等,使用相关函数还可以实现两向量的叉乘,得到一个向量的绝对长度,将一个向量单位化,得到一个三点决定的平面的垂直向量(经过单位化),得到空间中两点的距离,得到两向量的点积,得到两向量的夹角等操作,为方便用户的使用,每个函数都有详细的注释,特别重要的向量计算如点积,叉乘还有相关说明,希望对大家有所用处. 由于源程序涉及到保密问题不能和盘托出,请见谅. junglesong@etang.com-Author : junglesong This is my last OpenGL for a project to use the "three-dimensional vector space / point "and related functions, they can use a definition of space vector / points, for the vector translation, zooming and rotation, using correlation function can also achieve two fork by Vector, a vector to be the absolute length of a vector unit, 3:00 been a decision of the vertical plane of Vector (those units), a space to be the distance between two points, Vector to be the two plot points, to be the angle between two vectors such operations, as a user-use, Each function has detailed notes, a particularly important point if the calculation vector plot, fork also took note, we hope to have useful. Due to the confidential source involved in the issue can not completely please b
Platform: | Size: 3177 | Author: 黄景天 | Hits:

[JSP/Javamanolin-DV(New)

Description: 模拟路由器,距离向量算法实现路由更新。能向邻居节点发送路由信息,能够发送数据。-Analog router, distance vector routing algorithm updates. Can send routing information to neighbor nodes to send data.
Platform: | Size: 37888 | Author: 好贵 | Hits:

[Internet-NetworkcPP-rip

Description: 用C++模拟rip协议的工作流程。包含怎样输入网络拓扑结构,以及在上面应用距离向量算法模拟rip协议。-use c++ to simulate the working process of rip protocal
Platform: | Size: 326656 | Author: HanDu | Hits:

[Internet-NetworkRouter

Description: 基于距离向量算法的路由器设计与实现,通过命令行操作,使用UDP通信-Router design based on the distance vector algorithm and operation via the command line, using UDP communication
Platform: | Size: 103424 | Author: yanchl | Hits:

[OtherRIP

Description: 基于距离向量算法的rip协议的实现,利用图存储。-Based on the distance vector algorithm rip the realization of the agreement, the use of storage.
Platform: | Size: 1650688 | Author: 吴晓波 | Hits:

[Windows DevelopCjullixiangllo

Description: 计算机网络路由算法中的距离向量算法方法,这是源程序源码码,学计算机网络的应该都知道! 可直接使用。 已通过测试。 -Computer network routing algorithms in the distance vector algorithm method, which is the source code source code, school computer networks should all know that can be used directly. Has been tested.
Platform: | Size: 1024 | Author: 谈判 | Hits:

[Windows DevelopRDisstr_Nodeeo

Description: 路由选路算法距离向量算算法的编程与开发实现. -Routing routing algorithm Distance Vector Algorithm for programming and development.
Platform: | Size: 19456 | Author: 谈判 | Hits:

[Data structsDistance-Vector

Description: 距离向量解决分布式异步距离算法 可在VC6.0下成功运行-Distance Vector
Platform: | Size: 6144 | Author: aa123321pp | Hits:

[Otherdistance-vector

Description: 计算机网络实验,实现距离向量路由算法,输入网络拓扑图中节点个数及边,模拟信息收发,动态更新出最短距离矩阵-Computer network experiment, distance vector routing algorithm, the input network topology diagram node number and edge, analog messaging, dynamic update the shortest distance matrix
Platform: | Size: 505856 | Author: 口天吴 | Hits:

[Grid ComputingRouting

Description: 分布式异步路由算法中——距离向量算法的C语言仿真实现,非常好地模拟了网络中各节点的路由情况-Distributed asynchronous routing algorithm- distance vector algorithm C language simulation, very good simulation of the network, each node in the routing case
Platform: | Size: 7168 | Author: panchen | Hits:

[TCP/IP stackRouter

Description: 这是一个模仿路由算法的java程序。 实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序启动时必须能接收以下参数: 7) router ID, myport, port1, port2, port3… 8) 程序必须能处理以下命令: a) N-打印活动的邻居列表。 b) T-输出路由表。 c) 0,1,… 9-发送分组 9) 关于时间定时 a) 每个路由器每2秒钟发出它们的路由表 b) 每个路由器根据收到的路由表更新它们自己的路由表 c) 路由器必须具备检测邻居是否活动的能力。如果路由器在6秒钟没有收到邻居发来的更新,则认为邻居不可达 10) 关于拓扑结构 a) 路由器必须具备路由器故障和恢复的能力 b) 这里假设链路不会出现故障,分组不会丢失和出错 c) 如果路由器在给定时间内未运行,表示路由器故障。如果重启运行,则认为路由器故障恢复 d)当然,假设通信是双向的 -This is a parody routing algorithm java program. Achieve a simple function on the router. Implement distance vector routing algorithm. Internet router simulation achieved the IP router. It can determine the shortest route network, and in these transmission packet utilization Achieve Features A) preparation of a group called "Router" program 2) the use of distance vector algorithm updates the routing table 3) multiple instances of the program (processes or threads) can be run on a single machine 4) between instances using UDP exchange routing table 5) Assuming that node and its neighbor nodes are distance of 1. 6) In order to specify the instance and its neighbors, the program must be able to start receiving the following parameters: 7) router ID, myport, port1, port2, port3 ... 8) program must be able to deal with the following command: a) N-printing activities neighbor list. b) T-output routing table. c) 0,1, ... 9- to send the packet 9) About Time Timing a) given eve
Platform: | Size: 73728 | Author: 张天扬 | Hits:

[Internet-Networkroute

Description: 计算机网络自顶向下设计方法:分布式距离向量算法-Top-down design of computer networks Method: Distributed distance vector algorithm
Platform: | Size: 63488 | Author: 陈敬坤 | Hits:

[Home Personal applicationRIP

Description: 模拟距离向量路由算法的路由表交换过程,演示每轮交换后路由表的变化,动态生成网络拓扑图,从初始路由表开始,进行交换路由表,演示每轮交换后的路由表的变化。观察和讨论多少轮交换后路由表稳定。- 模拟距离向量路由算法的路由表交换过程,演示每轮交换后路由表的变化,动态生成网络拓扑图,从初始路由表开始,进行交换路由表,演示每轮交换后的路由表的变化。观察和讨论多少轮交换后路由表稳定。 The routing table exchange process is simulated by the distance vector routing algorithm, which demonstrates the changes of the routing table after each round of the switch, and dynamically generates the network topology graph, the initial routing table, and the exchange routing table. Observation and discussion of how many rounds of exchange routing table stability.
Platform: | Size: 2048 | Author: Tom | Hits:

[Internet-Networkasterisk-1.6.2.6.tar

Description: 距离-向量路由协议使用度量来记录路由器与所有知道的目的地之间的距离。这个距离信息使路由器能识别至中某个目的地的最有效下一跳。-Distance- vector routing protocols use metrics to know all the router and record the distance between destinations. This information enables the router to identify the distance to a destination in the most effective next hop.
Platform: | Size: 23266304 | Author: 张博 | Hits:

[TCP/IP stackrip

Description: RIP协议,是一种动态路由选择协议,采用距离向量算法。代码用C++实现RIP协议-RIP protocol is a dynamic routing protocol, using distance vector algorithm. Code with C++ achieve the RIP
Platform: | Size: 2048 | Author: xuxx | Hits:

[JSP/JavaDVsim

Description: 计算机网络,模拟路由器间路由选择的距离向量算法(DV)的程序,纯JAVA实现。-Computer networks, mock router routing algorithm distance vector (DV) program, pure JAVA implementation.
Platform: | Size: 1231872 | Author: 谢巍 | Hits:

[matlabImage-restoration-distance-vector

Description: 基于距离向量的图像修复算法,在传统的修复算法中加入了改进的距离向量,能够更好的修复图像的结构部分。-Based on the distance vector, an improved distance vector is added to the traditional repair algorithm, which can better repair the structure of the image.
Platform: | Size: 433152 | Author: 萧忆情 | Hits:

[GPS developMapUtil.java

Description: GPS点之间的距离 点到直线的距离 计算两个经纬度之间的距离 计算点c与线段ab的关系数据,采用向量点积的方法(Distance between GPS points Distance from point to line)
Platform: | Size: 1024 | Author: 君子甃 | Hits:

[Other73462713Router

Description: 实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序启动时必须能接收以下参数: 7) router ID, myport, port1, port2, port3… 8) 程序必须能处理以下命令: a) N-打印活动的邻居列表。 b) T-输出路由表。 c) 0,1,… 9-发送分组 9) 关于时间定时 a) 每个路由器每2秒钟发出它们的路由表 b) 每个路由器根据收到的路由表更新它们自己的路由表(This is a parody routing algorithm java program. Achieve a simple function on the router. Implement distance vector routing algorithm. Internet router)
Platform: | Size: 73728 | Author: 韩大侠 | Hits:

[Windows Developvault-tec-master1

Description: 基于距离向量模糊金库算法matlab版 key+距离==》vault vault+距离==》key(fuzzy vault matlab key+diatance==>vault vault+testpoints==>key)
Platform: | Size: 16384 | Author: 风袖袖 | Hits:
« 1 2 3 45 6 7 8 9 10 11 »

CodeBus www.codebus.net