DRIVER FOR UPDATING THE QR DECOMPOSITION OF A 4 BY 3 MATRIX
资源简介:DRIVER FOR UPDATING THE QR DECOMPOSITION OF A 4 BY 3 MATRIX
上传时间: 2014-11-11
上传用户:tb_6877751
资源简介:This directory builds the miniport DRIVER for Adaptec’s 1540 family of SCSI controllers. This DRIVER exports several functions which are used by SCSIPORT.SYS to issue SCSI requests to the devices attached to the controller, process adapter...
上传时间: 2016-06-28
上传用户:caiiicc
资源简介:a tool for modifying the boot logo of linux system
上传时间: 2014-11-06
上传用户:zxc23456789
资源简介:Chi Square Test for Independence: calculuate the chi square of a vector and the critical value.
上传时间: 2013-11-29
上传用户:xyipie
资源简介:Given an positive integer A (1 <= A <= 109), output the lowest bit of A. For example, given A = 26, we can write A in binary form as 11010, so the lowest bit of A is 10, so the output should be 2. Another example goes like this: given A = 8...
上传时间: 2014-01-22
上传用户:rocketrevenge
资源简介:This demonstration models a flight control for the longitudinal motion of a Grumman Aerospace F-14 Tomcat. First order linear approximations of the aircraft and actuator behavior are connected to an analog flight control design that uses ...
上传时间: 2016-05-17
上传用户:wang5829
资源简介:This the first release of a free TCP/IP/PPP protocol stack for the uC/OS Real-Time Operating System. As a first release it s still rather rough and very much larger than desired however it is working well in an embedded product and therefor...
上传时间: 2016-09-16
上传用户:songyue1991
资源简介:A MATLAB GUI platform for realizing the radiation pattern of narrowband beamformer with random array geometry. User can specify the array geometry, directions of incoming signals, noise power, and the type of beamformer. Useful for gaining ...
上传时间: 2014-01-06
上传用户:qb1993225
资源简介:the simulink for pulse code modulation. design of a block diagram
上传时间: 2013-11-29
上传用户:chongcongying
资源简介:Ksplice is practical technology for UPDATING the Linux kernel without rebooting. It enables you to avoid the disruptive process of rebooting for kernel security updates and bugfixes. By making it easy to keep your systems up to date, Ksplic...
上传时间: 2013-12-16
上传用户:xaijhqx
资源简介:Computes the eigenvalues and eigenvectors of a real upper-Hessenberg MATRIX using the QR method.
上传时间: 2017-08-08
上传用户:lizhen9880
资源简介:source and benchmark test for the registery parts of a RISC processor
上传时间: 2014-01-18
上传用户:bruce
资源简介:MATLAB Code : For MATLAB programmers, this code is to implement the tracking algorithm of a Radar, in the Matlab environment
上传时间: 2014-01-18
上传用户:希酱大魔王
资源简介: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
资源简介:Calculates photonic band structure for either the bcc lattice of dielectric spheres of dielectric constant epsilon_a in a dielectric background of dielectric constant epsilon_b.
上传时间: 2015-10-08
上传用户:skhlm
资源简介:/* * The internal form of a hash table. * * The table is an array indexed by the hash of the key collisions * are resolved by hanging a linked list of hash entries off each * element of the array. Although this is a really simple ...
上传时间: 2014-01-07
上传用户:gtf1207
资源简介:This program uses the HF flag of a FIFO to trigger reads, guaranteeing that the FIFO is never blocked for the writer, giving high throughput for the reader (bursts of D/2 = 128) and guaranteeing that the the reader will not be stuck in the ...
上传时间: 2016-05-05
上传用户:784533221
资源简介:In the planning stage of a GNSS-measurement campaign it is useful to compute several design para-meters in order to decide how, when and where to carry out the measurements. The MATLAB user interface VISUAL.M enables you to compute the desi...
上传时间: 2014-01-23
上传用户:tuilp1a
资源简介:source code to compute the visibility polygon of a point in a polygon.
上传时间: 2015-01-09
上传用户:wpt
资源简介:computes the square root of a 16 bit number in pic16c
上传时间: 2015-02-07
上传用户:wangdean1101
资源简介:具体功能, this a trading plan template which introduce the basic aspects of a good trading plan
上传时间: 2013-12-26
上传用户:cjf0304
资源简介:This program computes the CRC checksum of a file.
上传时间: 2015-10-27
上传用户:wxhwjf
资源简介:The Rayleigh Integral Method is useful in computing the acoustic properties of a flat panel radiating into a half space.
上传时间: 2015-12-07
上传用户:youmo81
资源简介:qrd_rls_AR_pred.m - use the QR DECOMPOSITION-based RLS algorithm to predict complex-valued AR process.
上传时间: 2015-12-27
上传用户:trepb001
资源简介:lauger method to determine the estimated root of a function
上传时间: 2016-02-01
上传用户:chenjjer
资源简介:A Case Study: Replacing the persistence layer of a Business Process Engine with JDO The JDO specification (JSR-12) was released from the Java Community Process in April 2002. Its goal is to provide transparent persistence to Java cla...
上传时间: 2014-01-27
上传用户:541657925
资源简介:How to use the USART port of a AVR mcu
上传时间: 2013-12-26
上传用户:181992417
资源简介:Alphanumeric messages are encoded in POCSAG format and send to the serial port of a computer. The modem connects to the serial port of a computer and sends the message on the air through a transmitter.
上传时间: 2013-12-12
上传用户:jkhjkh1982
资源简介:This paper presents the key circuits of a 1MHz bandwidth, 750kb/s GMSK transmitter. The fractional-N synthesizer forming the basis of the transmitter uses a combined phasefrequency detector (PFD) and digital-to-analog converter (DAC) circu...
上传时间: 2016-04-14
上传用户:er1219
资源简介:Implement the following integer methods: a) Method celsius returns the Celsius equivalent of a Fahrenheit calculation celsius = 5.0 / 9.0 * ( fahrenheit - 32 ) b) Method fahrenheit returns the Fahrenheit equivalent of a Celsius the calc...
上传时间: 2014-01-19
上传用户:jackgao