Welcome![Sign In][Sign Up]
Location:
Search - path trace

Search list

[Graph RecognizeLanePursue

Description: 利用模板进行道路追踪,并通过最小二乘法对模板追踪的图像进行曲线拟合。计算出曲线方程用于实现道路的识别-use template for road tracking, and through least squares method to trace the template image curve fitting. Calculated curve equation for the path of achieving recognition
Platform: | Size: 3940 | Author: double_l | Hits:

[Graph RecognizeLanePursue

Description: 利用模板进行道路追踪,并通过最小二乘法对模板追踪的图像进行曲线拟合。计算出曲线方程用于实现道路的识别-use template for road tracking, and through least squares method to trace the template image curve fitting. Calculated curve equation for the path of achieving recognition
Platform: | Size: 4096 | Author: double_l | Hits:

[matlabtrace3

Description: 飞行器航迹曲线,三维空间仿真,包括直行,爬升,转弯,俯冲等等运动姿态-Aircraft flight path curves, three-dimensional simulation, including straight, climbing, turning, diving, etc. sports gesture
Platform: | Size: 1024 | Author: 爱爱 | Hits:

[transportation applicationstrace

Description: 本程序设计了5条典型的航迹发生器,适用于许多仿真中产生飞行轨迹,包括滑行、起飞、加速、平飞、俯冲、拐弯、降落各个阶段。-This procedure was designed five typical track generator, applicable to many simulation generated flight path, including taxiing, takeoff, acceleration, level flight, dive, turn and landing at all stages.
Platform: | Size: 289792 | Author: wuling | Hits:

[Windows Developxunbao

Description: 对于某个m*n的字符串数组,相当于一个m行n列的平面形状的方格。里面S表示起点,W表示障碍,B表示可走(但是不一定可以通),X表示出口。对于起点S,有8个方向可以走,当然前提是在没有障碍的情况之下,其中可以分为单步走(on foot)和跳步走(by jump)两种情况,从起点S开始追寻最短的出口路径count2。-M* n to a string array, which is equivalent to an m line n of the plane out of the box shape. Express the starting point of S inside, W express obstacles, B indicated that they could walk (but not necessarily pass), X express export. For the starting point of S, has 8 direction can go, of course, the premise that there are no obstacles in the circumstances, which can be divided into single-step walk (on foot) and the jump step-by-step walk (by jump) both cases, the starting point S from the beginning to trace the the shortest path export count2.
Platform: | Size: 953344 | Author: kineapple | Hits:

[matlabtrace

Description: 飞机轨迹发生器使用matlab写成的可用来模拟飞机飞行轨迹-The use of the aircraft trajectory generator can be written in matlab to simulate the aircraft flight path
Platform: | Size: 443392 | Author: 帅来帅去 | Hits:

[Windows Developtkcon-2.5.tar

Description: Enhanced Tk Console for all Tk platforms-WHAT: Enhanced Tk Console for all Tk platforms WHERE: http://tkcon.sourceforge.net/ http://www.purl.org/net/hobbs/tcl/script/ REQUIREMENTS: Tcl/Tk 8.0+ Tested through Tcl/Tk 8.5. tkcon is all Tcl/Tk code, no compiling required tkcon is a replacement for the standard console that comes with Tk (on Windows/Mac, but also works on Unix). tkcon provides many more features than the standard console and works on all platforms where Tcl/Tk is available. It is meant primarily to aid one when working with the little details inside tcl and tk and to give Unix users the GUI console provided by default in the Mac and Windows Tk. FEATURES: Command history Path (Unix style)/Proc/Variable name expansion Multiple and tabbed consoles, each with its own state (via multiple interpreters) Captures stdout and stderr to console window (puts overridden) Hot errors (click on error result to see stack trace) Electric character matchin
Platform: | Size: 140288 | Author: wdoo | Hits:

[3G developMyViterbi

Description: Viterbi解码器Matlab版.生成输入、输出表、状态转移表,沿Trellis进行剪枝,记录保留路径,最后返回并得到最终解码。-Matlab version of Viterbi decoder. Generate input, output tables, state transition table, along the Trellis for pruning, record succeed path, finally trace back and get eventually decoding sequence.
Platform: | Size: 3072 | Author: 苏英 | Hits:

[OtherTRACERT_command_and_usage

Description: TRACERT命令及用法:Tracert(跟踪路由)是路由跟踪实用程序,用于确定 IP 数据报访问目标所采取的路径。Tracert 命令用 IP 生存时间 (TTL) 字段和 ICMP 错误消息来确定从一个主机到网络上其他主机的路由。-TRACERT command and usage: Tracert (trace route) is a route tracing utility used to determine the IP datagram access to the path taken by the target. Tracert command with the IP Time to Live (TTL) field and ICMP error messages to determine the network from one host to another host on the route.
Platform: | Size: 4096 | Author: hy3 | Hits:

[GDI-BitmapHaiGuiLOGO

Description: 编写类LOGO语言。 LOGO语言又称作海龟语言,由操作者通过一行命令来控制一个三角形的海龟移动,海龟的移动轨迹可以形成各种图案。 一行的命令可以包括多个子命令,按照从左到右的顺序执行,相关的命令有: 命令格式 命令范例 范例含义 前进 <长度> 前进 100 海龟前进100个点 后退 <长度> 后退 100 海龟后退100个点 左转 <角度> 左转 90 左转90度 右转 <角度> 右转 90 右转90度 抬起 抬起 海龟抬起画笔,不显示移动轨迹 放下 放下 海龟放下画笔,显示移动轨迹 隐藏 隐藏 隐藏海龟三角形 显示 显示 显示海龟三角形 重复 次数 (…) 重复 4 (前进 10 左转 90) 海龟画一个边长为10的正方形 清屏 清屏 海龟回到坐标原点,清除所有轨迹 提示,如果到达屏幕边缘继续前进,海龟将自动跳到屏幕的另一端。 本程序正是演示了这么一个功能。-LOGO language, also known as sea turtles language, through the line of command by the operator to control the movement of a triangle of sea turtles, sea turtles can form the trajectory of a variety of patterns. The command line can include multiple sub-commands, executed in the order from left to right, the relevant commands are: Example of the meaning of command format command example Forward <length> turtle forward 100 forward 100 points Back <length> back 100 back 100 points of sea turtles Left <angle> 90 degrees left 90 left Right <angle> 90 degrees right turn right 90 Lift lift lift the turtle pen, does not show the moving path Put down his brush down turtle, showing the moving path Hide Hide Hide triangle of sea turtles Display Display Display turtle triangle Repetitions (...) repeat 4 (forward 10 left 90) draw a turtle square of side length 10 Clear the screen clear screen turtle back to the origin of coordinates, remove all trace
Platform: | Size: 45056 | Author: 游志超 | Hits:

[Windows Developwinsimpro1.0

Description: Here are some key features of "WinSIM Pro": · Wide variety of readers - Compatible with all smart card readers complying with the PC/SC specification · File Manager - Access any file on the SIM card with its PATH, as well as interpret the properties of the file · Command Manager - Quick and easy sending an APDU command with customized parameters · Script Manager - Offering a useful way to organize and play a batch of commands · Trace Manager - Keeping track of all transmitted APDU commands and responses Screenshots: The settings page is mainly used for configuring PC/SC reader for WinSIM Professional, the commented screenshot below illustrates how to use this page:-Here are some key features of "WinSIM Pro": · Wide variety of readers- Compatible with all smart card readers complying with the PC/SC specification · File Manager- Access any file on the SIM card with its PATH, as well as interpret the properties of the file · Command Manager- Quick and easy sending an APDU command with customized parameters · Script Manager- Offering a useful way to organize and play a batch of commands · Trace Manager- Keeping track of all transmitted APDU commands and responses Screenshots: The settings page is mainly used for configuring PC/SC reader for WinSIM Professional, the commented screenshot below illustrates how to use this page:
Platform: | Size: 562176 | Author: 王大伟 | Hits:

[CSharpTracertMapabcd

Description: trace the path.we can trace the path in th e network
Platform: | Size: 40960 | Author: srinivas | Hits:

[Internet-Networktracert

Description: windows环境下实现Tracert(跟踪路由)是路由跟踪实用程序,用于确定 IP 数据报访问目标所采取的路径。-windows environment Tracert (Trace Route) is a route-tracing utility, is used to determine the path the IP datagram access to the target taken.
Platform: | Size: 5120 | Author: momo | Hits:

[assembly languagethicklens

Description: 模拟透镜真实光路,厚的凸透镜,无小角度近似,使用真实光路追踪-Analog lens true optical path, the thickness of the lenticular lens, no small angle approximation, using the true optical path trace
Platform: | Size: 1024 | Author: vivid | Hits:

[Linux-Unixn_tracesink

Description: Trace data router and sink path through tty space.
Platform: | Size: 3072 | Author: cayos2 | Hits:

[Otherray-trace-matlab-code

Description: 程序用matlab编写的三层介质射线追踪,可以绘制射线的路径,也可以显示波形~-using matlab make three layer medium ray tracing program , can draw the path of rays, can also display waveform ~
Platform: | Size: 6144 | Author: 李亭 | Hits:

[matlabraytrace_ch

Description: 一个简单的射线追踪程序,可以追踪P波和PS转换波,绘制射线路径和旅行时。-A simple ray tracing program, can trace p-wave and PS converted wave, draw the ray path and travel time.
Platform: | Size: 1024 | Author: 陈超 | Hits:

[.netTracePath

Description: Simple visual example how to trace path. Russian buttons inside =)
Platform: | Size: 54272 | Author: killabee | Hits:

[Internet-NetworkvcPtracert

Description: Tracert(跟踪路由)是路由跟踪实用程序,用于确定 IP数据包访问目标所采取的路径。Tracert 命令使用用 IP 生存时间 (TTL) 字段和 ICMP 错误消息来确定从一个主机到网络上其他主机的路由.其命令格式如下。tracert [-d] [-h maximum_hops] [-j computer-list] [-w timeout] target_name-Tracert (Trace Route) is a route-tracing utility used to determine the IP packet access path taken goal. Tracert command using IP Time to Live (TTL) field and ICMP error messages to determine the route one host to another host on a network. The format is as follows. tracert [-d] [-h maximum_hops] [-j computer-list] [-w timeout] target_name
Platform: | Size: 94208 | Author: 学习者 | Hits:

[Program docviterbi_imp_de_tb_test

Description: This a Viterbi Decoding Algorithm Trace Back algorithm. Very useful for decoding in communication channel. the Survivor path is taken to be four bits. We have taken 4 states here. The branch metrics are calculates accordingly.All the signals have been tested here.The test_bench module is also included. We have taken care of the fact that encoded output goes continuously here.-This is a Viterbi Decoding Algorithm Trace Back algorithm. Very useful for decoding in communication channel. the Survivor path is taken to be four bits. We have taken 4 states here. The branch metrics are calculates accordingly.All the signals have been tested here.The test_bench module is also included. We have taken care of the fact that encoded output goes continuously here.
Platform: | Size: 5120 | Author: alo | Hits:
« 12 »

CodeBus www.codebus.net