clear
all;
close
all;
clc;
b=imread('coins.png');
a=imread('cameraman.tif');
x=0;
y=0;
for
n=80:156
x=x+1;
y=0;
for
m=178:235
y=y+1;
c(y,x)=b(m,n);
end
end
d=0;
e=0;
for
p=95:95+156-80
d=d+1;
e=0;
for
q=38:38+235-178
e=e+1;
a(q,p)=c(e,d);
end
end
imshow(a);
...
JAVA CACHE SYSTEM
The JCS goes beyond simply caching objects in memory. It provides numerous additional features:
Memory management
Disk overflow (and defragmentation)
Thread pool controls
Element grouping
Minimal dependencies
Quick nested categorical removal
Data expiration (idle time and max life)
Extensible framework
Fully configurable runtime parameters
Region data separation and configuration
Fine grained element configuration options
Remote synchronization
Remote store recovery
Non-blocking "zombie" (balking facade) pattern
Lateral distribution of elements...
Subscribe to:
Posts (Atom)