Computes the square root of a 16 bit number in pic16c
上傳時間: 2015-02-07
上傳用戶:wangdean1101
計稅程序。可以計算每周收入、最近收入、從年初到目前的所得稅、扣除的聯邦收入稅以及帳目檢查等。 This program Computes weekly payroll, current earnings, year to date earnings FICA tax, federal Income Tax Withheld, and check Amount.
標簽: Computes program payroll current
上傳時間: 2015-04-11
上傳用戶:mhp0114
bayeserr - Computes the Bayesian risk for optimal classifier. % bayescln - Classifier based on Bayes decision rule for Gaussians. % bayesnd - Discrim. function, dichotomy, max aposteriori probability. % bhattach - Bhattacharya s upper limit of mean class. error. % pbayescln - Plots discriminat function of Bayes classifier.
標簽: Classifier classifier bayeserr Computes
上傳時間: 2015-06-14
上傳用戶:sunjet
Computes estimates for the number of forests of a graph, input as a 0-1 incidence matrix. Notes: Compile in C++, "g++ -o span_forest span_forest.c". The program does not demand that the matrix is symmetric with 0 diagonal, but uses only the upper triangular part.
標簽: estimates incidence Computes forests
上傳時間: 2013-12-26
上傳用戶:com1com2
Computes the permanent of a nonnegative integer matrix. Notes: Compile in C++, "g++ -o permanent permanent.c".
標簽: permanent nonnegative Computes Compile
上傳時間: 2013-12-23
上傳用戶:zhangyi99104144
Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same directory as Rothberg s code (see above). You can download the .tar directory with the code weighted-match.tar here. Then "make" the codes (this codes are in C, not C++). The program is then run by the command "wmatch".
標簽: hafnian nonnegative the Computes
上傳時間: 2013-12-23
上傳用戶:lmeeworm
Computes the eigenvalues of a symmetric tridiagonal * matrix T. The user may ask for all eigenvalues, all eigenvalues in the half-open interval (VL, VU], or the IL-th through IU-th eigenvalues.
標簽: T. eigenvalues tridiagonal eigenvalue
上傳時間: 2014-01-21
上傳用戶:CSUSheep
pitch=CorrelogramPitch(correlogram, width [, sr, lowPitch, highPitch]) Computes the pitch of a correlogram sequence by finding the time lag with the largest correlation energy.
標簽: pitch CorrelogramPitch correlogram highPitch
上傳時間: 2015-08-11
上傳用戶:youth25
LINEINTRGAL Line Integral in a 2D Vector Field. LINEINTRGAL(X,Y,U,V,C) Computes the line integral along the lines given in cell array C. X and Y define the coordinates of a rectangular grid over which U and V are defined. X and Y must be monotonic and 2D plaid as % produced by MESHGRID. X, Y, U, and V must all be the same size.
標簽: LINEINTRGAL Integral Computes integral
上傳時間: 2014-01-13
上傳用戶:hwl453472107
% COMPDIR Computes a search direction in a subspace defined by Z. % Helper function for NLCONST. % Returns Newton direction if possible. % Returns random direction if gradient is small. % Otherwise, returns steepest descent direction. % If the steepest descent direction is small it Computes a negative % curvature direction based on the most negative eigenvalue. % For singular matrices, returns steepest descent even if small.
標簽: Z. direction Computes function
上傳時間: 2014-01-24
上傳用戶:Thuan