搜索结果
找到约 278 项符合
zero-configuration 的查询结果
Java编程 JCommon is a Java class library that is used by JFreeChart, Pentaho Reporting and a few other projec
JCommon is a Java class library that is used by JFreeChart, Pentaho Reporting and a few other projects. The library contains miscellaneous classes that support:
* configuration and dependency management code
* a general logging framework
* text utilities
* user interface classes for ...
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 ...
matlab例程 Basic function to locate and measure the positive peaks in a noisy data sets. Detects peaks by loo
Basic function to locate and measure the positive peaks in a noisy
data sets. Detects peaks by looking for downward zero-crossings
in the smoothed third derivative that exceed SlopeThreshold
and peak amplitudes that exceed AmpThreshold. Determines,
position, height, and approximate width of e ...
软件工程 Embedded Linux Primer: A Practical, Real-World Approach presents a step-by-step walkthrough of port
Embedded Linux Primer: A Practical, Real-World Approach
presents a step-by-step walkthrough of porting Linux to custom boards and introduces real-time configuration via CONFIG_RT--one of today s most exciting developments in embedded Linux. You ll find especially detailed coverage of using developm ...
技术管理 oracle中常用函数说明. SQL中的单记录函数 1.ASCII 返回与指定的字符对应的十进制数 SQL> select ascii( A ) A,ascii( a ) a,
oracle中常用函数说明.
SQL中的单记录函数
1.ASCII
返回与指定的字符对应的十进制数
SQL> select ascii( A ) A,ascii( a ) a,ascii( 0 ) zero,ascii( ) space from dual
A A ZERO SPACE
--------- --------- --------- ---------
65 97 48 32
2.CHR
给出整数,返回对应的字符
SQL> select chr(54740) zhao,ch ...
其他 The aip file contains few Matlab routines for 1D line scan analysis, 1D scaling, 2D scaling, image b
The aip file contains few Matlab routines for 1D line scan analysis, 1D scaling, 2D scaling, image brightness or contrast variation routine and rouitne for finding area between zero cossings of 1D times series.
matlab例程 This program take a two sequences with differents lengths and transform in two sequences with same l
This program take a two sequences with differents lengths and transform in two sequences with same length with use zero padding method.
matlab例程 4 16 64 QAM plots for simulated and theoretical results for OFDM system with addition of Cyclic pref
4 16 64 QAM plots for simulated and theoretical results for OFDM system with addition of Cyclic prefix and a zero-Forcing equalizer.
数据库系统 首先确认您的机器上已经安装了VC6.0以上版本
首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Active Configuration选项,选择Project Configuration为Win32 Release,然后编译项目,得到可执行文件。连接数据库请参照第2章的方法,在ODBC数据源内添加Microsoft Access数据 ...
matlab例程 1. Consider the FIR system described by H(z) = 1/16(-1 + 9z--2 + 16z-3 + 9z--4 - z-6), and plot the
1. Consider the FIR system described by H(z) = 1/16(-1 + 9z--2 + 16z-3 + 9z--4 - z-6), and plot the pole-zero locations in the z-plane.