搜索结果
找到约 76 项符合
optimal 的查询结果
按分类筛选
- 全部分类
- matlab例程 (13)
- 其他书籍 (5)
- 书籍 (5)
- 单片机开发 (4)
- 其他 (4)
- 人工智能/神经网络 (3)
- 文章/文档 (3)
- 数学计算 (3)
- 数值算法/人工智能 (3)
- 通讯/手机编程 (3)
- 电源技术 (2)
- 多国语言处理 (2)
- Linux/Unix编程 (2)
- 操作系统开发 (2)
- 数据结构 (2)
- 论文 (2)
- 技术资料 (2)
- Mentor (1)
- 单片机编程 (1)
- 可编程逻辑 (1)
- 数据库系统 (1)
- VC书籍 (1)
- 行业发展研究 (1)
- 金融证券系统 (1)
- 文件格式 (1)
- 书籍源码 (1)
- 系统设计方案 (1)
- Java编程 (1)
- 3G开发 (1)
- 压缩解压 (1)
- 电子书籍 (1)
- 软件设计/软件工程 (1)
- 学术论文 (1)
技术资料 Optimal PID Design for Control of ActiveCar Suspen
该文档为Optimal PID Design for Control of ActiveCar Suspen详述资料,讲解的还不错,感兴趣的可以下载看看…………………………
Mentor Design Safe Verilog State Machine(Synplicity)
 
One of the strengths of Synplify is the Finite State Machine compiler. This is a powerfulfeature that not only has the ability to automatically detect state machines in the sourcecode, and implement them with either sequential, gray, or one-hot encoding. But alsoperform a reachability ana ...
电源技术 电源供应器与数字电位器校准应用笔记
Abstract: A resistive feedback network is often used to set the output voltage of a power supply. A mechanical potentiometer (pot)conveniently solves the problem of adjusting a power supply. For easier automatic calibration, a mechanical pot can be replaced witha digital pot. This application note ...
电源技术 G3-PLC技术使电动汽车智能化充电
Abstract: This article explores criteria necessary for reliable communication between electric vehicles (EVs) and electric vehicleservice equipment (EVSE). Data will demonstrate that a G3-PLC system has already met the criteria established by the automotiveand utility industries. Multiple internat ...
单片机编程 无线通信网络基本概念及设计
This white paper raises some fundamental issues the design engineer should address before deciding upon a communication approach for a wireless network. As no universal wireless network solution exists, it should be custom tailored to suit the application demands. Defining your application communica ...
可编程逻辑 Design Safe Verilog State Machine(Synplicity)
 
One of the strengths of Synplify is the Finite State Machine compiler. This is a powerfulfeature that not only has the ability to automatically detect state machines in the sourcecode, and implement them with either sequential, gray, or one-hot encoding. But alsoperform a reachability ana ...
数据库系统 模拟实现以下页面置换算法
模拟实现以下页面置换算法,并计算其命中率:
一、理想置换算法OPT(Optimal Replacemnet)
二、先进先出置换算法FIFO
VC书籍 HMM(Hidden Markov Model)
HMM(Hidden Markov Model),狀態數目N=3,觀察符號數目M=2,時間長度T=3。
(a) Probability Evaluation: 給定狀態轉換機率A、狀態符號觀察機率B、和起始機率 ,求觀察序列 出現的機率。
(b) Optimal State Sequence: 給定狀態轉換機率A、狀態符號觀察機率B、起始機率 、和觀察序列 ,求一個狀態序列 使得O出現的機率最大。 ...
数值算法/人工智能 算法的许多例子都是最优化问题( optimization problem)
算法的许多例子都是最优化问题( optimization problem),每个最优化问题都包含一组限制条件( c o n s t r a i n t)和一个优化函数( optimization function),符合限制条件的问题求解方案称为可行解( feasible solution),使优化函数取得最佳值的可行解称为最优解(optimal solution)。 ...
matlab例程 Tracking a moving object through several frames, provided changes from frame to frame are on the ord
Tracking a moving object through several frames, provided changes from frame to frame are on the order of +-(10 + "X Range") pixels in the X direction and +-(10 + "Y Range") in the Y direction is done automatically because of a relatively large area of exploration during the search for an optimal (n ...