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.
資源簡介: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.
上傳時間: 2014-01-21
上傳用戶:CSUSheep
資源簡介:QR ALGORITHM To obtain the eigenvalues of a symmetric, tridiagonal n by n matrix
上傳時間: 2014-01-15
上傳用戶:凌云御清風(fēng)
資源簡介:Computes the permanent of a nonnegative integer matrix. Notes: Compile in C++, "g++ -o permanent permanenT.c".
上傳時間: 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 (t...
上傳時間: 2013-12-23
上傳用戶:lmeeworm
資源簡介:Produce Java classes to calculate and display the root of a quadratic equation when input the coefficients a, b and c within the range of -100 to 100 by user.
上傳時間: 2014-01-17
上傳用戶:aappkkee
資源簡介:This the unix command wc [word count]. Write wc and the name of a file, wc will return the number of words in the file.
上傳時間: 2013-12-22
上傳用戶:woshiayin
資源簡介:Algorithm that find the peaks of a signal. You can choose the number of peaks you want to find and the valour of peak to begin to find.
上傳時間: 2013-12-24
上傳用戶:cc1915
資源簡介:ABC_FDTD_Die(T) Implements simulation of a Gaussian Pulse over T time steps. ABC are for free space. If boundaries are in the Dielectric medium then the ABC fail. Dielectric medium begin and end can be specified with the code
上傳時間: 2013-12-22
上傳用戶:caiiicc
資源簡介:ABC_FDTD_Die(T) Implements simulation of a Gaussian Pulse over T time steps. ABC are for free space. If boundaries are in the Dielectric medium then the ABC fail. Dielectric medium begin and end can be specified with the code
上傳時間: 2014-07-27
上傳用戶:LIKE
資源簡介:pitch=CorrelogramPitch(correlogram, width [, sr, lowPitch, highPitch]) computes the pitch of a correlogram sequence by finding the time lag with the largest correlation energy.
上傳時間: 2015-08-11
上傳用戶:youth25
資源簡介:Produces a matrix of derivatives of network output w.r.T. % each network weight for use in the functions NNPRUNE and NNFPE.
上傳時間: 2013-12-18
上傳用戶:sunjet
資源簡介:Computes the length of a line using two (x,y) points. Uses pointers
上傳時間: 2017-08-07
上傳用戶:許小華
資源簡介:usb_cpld_code.zip usbjtag - Variations on the implementation of a USB JTAG adapter.
上傳時間: 2013-08-31
上傳用戶:ruan2570406
資源簡介:Conservator extends on the concept of a Flyweight Factory by allowing shared Flyweight objects to be mutated after creation without undesired side effects.
上傳時間: 2014-01-06
上傳用戶:cuibaigao
資源簡介:Addressbook using double-linked lisT. This example shows the use of a double-linked list by implementing an addressbook for the console. It has features like inserting, searching(linear), sorting(bubble sort), deleting and load/save to a fi...
上傳時間: 2014-01-24
上傳用戶:asddsd
資源簡介:隨機(jī)性發(fā)生器、冒泡分類和混洗一組12張牌的演示程序。 Demonstrates the use of a randomizer, bubble-sort and an array to "shuffle" a deck of 12 cards. I put it here for those of you who are trying to figure out how to shuffle with a randomizer...
上傳時間: 2014-01-16
上傳用戶:zhanditian
資源簡介:The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The fir...
上傳時間: 2015-06-09
上傳用戶:weixiao99
資源簡介:MIB Browser allows you to view the hierarchy of SNMP MIB variables in the form of a tree and provides you with additional information about each node. With MIB Browser you can easily load (compile) standard and proprietary MIB files, view ...
上傳時間: 2015-06-30
上傳用戶:eclipse
資源簡介:usb_cpld_code.zip usbjtag - Variations on the implementation of a USB JTAG adapter.
上傳時間: 2013-12-29
上傳用戶:aysyzxzm
資源簡介:The goal of this project is to explore the idea of point-based radiosity, which is a shooting radiosity technique suggested by Mark Harris at UNC. The primary idea is that features available in graphics hardware can be utilized to perfor...
上傳時間: 2015-08-24
上傳用戶:change0329
資源簡介:* DEFINITION * This is the header file for a library module used to calculate the median * of a list of values. It finds the value that would be in the center if * the list were sorted. If the list contains an even number of values, t...
上傳時間: 2015-09-07
上傳用戶:refent
資源簡介:In this paper, we describe the development of a mobile butterfly-watching learning (BWL) system to realize outdoor independent learning for mobile learners. The mobile butterfly-watching learning system was designed in a wireless mobile a...
上傳時間: 2014-11-26
上傳用戶:waizhang
資源簡介:an external program called from Adam s FitnessFunction class in order to evaluate the fitness of a genome within a distributed grid.
上傳時間: 2015-09-25
上傳用戶:pompey
資源簡介:An article on the implementation of a fast C++ delegate with many advanced features.
上傳時間: 2014-01-02
上傳用戶:zhangzhenyu
資源簡介:%The phase locked loop(PLL),adjusts the phase of a local oscillator %w.r.t the incoming modulated signal.In this way,the phase of the %incoming signal is locked and the signal is demodulated.This scheme %is used in PM and FM as wel...
上傳時間: 2015-09-28
上傳用戶:zhangzhenyu
資源簡介:THE SYNTAX OF A PROGRAMMING LANGUAGE tells you what code it is possible to write—what the machine will understand. Style tells you what you ought to write— what the humans reading the code will understand. Code written with a consistent...
上傳時間: 2013-12-16
上傳用戶:sxdtlqqjl
資源簡介:In this paper we propose to reduce the textural components by modelling the coefficients of a wedgelet based regression tree instead of the original pixel intensities
上傳時間: 2015-10-22
上傳用戶:gxmm
資源簡介:On the Convergence of a Class of Estimation of Distribution Algorithms
上傳時間: 2015-10-23
上傳用戶:懶龍1988
資源簡介:A frame with a text area to show the contents of a file inside a zip archive, a combo box to select different files in the archive, and a menu to load a new archive.
上傳時間: 2015-10-27
上傳用戶:koulian
資源簡介: The purpose of this lab is to introduce the concept of FSMs with a datapath, and to study the usage of more complex test benches. Also, we enforce a rudimentary design methodology by assuming that the students are part of a ...
上傳時間: 2014-01-24
上傳用戶:熊少鋒