搜索结果
找到约 115 项符合
values 的查询结果
按分类筛选
- 全部分类
- matlab例程 (14)
- 其他 (11)
- 单片机开发 (8)
- 技术资料 (7)
- 人工智能/神经网络 (5)
- Java书籍 (4)
- Java编程 (4)
- 模拟电子 (3)
- 单片机编程 (3)
- VHDL/FPGA/Verilog (3)
- 其他书籍 (3)
- 数学计算 (3)
- Linux/Unix编程 (3)
- 电源技术 (2)
- 通信网络 (2)
- 可编程逻辑 (2)
- 微处理器开发 (2)
- 通讯编程文档 (2)
- 汇编语言 (2)
- Applet (2)
- 数值算法/人工智能 (2)
- DSP编程 (2)
- Delphi控件源码 (2)
- 论文 (2)
- PCB相关 (1)
- 教程资料 (1)
- 通讯/手机编程 (1)
- 书籍源码 (1)
- Oracle数据库 (1)
- 驱动编程 (1)
- 其他嵌入式/单片机内容 (1)
- Jsp/Servlet (1)
- 系统设计方案 (1)
- 编辑器/阅读器 (1)
- *行业应用 (1)
- 编译器/解释器 (1)
- 压缩解压 (1)
- 金融证券系统 (1)
- VC书籍 (1)
- 加密解密 (1)
- 电子书籍 (1)
- Windows编程 (1)
- 接口技术 (1)
- 手册 (1)
- 书籍 (1)
- VIP专区 (1)
matlab例程 OTSU Gray-level image segmentation using Otsu s method. Iseg = OTSU(I,n) computes a segmented i
OTSU Gray-level image segmentation using Otsu s method.
Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes
by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection
Method from Gray-Level Histograms, IEEE Trans. Syst. Man Cybern.
9:62-66 1979). Thre ...
压缩解压 The frequency domain plays an important role in image processing to smooth, enhance, and detect edg
The frequency domain plays an important role in image
processing to smooth, enhance, and detect edges of images. Although
image data typically does not include imaginary values, the fast Fourier
transform (FFT) has been used for obtaining spectra. In this paper,
the fast Hartley transform (FHT) is u ...
金融证券系统 An example case is considered to price an option at a maturity of T years - prices are simulated for
An example case is considered to price an option at a maturity of T years - prices are simulated for Geometric brownian motion process at 2*T maturity, and Brownian Bridge is used to obtain prices at T maturity. Finally option prices are compared to Black Scholes values to verify results
Java编程 Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/
Generate Possion Dis.
step1:Generate a random number between [0,1]
step2:Let u=F(x)=1-[(1/e)x]
step3:Slove x=1/F(u)
step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn
step5:If the first packet was generated at time [0], than the
second packet will be generated at time ...
Linux/Unix编程 width = gdk_pixbuf_animation_get_width(ani) height = gdk_pixbuf_animation_get_height(ani) cu
width = gdk_pixbuf_animation_get_width(ani)
height = gdk_pixbuf_animation_get_height(ani)
current_frame_list = gdk_pixbuf_animation_get_frames(ani)
pixmap = gdk_pixmap_new(w->window, width, height, -1)
clean_pixmap = gdk_pixmap_new(w->window, width, height, -1)
if (w->style->bg_pixmap ...
通讯编程文档 This file is a function under matlab which allow to compute several statistical parameter of random
This file is a function under matlab which allow to compute several statistical parameter of random signal such as variance, power, mean values, std, ...
其他书籍 Functions are mappings from one Manifold to another. Discrete Functions are functions which can be r
Functions are mappings from one Manifold to another. Discrete Functions are functions which can be represented using a finite number of values. Given the finite extent of computer memory, algorithms which compute a function that satisfies some special properties are computing a discrete function whi ...
加密解密 a true random number generator (TRNG) in hardware which is targeted for FPGA-based crypto embedded s
a true random number generator (TRNG) in hardware which is targeted for FPGA-based crypto embedded systems. All crypto protocols require the generation and use of secret values that must be unknown to attackers.Random number generators (RNG) are required to generate public/private key pairs for asym ...
电子书籍 说明: column_list列出要添加数据的列名。在给表或视图中部分列添加数据时
说明:
column_list列出要添加数据的列名。在给表或视图中部分列添加数据时,必须使用该选项说明这部分列名。
DEFAULT VALUES说明向表中所有列插入其缺省值。对于具有INDENTITY属性或timestamp数据类型的列,系统将自动插入下一个适当值。对于没有设置缺省值的列,根据它们是否允许空值,将插入null或返回一错误信息。 ...
Windows编程 Delphi 泛型容器 TDictionary 的用法 Demo
Collection of key-value pairs. 
TDictionary represents a generic collection of key-value pairs. 
This class provides a mapping from a collection of keys to a collection of values. When you create a TDictionary object, you can specify various combinations of initial capacity, equality ope ...