搜索:Layout+Algorithm

找到约 1,717 项符合「Layout+Algorithm」的查询结果

结果 1,717
https://www.eeworm.com/dl/618/252358.html 驱动编程

This the third edition of the Writing Device Drivers articles. The first article helped to simply ge

This the third edition of the Writing Device Drivers articles. The first article helped to simply get you acquainted with device drivers and a simple framework for developing a device driver for NT. The second tutorial attempted to show to use IOCTLs and display what the memory l ...
下载 34
·
查看 1071
https://www.eeworm.com/dl/617/132266.html 压缩解压

This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer a

This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only ...
下载 80
·
查看 1087
https://www.eeworm.com/dl/648/193645.html 单片机开发

* DEFINITION * This is the header file for a library module used to calculate the median * of a

* DEFINITION * This is the header file for a library module used to calculate the median * of a list of values. It finds the value that would be in the center if * the list were sorted. If the list contains an even number of values, the * lower of the two center values is rep ...
下载 95
·
查看 1118
https://www.eeworm.com/dl/527/342747.html 通讯/手机编程

用于汽车巡航控制系统的模糊控制算法

用于汽车巡航控制系统的模糊控制算法,以及如何利用梯度下降法和卡尔曼滤波来优化模糊控制器的算法。The files illustrate a simple fuzzy control algorithm as applied to an automobile cruise control system. The files also illustrate how gradient descent and Kalman filtering can be used t ...
下载 26
·
查看 1088
https://www.eeworm.com/dl/665/370242.html matlab例程

This demo shows the BER performance of linear, decision feedback (DFE), and maximum likelihood seque

This demo shows the BER performance of linear, decision feedback (DFE), and maximum likelihood sequence estimation (MLSE) equalizers when operating in a static channel with a deep null. The MLSE equalizer is invoked first with perfect channel knowledge, then with an imperfect, al ...
下载 42
·
查看 1100
https://www.eeworm.com/dl/650/192600.html 人工智能/神经网络

Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search ma

Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars ind ...
下载 73
·
查看 1060
https://www.eeworm.com/dl/505/24740.html 电源技术

零序电流互感器介绍

保定众邦公司开发生产的零序电流互感器是用于电力电缆上的一种互感器,它的一次绕组为穿过互感器内孔的三相一次导体电缆(或是单相电缆),它的一次电流是一次三相电流的矢量和(在三相平衡时为0),当发生系统单相接地时或三相平衡时,矢量和不为0,零序电流互感器的二次有电流输出,可以供给保护装置 ...
下载 94
·
查看 1187
https://www.eeworm.com/dl/569/41401.html 工控技术

制冷技术手册

  工程技术上所谓的制冷,就是使某一系统(即空间或物体)的温度低于周围环境介质的温度,并维持这个低温的过程,这里所说的环境介质是指自然界的空气和水。制冷与空调设备以流体(气体与液体的总称)作为载能物质,实现热能与其它形式能量(主要为机械能)之间的转换或热能的转移。本章介绍流体 ...
下载 93
·
查看 1051
https://www.eeworm.com/dl/kbcluoji/40089.html 可编程逻辑

XAPP953-二维列序滤波器的实现

  This application note describes the implementation of a two-dimensional Rank Order filter. Thereference design includes the RTL VHDL implementation of an efficient sorting algorithm. Thedesign is parameterizable for input/output precision, color standards, filter kerne ...
下载 51
·
查看 1069
https://www.eeworm.com/dl/650/206920.html 人工智能/神经网络

A .NET Path Finder Library Path Finder Library is a .NET library that currently contains one type c

A .NET Path Finder Library Path Finder Library is a .NET library that currently contains one type called SimplePathFinder. SimplePathFinder is a very simple and basic implementation of the A* path finding algorithm. It is extremely easy to use and integrate in your applications. ...
下载 45
·
查看 1089