搜索结果
找到约 1,065 项符合
multi-function 的查询结果
数学计算 Summary: Newton-Raphson method for all real roots of the polynomial. MATLAB Release: R11 Descrip
Summary: Newton-Raphson method for all real roots of the polynomial.
MATLAB Release: R11
Description: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a synthetic division function, and derivate, differentiation function.
单片机开发 upsd_flash.c These functions are provided to help you develop your initial code. They are optim
upsd_flash.c
These functions are provided to help you develop your initial code.
They are optimized for speed rather that size. As a result, you will
see very few nested function calls. If speed is not critical, you
can use function calls for common tasks (like dat polling after
writing a byte ...
单片机开发 File name: main.c ** Last modified Date: 2006-09-26 ** Last Version: 1.0 ** Descriptions: The
File name: main.c
** Last modified Date: 2006-09-26
** Last Version: 1.0
** Descriptions: The main() function example template
**
**------------------------------------------------------------------------------------------------------
** Created by:
** Created date: 2006-09-16
** Version: ...
Java编程 飞机订票系统
飞机订票系统,实现订票,退票,查询
the banking system relates to multi-threaded, socket programming, and Singleton design pattern. Notes for the complete source Gilmour, documentation, together with the development process
驱动编程 ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind
ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to hook KiExceptionDispatch procedure to detect the exceptions, and then shows information about the exception on stdout (using the ring3 part of the program ...
Internet/网络编程 pav 反病毒源码 /*************************************************************************** * * * Fi
pav 反病毒源码
/***************************************************************************
* *
* File: ANTI-VIRUS *
* Function: This program demostrating file anti-virus managment *
* *
* Author: Long Yun Liang *
* First edit: 1995,3,10 *
* Last edit: 1996,11,5 All Rights Reserved *
* *
* ...
matlab例程 SIMULINK仿真教程
SIMULINK仿真教程,介绍了SIMULINK的模块库、功能模块的处理、仿真的运行、s-function的设计、SIMULINK仿真举例
其他书籍 Noncoherent receivers are attractive for pulsed UWB systems due to the implementation simplicity. To
Noncoherent receivers are attractive for pulsed UWB systems due to the implementation simplicity. To alleviate the noise effect in detecting UWB PPM signals, this letter proposes a simple yet flexible weighted noncoherent receiver structure, which adopts a square-law integrator multiplied with a win ...
数值算法/人工智能 KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-mean
KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means
algorithm to set the centres of a cluster model. The matrix DATA
represents the data which is being clustered, with each row
corresponding to a vector. The sum of squares error function is used.
The ...
数学计算 Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo algorithm
Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo
algorithm to sample from the distribution P ~ EXP(-F), where F is the
first argument to HMC. The Markov chain starts at the point X, and
the function GRADF is the gradient of the `energy function F.