-
-
[
Matlab]
matlabmatrix.rar
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if
A = 1 2 3 then B = 3 2 1
4 5 6 6 5 4
7 8 9 9 8 7
Write a main ...
Category:
Algorithm Upload User:
hn0719 Size:
1K
-
-
-
-
-
[
Visual C++ (VC++)]
SemSig.rar
Shows how to set up an interrupt handler function and
signal events from the handler. We use C6x timer 1
as the example interrupt source.
-
[
Others]
16bit_microprocessor.rar
This is a 16bit 8086/8088 intel style microprocessor, which has main basic function and an internal memory, 16* 256 bit size. Thank you.
-
[
Visual C++ (VC++)]
bulkusb.rar
usb bulk transfer routines.* The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM).* Supports Plug and Play (PnP), Power Management (PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features.* ...
-
[
Others]
Self-Diagnose-Function-of-FOT.rar
In uVision2 development platform using C51 language development, through the IIC interface to read out a self-diagnosis function of optical transceiver modules operating parameters and, through the serial port to the PC real-time monitoring
Category:
SCM Upload User:
yiyi88885 Size:
52K
-
[
Matlab]
kmeansNetlab.rar
... the centres of a cluster model. The matrix DATA
represents the data which is being clustered, with each row
corresponding to a vector. The sum of squares error function is used.
The point at which a local minimum is achieved is returned as
CENTRES.