搜索资源列表

  1. 2color

    0下载:
  2. 对于给定的图G,如果存在一种用2种颜色对顶点着色的方案,使得图中任意一条边所 连接的2个顶点着有不同颜色,则称图G是可2着色的。 -For a given graph G, if there is a program of two kinds of color on the vertex shader, so any one edge Connect two vertices with different colors, the
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:51200
    • 提供者:张三
  1. Graph-theory-and-applications

    0下载:
  2. 图论及应用 了解图的基本概念如树、图的连通性、Euler图、Hamilton图,以及图的匹配与因子分解,还有平面图和图的着色,有向图,图、群与矩阵-Graph theory and applications、 Euler Graph、 Hamilton Graph、Connectivity of Graph
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:1940480
    • 提供者:梁赛赛
  1. Color_Graph

    0下载:
  2. 求解无向图的三着色问题,给出所有着色方案-Solving undirected graph coloring, given all the coloring scheme
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:huagezi
  1. Graph-theory

    0下载:
  2. 本文档主要讲解了基于图论着色的动态频谱分配研究,可以让大家快速的学习认知无线电中的频谱分配-This document is mainly on the dynamic spectrum allocation based on graph coloring theory research, so that we can quickly learn the spectrum allocation in cognitive radio
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:894976
    • 提供者:baby chen
  1. t6u3vw.ZIP

    0下载:
  2. 一种改进的颜色敏感图论着色算法An improved color sensitive graph coloring algorithm-An improved color sensitive graph coloring algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-22
    • 文件大小:1309696
    • 提供者:
  1. 10_color

    0下载:
  2. 图的着色问题 用vc++编译环境写的简单实用的代码-graph coloring the source code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者: 药文辉
  1. colorgraph

    0下载:
  2. 网络波长分配中的着色图算法,遵循波长一致性条件和不同波长限制条件。-it s the color graph algorithm,which is applied to the wavelengths assignment in the WDM networks.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:61440
    • 提供者:李辉
  1. ssimmulatedani

    0下载:
  2. 模拟退火算法求解经典图论中的图着着色问题的源程序源码 -Simulated annealing algorithm for coloring problems in classical graph theory diagram with source code
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:recruitparade
  1. PicThery

    0下载:
  2. 这个程序实现与Matlab的优化工具箱下,用于给图进行边着色。包含了很多图论的程序,如计算最大割集、连通度、最小覆盖边数等等…… -This program is implemented with Matlab Optimization Toolbox for graph edge coloring. Contains a lot of graph theory program, such as the calculation of
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:28672
    • 提供者:Kansess
  1. GCP

    0下载:
  2. 图的M着色问题的C/C++实现,给定M后,给出具体着色方案。-M coloring the C/C++ achieve, given M, given the specific coloring.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:王小兑
  1. Coloring

    0下载:
  2. 算法设计与分析 王晓东版本 采用java编写 图的m着色问题完整代码-M coloring problem complete code written using java graph algorithm design and analysis Wang Xiaodong version
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:xr0517
  1. newfile5

    0下载:
  2. 【例6.4-1】本例演示:pcolor , contour, contourf的调用格式;等位线标高指令 clabel 的配合使用和区别;colorbar在用户指定位置上创建着色标尺;subplot子图位置的控制;图形窗背景底色的设置。(图6.4-1)-Example 6.4-1 This example demonstrates: pcolor, contour, contourf' s call format the bit
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-22
    • 文件大小:60416
    • 提供者:tyanlisyun
  1. mapcoloring

    1下载:
  2. 已知中国地图,对各省进行着色,要求相邻省所使用的颜色不同,并保证使用的颜色总数最少。地图采用数据结构中无向图的存储结构存储,中国的三十四个省为三十四个节点,若两省相邻则存在一条边。任选一个节点作为初始节点开始着色,与其不相邻的边涂为相同颜色,然后再未涂色的节点中任选一节点重复上述步骤,直到所有节点均涂上色为止。-Known map of China, the provinces colored neighboring Province
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:766976
    • 提供者:yangli
  1. exprdlg

    0下载:
  2. 本源代码在工具栏中加入了组合框,并且采用了自绘功能来实现列表项以不同的着色来显示项来对应函数图的着色,在此源程序中,你可在组合框中输入函数表达式(当然也可以加入X自变量),按回车后就可在视图中显示你所输入的表达式图,并在组合框中以对应的着色加入表达式字符。-Source code added in the toolbar combo box, and uses a self-drawn list items to display dif
  3. 所属分类:工具条

    • 发布日期:2024-05-22
    • 文件大小:6617088
    • 提供者:rgbtagu
  1. tulun

    0下载:
  2. matlab图论着色,内涵可以实现简单的图论着色源代码,实现计算色的多项式等功能-the matlab graph theory coloring
  3. 所属分类:汇编语言

    • 发布日期:2024-05-22
    • 文件大小:12288
    • 提供者:李明
  1. ccc

    0下载:
  2. 这个代码包括求图的最大生成树和M着色问题,很好用-This code includes the figure, find the maximum spanning tree and M coloring problem, easy to use
  3. 所属分类:C#编程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:发红光
  1. TestList6

    0下载:
  2. 一个VC++ ListView演示源码,可以说是一个自定义的 ListView,支持多种内容排列方式、像列表、图标、小图标等方式,另外还可为ListView中的各个行着色,从而显示不同的颜色,如截图所示的效果,从事VC++编程,掌握ListView,这是必需的!! -A VC++ ListView demo source code, can be said to be a custom ListView, support a var
  3. 所属分类:C#编程

    • 发布日期:2024-05-22
    • 文件大小:39936
    • 提供者:崔凤磊
  1. CXinManagementSystem

    0下载:
  2. 实现对access数据库的增删改查操作 使用GDI+技术进行界面绘制 使用skin界面着色库进行界面着色美化 利用数据库记录的数据进行价格走势图的绘制 利用数据库记录的数据埋行价格对比图的绘制 MFC CListCtrl 显示数据库记录 MFC 基于对话框的页面切换技术 源码中有简要的使用说明书-Achieve access database CRUD operation using GDI+ technol
  3. 所属分类:数据库编程

    • 发布日期:2024-05-22
    • 文件大小:4190208
    • 提供者:邹其钦
  1. jbfilter

    0下载:
  2. 联合双边滤波算法,以高分辨率的灰度图像做引导图对低分辨率的彩色图像进行放大,广泛用于图像着色算法中-Joint bilateral filter, use the high resolution gray image as the guider image to scale the low resolution colored image, which is wide used in image colorization algorit
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:deqiang
  1. color

    0下载:
  2. 用于图论里面求最小着色数,这么长可以了吗-my english is really poor, dunt know how to translate it
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:CHEN SIYANG
« 1 2 ... 4 5 6 7 8 910 »

源码中国 www.ymcn.org