搜索结果
找到约 1,065 项符合
multi-function 的查询结果
matlab例程 Objectives The purpose of this notebook is to give you a brief introduction to the DiscreteWav
Objectives
The purpose of this notebook is to give you a brief introduction to the
DiscreteWavelets Toolbox and show you how to use it to load
images. Some basic image manipulation is illustrated as well. You will
also learn how to use measures and tools such as cumulative energy,
entr ...
MySQL数据库 修改后的PHPExcelParser4。 修改内容: 1
修改后的PHPExcelParser4。
修改内容:
1,原来sample取出excel时是使用的Unicode编码。导致插入mysql时也写入unicode
现在把Unicod编码转换成GBK后再在网页上显示及写入数据库.此部分修改的是U2html这个function。
2,打
开数据库连接后增加 set Names gbk
3,默认选中把excel的第一列作为字段名
4,默认不选中如果 ...
DSP编程 the program is used to find out the FFT using time in decimation and solves problem of dsp fft ,comp
the program is used to find out the FFT using time in decimation and solves problem of dsp fft ,compared with inbuilt fft and goertzel function , working well given with output also.
matlab例程 AHP toolbox AHPCALC Perform a complete AHP calculation. AHPHIER One-step hierarchic
AHP toolbox
AHPCALC Perform a complete AHP calculation.
AHPHIER One-step hierarchical assembly of AHP weighting vector.
AHPREORDER Internal reordering function called by AHPCALC.
AHPVECTOR Calculate the AHP ranking or weighting vector from an
AHP reciproal matrix.
...
电子书籍 G UILLAIN-BARRéSYNDROME(GBS)is an uncommon disorder,but one whose impact is far out of proportion
G
UILLAIN-BARRéSYNDROME(GBS)is an uncommon disorder,but one
whose impact is far out of proportion to its incidence.Despite a
usually good prognosis,GBS is a particularly frightening and often life-
altering experience for those diagnosed with the disorder.Many patients
are acutely aware of the rapi ...
matlab例程 3 MATLAB functions for simulation of OFDM signal in Rayleigh fading channel. Including models for OF
3 MATLAB functions for simulation of OFDM signal in Rayleigh fading channel. Including models for OFDM frame generating, cyclic prefix, pramble, as well as model for Rayleigh channel, QAM modulation function and a example of test process.
嵌入式/单片机编程 Library for the 8051 microcontroller. such as math routine, hexBCD, LCD, Keyboard, I2C, Remote, Ke
Library for the 8051 microcontroller.
such as math routine, hexBCD, LCD, Keyboard, I2C, Remote, Keypad, Serial EEPROM.. ect.
All lybrary function has been tested.
其他 Defines and Computes the Differentiation Kernel, the kernel of the inverse heat conduction problem a
Defines and Computes the Differentiation Kernel, the kernel of the inverse heat conduction problem as a function of s and r. Note: you will need to select some value Nmax at which to terminate the infinite sums in SVE of the kernel
数学计算 This is a simple one dimensional Fast Fourier Transform (and Inverse FFT) test program. FFT(and Inve
This is a simple one dimensional Fast Fourier Transform (and Inverse FFT) test program. FFT(and Inverse FFT) is implemeted as a function. 2^n-point FFT is possible.