搜索结果

找到约 239 项符合 Value 的查询结果

matlab例程 Returns weighted percentiles of a sample given the weight vector w % The idea is to give more empha

Returns weighted percentiles of a sample given the weight vector w % The idea is to give more emphasis in some examples of data as compared to % others by giving more weight. For example, we could give lower weights to % the outliers. % The motivation to write this function is to compute percen ...
https://www.eeworm.com/dl/665/252130.html
下载: 144
查看: 1071

数值算法/人工智能 用分支限界法求解背包问题(0/1背包) 1.问题描述:已知有N个物品和一个可以容纳TOT重量的背包

用分支限界法求解背包问题(0/1背包) 1.问题描述:已知有N个物品和一个可以容纳TOT重量的背包,每种物品I的重量为Weight,价值为Value。一个只能全放入或者不放入,求解如何放入物品,可以使背包里的物品的总价值最大。 2.设计思想与分析:对物品的选取与否构成一棵解树,左子树表示装入,右表示不装入,通过检索问题的 ...
https://www.eeworm.com/dl/518/257323.html
下载: 46
查看: 1220

VHDL/FPGA/Verilog Synthesizable FIFO Model This example describes a synthesizable implementation of a FIFO. The FIFO

Synthesizable FIFO Model This example describes a synthesizable implementation of a FIFO. The FIFO depth and FIFO width in bits can be modified by simply changing the value of two parameters, `FWIDTH and `FDEPTH. For this example, the FIFO depth is 4 and the FIFO width is 32 bits.
https://www.eeworm.com/dl/663/258631.html
下载: 76
查看: 1040

软件设计/软件工程 map identification laquo yuan Problem description : the digital image processing of an image often e

map identification laquo yuan Problem description : the digital image processing of an image often expressed as a macute M pixel matrix. Each pixel value is 0 or 1. The value of 0 pixel image, said background, and the value of a pixel image, said a map of a million, usually called map million pixels ...
https://www.eeworm.com/dl/684/268398.html
下载: 44
查看: 1053

其他书籍 This title demonstrates how to develop computer programmes which solve specific engineering problems

This title demonstrates how to develop computer programmes which solve specific engineering problems using the finite element method. It enables students, scientists and engineers to assemble their own computer programmes to produce numerical results to solve these problems. The first three editions ...
https://www.eeworm.com/dl/542/268436.html
下载: 108
查看: 1031

技术管理 This document represents the first stage in a process of taking the National Strategy for Police Inf

This document represents the first stage in a process of taking the National Strategy for Police Information Systems (NSPIS) forward. It defines the mechanisms to ensure that we (and our partners) have access to the right information, in the right form, in the right time at an appropriate cost. The ...
https://www.eeworm.com/dl/642/268534.html
下载: 109
查看: 1097

其他 PNG开放源接口 The interface has been designed to be as simple and intuitive as possible. It supports plo

PNG开放源接口 The interface has been designed to be as simple and intuitive as possible. It supports plotting and reading in the RGB (red, green, blue), HSV (hue, saturation, value/brightness) and CMYK (cyan, magenta, yellow, black) colour spaces, basic shapes, scaling, bilinear interpolation, full ...
https://www.eeworm.com/dl/534/271829.html
下载: 146
查看: 1098

其他书籍 Data mining (DM) is the extraction of hidden predictive information from large databases (DBs). Wit

Data mining (DM) is the extraction of hidden predictive information from large databases (DBs). With the automatic discovery of knowledge implicit within DBs, DM uses sophisticated statistical analysis and modeling techniques to uncover patterns and relationships hidden in organizational DBs. Over t ...
https://www.eeworm.com/dl/542/273063.html
下载: 61
查看: 1047

matlab例程 Simple VaR Calculator provides: - Evaluation of return distribution of single asset or portfolio

Simple VaR Calculator provides: - Evaluation of return distribution of single asset or portfolio of assets - Volatility forecasts using moving average and exponential algorithm - Value at Risk of single asset or portfolio measurement using parametric and historical simulation. - Historical dat ...
https://www.eeworm.com/dl/665/275217.html
下载: 165
查看: 1030

单片机开发 // This program measures the voltage on an external ADC input and prints the // result to a termin

// This program measures the voltage on an external ADC input and prints the // result to a terminal window via the UART. // // The system is clocked using the internal 24.5MHz oscillator. // Results are printed to the UART from a loop with the rate set by a delay // based on Timer 2. This loop p ...
https://www.eeworm.com/dl/648/282976.html
下载: 102
查看: 1077