This is a package to calculate Discrete Fourier/Cosine/Sine Transforms of 1-Dimensional sequences of length 2^N. This package contains C and Fortran FFT codes.
The code assumes a two-Dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fairly simple tweak to the code, but for now you ll have to make that tweak yourself.) I have attempted to provide copious comments in the code and hope that a knowledgeable C programmer can quickly map the approach as described in the paper to what is in the program.
SR-tree is an index structure for high-Dimensional nearest neighbor queries,C++ sourcecode. SR-tree outperforms the R*-tree and the SS-tree especially for high-Dimensional and non-uniform data which are likely to appear in the actual image / video applications.
A program to demonstrate the optimization process of particle swarm optimization. A two-Dimensional objective function is visualized by level of grey: the lighter the color, the higher the function value. The particles are shown as red circles, their trajectory as red lines.
BISON-C: A one-Dimensional transport and burnup calculation code with consideration of actinides and fission products
Auteur(s) / Author(s)
CETNAR J. (1) GRONEK P. (1)
Affiliation(s) du ou des auteurs / Author(s) Affiliation(s)
(1) University of Mining and Metallurgy, Faculty of Physics and Nuclear Techniques, 30 059 Cracow, POLOGNE
BISON-C: A one-Dimensional transport and burnup calculation code with consideration of actinides and fission products
Auteur(s) / Author(s)
CETNAR J. (1) GRONEK P. (1)
Affiliation(s) du ou des auteurs / Author(s) Affiliation(s)
(1) University of Mining and Metallurgy, Faculty of Physics and Nuclear Techniques, 30 059 Cracow, POLOGNE
Three-Dimensional real-time graphics are a prevalent technology nowadays, thanks
to the steady rise of processing power and specialized graphics hardware. One of the
goals of computer graphics most sought after and difficult to achieve is to reproduce realistic outdoor environments featuring dense forests.
CarSim is an application for the simulating the (simplified) movement of cars on a two-Dimensional surface.
Package ope.carsim contains classes that represent the problem domain: cars and locations.
Package ope.carsim.gui contains a user interface for the application.