The CUBA library provides new implementation of four general-purpose multidimensional integration algorithms: Vegas, Suave, Divonne, and
Cuhre. Suave is a new algorithm, Divonne is a known algorithm to which important details have been added, and Vegas and Cuhre are new
implementations of existing algorithms with only few improvements over the original versions. All four algorithms can integrate vector integrands
and have very similar Fortran, C/C++, and Mathematica interfaces.
RAM Disk Driver with custom BoundsChecker events
This sample illustrates how to add custom BoundsChecker events to a DDK driver.
It links to the kchecker library and has several BOUNDSCHECKER() calls in it.
This sample is a software only Windows NT Device Driver. This driver
is provided for educational purposes only. Generally the Windows NT cache
manager does a much better job of optimizing memory usage than using a RAM disk.
Pico-IrDA is a minimalistic IrDA stack for microcontrollers.
It supports IrOBEX in primary and secondary IrDA mode and IrCOMM in secondary mode only.
Pico-IrDA works with a fixed baudrate of 9600 bps and is restricted to two communication peers
Developers use algorithms and data structures every day of their working lives. Having a good under-standing of these algorithms and knowledge of when to apply them is essential to producing softwarethat not only works correctly, but also performs efficiently.
This book aims to explain those algorithms and data structures most commonly encountered in day-to-day software development, while remaining at all times practical, concise, and to the point, with little orno verbiage to distract from the core concepts and examples.
design LP,HP,B S digital Butterworth and Chebyshev
filter. All array has been specified internally,so user only need to
input f1,f2,f3,f4,fs(in hz), alpha1,alpha2(in db) and iband (to specify
the type of to design). This program output hk(z)=bk(z)/ak(z),k=1,2,...,
ksection and the freq.
CORDIC (Coordinate Rotation Digital Computer) is a method for computing elementary functions using minimal hardware such as shifts, adds/subs and compares.
CORDIC works by rotating the coordinate system through constant angles until the angle is reduces to zero. The angle offsets are selected such that the operations on X and Y are only shifts and adds.
A one-dimensional calibration object consists of three or more collinear points with known relative positions.
It is generally believed that a camera can be calibrated only when a 1D calibration object is in planar motion or rotates
around a ¯ xed point. In this paper, it is proved that when a multi-camera is observing a 1D object undergoing general
rigid motions synchronously, the camera set can be linearly calibrated. A linear algorithm for the camera set calibration
is proposed,and then the linear estimation is further re¯ ned using the maximum likelihood criteria. The simulated and
real image experiments show that the proposed algorithm is valid and robust.
4、 編寫一個過程。要求:有一個輸入參數和一個輸出參數,過程里面要有自定義異常。從學生表中(tab_student)中尋找符合指定學號等于輸入參數的值,然后將找到的學生的姓名賦予輸出參數,如果沒有符合條件的值則觸發異常。
Create table tab_student
(sno char(8),
sname varchar2(20),
age integer,
province varchar2(60),
sex char(4))
insert into tab_student values(‘001’,’zhou’,20,’江蘇徐州’,’男’)
上述表已經創建,只需針對此表編寫即可。
Mobile phones are constantly decreasing in size, thereby complicating the acoustical
functionality. Signal processing methods can be used to partially mitigate
this problem. In this paper we suggest a method which uses multiple spectral
subtraction functions and two microphones, introducing only a short signal delay.