Tiny C Compiler - C Scripting Everywhere - The Smallest ANSI C compiler
Installation on a i386 Linux host (for Windows read win32/readme.txt)
./configure
make
make test
make install
By default, tcc is installed in /usr/local/bin.
./configure --help shows configuration options.
深入理解計算機系統(computer system:a programmer s perpective)是一本非常經典的教材,國內外很多大學都采用此教材講授ICS課程(introduction to computer system) 本代碼是該書配套的一個實驗的實現,(代碼優化,圖形學相關)得了滿分哦!
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.
A new blind adaptive multiuser detection scheme based on a hybrid of Kalman filter and
subspace estimation is proposed. It is shown that the detector can be expressed as an anchored
signal in the signal subspace and the coefficients can be estimated by the Kalman filter using only
the signature waveform and the timing of the desired user.
BmpRgn is a *FREEWARE* unit that allows you to create forms
with transparent areas based on a bitmap that you provide.
The bitmap is converted to a form region, where only the
interior pixels are displayed. The transparent border remains
transparent.
Chessboard Cover,On a chessboard,only one square is different, called specific.Use the Divide-and-Conquer methods to solve the Chessboard Cover Problem.