-
-
-
-
-
-
huidu.rar
#include "stdio.h"
#include "malloc.h"
#define TRUE 1
#define n 39
#define max 500
typedef struct
{
char p[n]
float w[n][n]
}graph
graph *ga2
int visit[n]
int path[n][n]
float C[n][n]
float A[n][n]
-
meshpartdist.tar.gz
This toolbox contains Matlab code for several graph and mesh partitioning methods, including geometric, spectral, geometric spectral, and coordinate bisection. It also has routines to generate recursive multiway partitions, vertex separators, and nested ...
-
DirectShow.rar
本压缩包里含有用DirectShow sdk 9.0来开发实现了PID(Plug_in Distributor)扩展插件,来有限地增强(Filter Graph Manager)的功能。并用DirectShow来开发了一个数字电视应用软件。
-
-
MemoryMonitor.rar
... .
This simple demo program queries the memory usage of each memory pool
and plots the memory usage history graph.
To run the MemoryMonitor demo
java -jar <JDK_HOME>/demo/management/MemoryMonitor.jar
These instructions assume that this ...
-
segment.zip
source code and ref paper of C++ implementation of the image segmentation algorithm described in the paper: "Efficient Graph-Based Image Segmentation"
-