pMatlab is a toolsbox from MIT for running matlab in parallel style on a multi-core PC or a cluster
pMatlab is a toolsbox from MIT for running matlab in parallel style on a multi-core PC or a cluster ...
pMatlab is a toolsbox from MIT for running matlab in parallel style on a multi-core PC or a cluster ...
FCP takes a file, generates a random 2048 bit key and encrypts the file with a RC4 stream cipher. T...
This a disk filter driver for Windows NT/2000/XP that uses a Linux swap partition to provide a tem...
void insert_sort(int *a,int n) { if(n==1) return insert_sort(a,n-1) int temp=a[n-1] for(...
This is a simple demo of Link List. You can Add/Del/Find a structure From/To a Link List...
A/D和D/A转换器应用手册...
How to send debugging output to a console in a MFC application...
A subclass of JTable, this class can render data from a TreeTableModel....
client.c -- a stream socket client demo server.c -- a stream socket server dem...
Creates and displays a Delaunay Triangulation (DT) or a Voronoi Diagram (VoD)...