PIECEWISE_EVAL: evaluates a piecewise function of x usage: y = PIECEWISE_EVAL(x,breakpoints,funs) arguments (input) x - vector or array of points to evaluate though the function breakpoints - list of n breakpoints, -inf and +inf are implicitly
資源簡介:piecewise_EVAL: evaluates a piecewise function of x usage: y = piecewise_EVAL(x,breakpoints,funs) arguments (input) x - vector or array of points to evaluate though the function breakpoints - list of n breakpoints, -inf and +inf are i...
上傳時間: 2014-01-25
上傳用戶:xyipie
資源簡介:A usefull introduction of basic usage, and problems solving in prolog
上傳時間: 2017-03-10
上傳用戶:liansi
資源簡介:This document contains a detailed description of the usage and configuration of the JSVM [Joint Scalable Video Model] software for the Scalable Video Coding [SVC] project of the Joint Video Team [JVT] of the ISO/IEC Moving Pictures Experts ...
上傳時間: 2017-03-26
上傳用戶:sz_hjbf
資源簡介:BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [errmsg,Z,X,t,c,fail] = % BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...) % % BNB solves problems of th...
上傳時間: 2014-01-13
上傳用戶:youth25
資源簡介:A sample program to demonstrate the usage of regex() regular expression function of the C language in linux.
上傳時間: 2017-04-02
上傳用戶:lacsx
資源簡介:This a separate release of the OpenSS7 X/Open XTI/TLI library, TLI modules (timod, tirdwr) and the INET driver (inet) that provides Unix98 compatible interface to Linux NET4 TCP/IP stacks, and all the necessary manpages and other documentat...
上傳時間: 2015-03-12
上傳用戶:mikesering
資源簡介:PID calculations for the _pid structure *a. This function uses the positional form of the pid equation, and incorporates an integral windup prevention algorithim. Rectangular integration is used, so this function must be repeated on a consi...
上傳時間: 2014-01-16
上傳用戶:moerwang
資源簡介:merge sort give a set S of n integers and another integer x, determine whether or not there exits two elements in S whose sum is exactly x.
上傳時間: 2013-12-23
上傳用戶:xmsmh
資源簡介:performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, where alpha and beta are scalars, x and y are vectors and A is an m by n matrix
上傳時間: 2014-08-17
上傳用戶:qlpqlq
資源簡介:using mscomm controller to develop a function of serial communication in delphi language
上傳時間: 2015-10-21
上傳用戶:變形金剛
資源簡介:this a sample about the VGA COLORBAR,the function of this code is show eight different colour in VGA,it s default installation is D:\RedLogic\RCII_samples, and the software environment is quatrusII 5.0,it is usefull for studying hardware.
上傳時間: 2016-03-12
上傳用戶:shawvi
資源簡介:this a sample about the VGA BLUE,the function of this code is show blue in VGA,it s default installation is D:\RedLogic\RCII_samples, and the software environment is quatrusII 5.0,it is usefull for studying hardware.
上傳時間: 2014-01-03
上傳用戶:xwd2010
資源簡介:function [U,V,num_it]=fcm(U0,X) % MATLAB (Version 4.1) Source Code (Routine fcm was written by Richard J. % Hathaway on June 21, 1994.) The fuzzification constant % m = 2, and the stopping criterion for successive partitions ...
上傳時間: 2014-11-30
上傳用戶:二驅蚊器
資源簡介:a MATLAB program which reads files defining a piecewise constant triangulation of data, and displays a corresponding 3D surface.
上傳時間: 2014-11-14
上傳用戶:黃華強
資源簡介:This program plot the Bistatic Radar Cross Section of a dielectric sphere as a function of theta.(Analytic Method)
上傳時間: 2017-03-30
上傳用戶:鳳臨西北
資源簡介:This function seperates a 2D matrix into its X and Y components if by definition the kernel is seperable (rank==1).
上傳時間: 2013-12-26
上傳用戶:葉山豪
資源簡介:We simulate uncoded BER of BPSK modulated data as a function of SNR -in an AWGN channel -in a Rayleigh fading channel -in an AWGN channel when direct sequence spreading is used and compare results to the theoretical ones. We ass...
上傳時間: 2014-01-11
上傳用戶:1109003457
資源簡介:Generation of AWGN as a function of ExN0
上傳時間: 2014-12-01
上傳用戶:450976175
資源簡介:SFLOP simulates a floating point operation x op y where op = +, -, *, / In chopping or rounding arithmetic using an m digit mantissa, base 10, and an unrestricted exponent range. (sflop: Simulate F...
上傳時間: 2017-06-05
上傳用戶:fxf126@126.com
資源簡介:example of php of a form to program a function of add to a database in sql server
上傳時間: 2013-12-15
上傳用戶:FreeSky
資源簡介:The program uses fminsearch to obtain the transfer function of a tank’s height. This tank is then controlled using a real PID controller. Controller’s tuning (determination of optimum controller’s parameters: gain and time constants) is ...
上傳時間: 2013-12-01
上傳用戶:rocwangdp
資源簡介:a genetic algorithm to find the maximum of a polynomial function
上傳時間: 2013-12-10
上傳用戶:cc1915
資源簡介:This article is based in part on Bob Place s ADO is AOK (a simple ADO tutorial). Wrapper Usage This is consist of 2 classes. CDyndb : This Class manages connections and recordsets. Recordsets are organized as linked list (CList) and you can...
上傳時間: 2013-12-14
上傳用戶:wfl_yy
資源簡介:Description: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP. Reference: X. Geng, D.-C. Zhan, and Z.-H. Zhou. Supervised nonlinear dimensionality reduction for visualization and classification. IEEE Tra...
上傳時間: 2015-04-10
上傳用戶:wfeel
資源簡介:2^x mod n = 1 acm競賽題 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input One positive integer on each line, the value of n. Output If the minimum x exists, print a line with 2^x mod n = 1. Print 2^?...
上傳時間: 2015-06-02
上傳用戶:qlpqlq
資源簡介:FuncPlotter is a combined Java application and applet for displaying two-dimensional plots of explicit functions in one variable (ie, FuncPlotter plots functions of the form y = f(x), where f(x) is composed from common mathematical operator...
上傳時間: 2015-12-16
上傳用戶:妄想演繹師
資源簡介:UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard....
上傳時間: 2013-12-14
上傳用戶:leehom61
資源簡介:This a naive implementation of BOOTP/TFTPBOOT, the protocols to use to bootstrap a computer through a TCP/IP network. The goal was to design a small footprint implementation to allow the code to be integrated into a monitor program stor...
上傳時間: 2013-12-18
上傳用戶:極客
資源簡介:更新內容: 1 增加了搜索功能 2 提供了幫助頁面 修改若干小問題 管理名稱 admin 初始密碼:admin-update : added a search function to help provide two pages of small amendments to a number of issues management initial name admin Password : admin
上傳時間: 2014-01-06
上傳用戶:cmc_68289287
資源簡介:usb bulk 傳輸例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM). * Supports Plug and Play(PnP), Power Management(PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS)...
上傳時間: 2016-04-25
上傳用戶:270189020