-
-
-
-
Dictio.rar
dictionary c++. enter a word and his description
-
-
pc_remote_control.zip
... the single remote control. The Following functions can be done with PC Remote control. All Numerical Keys (0 - 9) Arithmetic Keys (+, -, /, *) Enter, Escape, Help, Refresh, Caps lock, Tab, Back space, delete, Left, Right, Up, down arrows, Page up, Page ...
-
qask.zip
clear all
M=input( enter the number of symbols )
N=log(M)/log(2)
NPoints=input( Enter the number of points )
NumberBits=input( Enter the number of points per bit )
for i=1:NPoints
m=round(rand(1)*3)
data(i)=2*m-1-M
end
-
quatenarymod.zip
clear all
m=input( enter the number of symbols )
n=log(m)/log(2)
npoints=input( enter the no of points )
nbits=input( enter the no of points per bit )
for i=1:npoints
d=round((rand(1)))
data(i)=2*d-1-m
end
-
GUI_4.zip
... a multiline editbox.
Produces a GUI with an editbox on the left and a listbox on the right.
The user is invited to enter text into the editbox, either hitting return
at the end of each line or letting it wrap automatically. When the
button is ...
-
-
routing.zip
... if n > 6
error( not <6 )
end
alphabets= char(65:1:65+n)
adj=zeros(n,n)
for p=1:n
for q=1:n
adj(p,q)=input([ Enter Weight between [ ,alphabets(p), ] , [ ,alphabets(q), ] = ])
end
end
for p=1:n
a(p).status=0
-