搜索:path+algorithm

找到约 1,417 项符合「path+algorithm」的查询结果

结果 1,417
https://www.eeworm.com/dl/620/310758.html Internet/网络编程

OSPF是一种路由选择协议。路由选择算法和路由选择协议在概念上是不同的。网络上的主机、路由器通过路由选择算法形成路由表

OSPF是一种路由选择协议。路由选择算法和路由选择协议在概念上是不同的。网络上的主机、路由器通过路由选择算法形成路由表,以确定发送分组的传输路径。而路由选择协议是路由器用来建立路由表和更新路由信息的通信协议。 开放最短路径优先协议(Open Shortest Path First,OSPF)是目前最主要的内部网关 ...
下载 57
·
查看 1190
https://www.eeworm.com/dl/639/241532.html 文件格式

Rao-Blackwellised Particle Filters (RBPFs) are a class of Particle Filters (PFs) that exploit condi

Rao-Blackwellised Particle Filters (RBPFs) are a class of Particle Filters (PFs) that exploit conditional dependencies between parts of the state to estimate. By doing so, RBPFs can improve the estimation quality while also reducing the overall computational load in comparison to ...
下载 52
·
查看 1096
https://www.eeworm.com/dl/540/426506.html 软件工程

Fortran 90 versions of all the Numerical Recipes routines appear in the following Chapters B1 throu

Fortran 90 versions of all the Numerical Recipes routines appear in the following Chapters B1 through B20, numbered in correspondence with Chapters 1 through 20 in Volume 1. Within each chapter, the routines appear in the same order as in Volume 1, but not broken out separately b ...
下载 90
·
查看 1143
https://www.eeworm.com/dl/895375.html 技术资料

基于KEA128单片机的电磁智能车设计与实现

选取32位单片机S9KEAZ128AMLK为中央控制器,10mH电感作为主要传感器,设计了基于电磁传感器的智能小车。本文设计并实现了电源模块、电机MOS驱动模块、信号采集模块。智能车通过电磁传感器采集赛道信息,采用三次曲线算法实现了智能车的方向控制,增量式PID控制算法实现了速度控制,经过单片机的分析处理,智 ...
下载 3
·
查看 5189
https://www.eeworm.com/dl/897640.html 技术资料

基于单片机的PID温度控制系统设计

介绍了一种基于M3单片机实现PID控制农作物大棚内温度的方法.针对单片机温度控制系统采用传统的单片机控制方法容易出现响应速度慢、算法简单、控制精度低等问题,采用将单片机和PID控制相结合的方法来控制温度.单片机造价低廉,当应用了模糊PID控制算法后,不仅满足高精度的控制温度调节,而且在很大程度上 ...
下载 6
·
查看 2550
https://www.eeworm.com/dl/686/310448.html VC书籍

C++STL STL(Standard Template Library

C++STL STL(Standard Template Library,标准模板库)是惠普实验室开发的一系列软件的统称。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普实验室工作时所开发出来的。现在虽说它主要出现在C++中,但在被引入C++之前该技术就已经存在了很长的一段时间。 STL的代码从广义上讲分为三类:alg ...
下载 69
·
查看 1074
https://www.eeworm.com/dl/655/304075.html 微处理器开发

The PMSM FOC is made of several C modules, compatible with the free-of-charge IAR EWARM KickStart e

The PMSM FOC is made of several C modules, compatible with the free-of-charge IAR EWARM KickStart edition toolchain version 4.42. It is used to quickly evaluate both the MCU and the available tools. In addition, when used together with the STM32F103xx motor control starter kit (S ...
下载 23
·
查看 1083
https://www.eeworm.com/dl/880357.html 技术资料

eXpressDSP软件技术

eXpressDSP软件技术 强大集成的开发工具 规模可伸缩实时软件 基础 • C55x compiler optimizes • Pre-emptive scheduler Code coded assembly Composer DSP/BIOS • Real-time analysis • More than 10,000 TM ...
下载 8
·
查看 4471
https://www.eeworm.com/dl/626/178582.html 编辑器/阅读器

1.服务器装有jdk和resin服务器等 2.安装完JSDK后

1.服务器装有jdk和resin服务器等 2.安装完JSDK后,配置下面的内容: 在系统变量中找到ClassPath并加入下面内容(如果你找不到ClassPath,则新建它): c:\jsdk\LIB\dt.JAR c:\jsdk\LIB\TOOLS.JAR c:\jsdk\BIN . 再在系统变量中找到Path并加入下面内容: c:\jsdk\ c:\jsdk\bin 3.直接解压resin就可以 ...
下载 164
·
查看 1087
https://www.eeworm.com/dl/650/157630.html 人工智能/神经网络

SVM用于模式识别 整理别人的代码(原来的是英文)所得: kernel.m用于内积矩阵的计算 svcplot.m用于绘图 svm168.m是主程序 testlin.m是采用线形内积函数的支持

SVM用于模式识别 整理别人的代码(原来的是英文)所得: kernel.m用于内积矩阵的计算 svcplot.m用于绘图 svm168.m是主程序 testlin.m是采用线形内积函数的支持向量机应用的 文件 testrbf.m是采用RBF内积函数的支持向量机应用 的 文件 每个文件中都有说明。 仿真平台matlab7.0, 仿真全部通过 将所有文 ...
下载 71
·
查看 1134