-
-
input.rar
使用javascript做的文本框輸入限定,文本框內只能輸入特定的字符
-
Addon_CvConvexityDefect.rar
Construct a program by using open franeworks and opencv libraries to consruct a magic game by webcam input vedios
-
cla16.rar
verilog code
16-bit carry look-ahead adder
output [15:0] sum // 相加總和
output carryout // 進位
input [15:0] A_in // 輸入A
input [15:0] B_in // 輸入B
input carryin // 第一級進位 C0
-
array_multiplier.rar
verilog code
array_multiplier
output [7:0] product
input [3:0] wire_x
input [3:0] wire_y
-
SRT.rar
verilog code
radix-2 SRT divider
input [7:0]Dividend
input [3:0]Divisor
output [4:0]Quotient
output [8:0]Remainder
-
FFT.rar
This program produces a Frequency Domain display from the Time Domain
* data input using the Fast Fourier Transform.
-
PhantomDestopSimulation.rar
... of the Sensable Phantom Series Haptic Device for
developing a graphics model of the device. Then use the device as an input to move the graphic representation of the device. This can be done throught the forward kinematic
solution.
To run the code ...
-
-
zxc.rar
小写字母变大写字母(汇编语言实现) (2008-05-14 21:57:52)
标签:杂谈
DATA SEGMENT
PMT1 DB INPUT Small letter : ,0AH,0DH, $
STR1 DB 40H,0,40H DUP(0)
PMT2 DB 0AH,0DH, Display capital letter : ,0AH,0DH
STR2 DB 40H DUP(0), $
DATA ENDS
STACK1 SEGMENT PARA STACK
...
-
josho(n).rar
约瑟夫环 o(n)解
//n,m input: n,m -- the number of persons, the inteval between persons
-