This application includes a demo server and client program. You could write your own server launcher and client application by using the SimpleScreenCaptureServer class and the SimpleRemoteScreenCaptureClient class.
Usage:
1. Type the following command to launch the server program.
java -jar SimpleCaptureScreenServerDemo.jar portnumber
2. Type the following command to launch the client program. It s a swing-based UI.
java -jar RemoteScreenCaptureClientUI.jar
3. Select Run/Connect menu. Input your server address and port number.
You could just double-click on the RemoteScreenCaptureClientUI.jar to launch the client program if you are using Windows.
This program is written just for fun. :lol: :lol: :lol:
Export a vertices/faces patch to an STL triangular mesh.This is based heavily on Bill McDonald s previous work, simply enabling his output functions for a different form of input.
The MAX481E, MAX483E, MAX485E, MAX487E–MAX491E,
and MAX1487E are low-power transceivers for RS-485 and
RS-422 communications in harsh environments. Each driver
output and receiver input is protected against ±15kV electrostatic
discharge (ESD) shocks, without latchup. These parts
contain one driver and one receiver. The MAX483E,
MAX487E, MAX488E, and MAX489E feature reduced slewrate
drivers that minimize EMI and reduce reflections caused
by improperly terminated cables, thus allowing error-free
data transmission up to 250kbps. The driver slew rates of the
MAX481E, MAX485E, MAX490E, MAX491E, and MAX1487E
are not limited, allowing them to transmit up to 2.5Mbps.
數(shù)據(jù)加密程序
p macro buf
lea dx,buf
mov ah,9
int 21h
endm
data segment
pp db 0dh,0ah, welcome you to run this programme!$
qq db 0dh,0ah, when you input number,press enter.$
qw db 0dh,0ah, 6eh,52h,94h,52h,$
qa db 0dh,0ah, $
info1 db 0dh,0ah,0dh, input number:$
info2 db 0dh,0ah, output number:$
bufa db 20
16點FFT VHDL源程序,The xFFT16 fast Fourier transform (FFT) Core computes a 16-point complex FFT. The input data
is a vector of 16 complex values represented as 16-bit 2’s complement numbers – 16-bits for
each of the real and imaginary component of a datum.