搜索资源列表
zhuose2006918
- 地图着色的算法设计,具体代码没有实现,不过可以给大家一些参考-map coloring algorithm design, specific code did not come true, but I can give you some information! !
highlight
- 自动加亮代码/xml等文档,能够对页面中的各种程序源代码语法着色加亮-Automatic light code/xml files, etc., to the various procedures page source code syntax coloring Highlight
Map
- 有关图的邻强边染色和邻点可区别染色是图论研究必然注意的内容。-Map of the adjacent strong edge coloring and adjacent vertex-distinguishing coloring is the study of graph theory is bound to pay attention to the content.
1112333
- 量子遗传算法应用于物理频谱分析,结果表明基于量子遗传算法的频谱分配算法性能明显优于颜色敏感图论着色算法-Quantum genetic algorithm is applied to the physical spectrum analysis, the results show that genetic algorithm based on quantum of spectrum allocation algorithm is superior to color-sensitive color
source
- Very good collection of c++ source code. Implementation of diffrents alghoritms in graph theory, such as floyd,fulkerson. dijkstra,warshall, binary tree,map coloring,vertex cover.
Art_Galler206399542007
- This a solution implementation to well-known art gallery problem using polygon triangulation and 3-coloring methods. As in my computational-graphics course, i was requested to implement a solution program to art galley problem stated above. So using
coloring
- Coloring algorithm with greedy method in C-Coloring algorithm with greedy method in C++
shuanfasheji
- 地图着色DNA设计分析,内容详细有部分代码-DNA map coloring design analysis, detailed some of the code
mathematicalTranslations-
- 数学通俗名著系列,适于青少年的科普读物。也适用于高智商娱乐。包括算术游戏、算术趣谈、几何游戏、几何趣谈、多面体、棋盘游戏、幻方、地图染色问题、单行线问题、心算、组合设计、密码分析等。-Mathematics popular classics series, popular science books suitable for young people. Also applies to the highly intelligent entertainment. Including arithmet
MAX6675
- Syntax Coloring Map For OpenThermostat
Matlab_test
- 寄存器分配,采用图着色算法进行处理,简化处理时间-Register graph coloring
mdigui
- m着色 回溯法 递归 希望能够帮到大家-m coloring backtracking recursive want to be able to help everyone
Graph_coloring-CSharp
- graph coloring in C#
CV-quiz8-10
- image processing and computer vision quiz, to practice how to work on it. How to prictice bob-coloring methods.
3Dtuxingxuanranyinqinshejiyushixian
- 本文通过对三维图形引擎流水线的研究,建立了一个简单的图形渲染引擎以满足对案件现场重建的需要。研究的主要内容包括下面几点: 1)3D引擎中的数学运算。 2)3D引擎中的基本3D流水线。 物体数据或渲染列表中多边形数据在流水线中各个坐标系之间的转换。 3)光照和着色处理 研究四种光源类型:点光源、定点光源、聚光灯和环境光源,两种着色模式: 恒定着色和Gottraud着色。 4)纹理映射 插值计算纹理坐标和一维空间采样。 5)Z缓存 -Based on the
Coloring-Problem
- Cellular Learning Automata-based Graph Coloring Problem
color-problem
- 一个关于图着色问题的在matlab下的一种解法,适合新手使用学习。-A graph coloring problem on a solution in matlab for novices to use to learn.
DirectX-9hlsl
- 高层着色语言(HLSL)是DirectX® 9最为强力的新组件之一。使用这种标准的高级语言, 在进行着色时编写者可以专注于算法而不用再去理会诸如寄存器的分配,寄存器读端口限制, 并行处理指令等等硬件细节. 除了把开发者从硬件细节中解放出来之外,HLSL 也具有高级语言所有的全部优势,诸如:代码重用容易, 可读性增强以及存在一个优化过的编译器。本书和 ShaderX2 - Shader Tips & Tricks 这本书的许多章节就用到了HLSL编写的着色器. 阅读完本章引言后,你会很容易
graph_coloring
- 基于matlab的图着色程序,算法为贪心算法,将节点按照度从大到小排序,排序后先给度大的着色。(The graph coloring program based on MATLAB algorithm, greedy algorithm, the node according to the degree from large to small order, ranking after the first to a large degree of coloring.)