搜索结果
找到约 239 项符合
Value 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (18)
- 其他 (17)
- 技术资料 (17)
- 其他书籍 (13)
- matlab例程 (13)
- 单片机开发 (13)
- Java编程 (12)
- 数值算法/人工智能 (10)
- 数学计算 (10)
- 数据结构 (9)
- 人工智能/神经网络 (8)
- 书籍 (7)
- 模拟电子 (5)
- 软件设计/软件工程 (4)
- 书籍源码 (4)
- 数据库系统 (4)
- 可编程逻辑 (3)
- VHDL/FPGA/Verilog (3)
- 其他数据库 (3)
- 通讯/手机编程 (3)
- 汇编语言 (3)
- 其他行业 (3)
- C/C++语言编程 (2)
- 加密解密 (2)
- 游戏 (2)
- Linux/Unix编程 (2)
- VC书籍 (2)
- 嵌入式/单片机编程 (2)
- SCSI/ASPI (2)
- 压缩解压 (2)
- CA认证 (2)
- 技术管理 (2)
- 论文 (2)
- 教程资料 (1)
- PCB相关 (1)
- 电源技术 (1)
- DSP编程 (1)
- 教程资料 (1)
- 通信网络 (1)
- 开发工具 (1)
- 测试测量 (1)
- 仿真技术 (1)
- 其他嵌入式/单片机内容 (1)
- 邮电通讯系统 (1)
- Delphi/CppBuilder (1)
- SQL Server (1)
- 并行计算 (1)
- Symbian (1)
- 文章/文档 (1)
- Jsp/Servlet (1)
- 3G开发 (1)
- 磁盘编程 (1)
- 多国语言处理 (1)
- 微处理器开发 (1)
- JavaScript (1)
- Applet (1)
- 金融证券系统 (1)
- Windows Mobile (1)
- Delphi控件源码 (1)
- 编译器/解释器 (1)
- Windows CE (1)
- 文件格式 (1)
- 驱动程序 (1)
- 行业应用文档 (1)
- Windows编程 (1)
- 接口技术 (1)
- 笔记 (1)
- VIP专区 (1)
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 ...
数值算法/人工智能 用分支限界法求解背包问题(0/1背包) 1.问题描述:已知有N个物品和一个可以容纳TOT重量的背包
用分支限界法求解背包问题(0/1背包)
1.问题描述:已知有N个物品和一个可以容纳TOT重量的背包,每种物品I的重量为Weight,价值为Value。一个只能全放入或者不放入,求解如何放入物品,可以使背包里的物品的总价值最大。
2.设计思想与分析:对物品的选取与否构成一棵解树,左子树表示装入,右表示不装入,通过检索问题的 ...
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.
软件设计/软件工程 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 ...
其他书籍 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 ...
技术管理 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 ...
其他 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 ...
其他书籍 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 ...
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 ...
单片机开发 // 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 ...