-
-
[
Java/JSP]
CompilerDesign.rar
This is a prototype for the Compiler design basic steps written in java.
A tokenizer to get the tokens from the Input code.
-
-
[
Visual C++ (VC++)]
zoom_in_out.rar
Used for pciture zoom in/zoom out in touch screen. In this example, only 5 frames touch cooredinates data are given as input, but in real time demo, a buffer with 5 frames can be set.
-
[
Matlab]
pitchwatch.zip
function pitchwatch(x,Ts)
Plot the pitch keys.
pitchwatch(x,[Ts])
:: Syntax
The array x is the input signal and Ts is the (optional) sampling period.
Example on use: [x,Fs] = wavread( Hum.wav )
pitchwatch(x, ...
-
[
Matlab]
GUI_FILTER.zip
... ,hObject,eventData,handles,...) calls the local
function named CALLBACK in GUI_FILTER.M with the given input arguments.
GUI_FILTER( Property , Value ,...) creates a new GUI_FILTER or raises the
existing singleton*. Starting ...
-
-
[
Matlab]
mrizip.zip
The file alignImages.m contains the entry function alignImages(.....)
The input images should be in grayscale and converted to double type.
For futher help please refer to the documentation within the code files.
Category:
matlab Upload User:
shpzpd2 Size:
6195K
-
[
Matlab]
lcr.rar
LCR calculates Level Crossing Rate, that is a number
of crossings (in the positive direction) of an input vector through a given threshold vector.
Category:
matlab Upload User:
lxzuohui Size:
1K
-
[
Asm]
Decimal_to_binary.rar
This MIPS program gets an input of a decimal number and converts it to its binary equivalent.
-
[
Asm]
Addition_multiplication.rar
This MIPS program performs addition and multiplication operations for any two input numbers with fraction, via differentiating left and right hand sides and performing the specified operation.