Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • acopt.zip A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The ... circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker the grey, the more pheromone ...
  • span_forest.rar Computes estimates for the number of forests of a graph, input as a 0-1 incidence matrix. Notes: Compile in C++, "g++ -o span_forest span_forest.c". The program does not demand that the matrix is symmetric with 0 diagonal, but ...
  • ESegment.rar 程序功能为将bmp彩色图片中的背景去除,留下图片的主要内容。该程序采用graph-based的图像分割算法,分割效果良好。 在命令行下通过传递参数运行:ESegment sigma k min input output 其中:ESegment为编译得到的程序名; sigma为平滑系数,一般取0.5~2之间的值; k一般取图片长、宽(像素)之间的值; min表示分割出的最小块的大小,取正整数即可 input为输入的bmp图片名 output为输出的bmp图片名
  • MemoryMonitor.rar ... the memory usage of all memory pools consumed by the application. This simple demo program queries the memory usage of each memory pool and plots the memory usage history graph. To run the MemoryMonitor demo ...
  • 320smpl1.rar All programs were tested using a breadboard containing a DS80C320, 32K Program memory, 32K Data memory, two 8-segment bar graph LEDs/drivers, and an 11.0592 MHz crystal. The four 8-segment bar graph LEDs/ ...
  • GrfxProgPHIGS.rar Intro/: Directory containing introductory examples. HelloWorld.c A simple program that draws a box and writes "Hello World" in ... or anything indicating quantity or units. Viewport.c Restricts the graph to a viewport and frames the viewport, Viewport.f ...
  • ImgProjection.zip This sample program loads an image and plots the graph of its horizontal or vertical projection The Document contains an image and a projection vector. When the Open command is sued, the image is loaded from a file. Then, a ...
  • wizflw.zip a graph drawing program for asm codes.
  • redundantpaths.rar ... paths between a source-destination pair. Given a directed graph as input, write a program that uses depth-first search to determine all ... . The input is the adjacency matrix of a directed acyclic graph and a pair(s) of source and destination vertices and ...
  • cycles.rar Write a program to decide if a graph has a cycle or not. The given graph can be a directed or undirected ... , which is indicated at the time of reading the input (0 for directed graph and 1 for undirected graphs). The input is given as an adjacency list.