码迷,mamicode.com
首页 >  
搜索关键字:vertex and frag    ( 617个结果
微信、微博好友数据结构
如何理解“图”? 我们前面讲过了树这种非线性表数据结构,今天我们要讲另一种非线性表数据结构,图(Graph)。和树比起来,这是一种更加复杂的非线性表结构。 我们知道,树中的元素我们称为节点,图中的元素我们就叫作顶点(vertex)。从我画的图中可以看出来,图中的一个顶点可以与任意其他顶点建立连接关系 ...
分类:微信   时间:2020-01-17 19:20:35    阅读次数:144
FPGA V7卡学习资料:VC709E 增强版 基于FMC接口的Xilinx Vertex-7 FPGA V7 XC7VX690T PCIeX8 接口卡270
VC709E 增强版 基于FMC接口的Xilinx Vertex-7 FPGA V7 XC7VX690T PCIeX8 接口卡 一、板卡概述 本板卡基于Xilinx公司的FPGA XC7VX690T-FFG1761 芯片,支持PCIeX8、64bit DDR3容量2GByte,HPC的FMC连接器, ...
分类:其他好文   时间:2020-01-17 16:20:01    阅读次数:123
OpenGL基础学习之三渲染知识
一.渲染的基础对象概念 1.顶点数组对象(VAO Vertex Array Object) 2.顶点缓冲对象(VBO Vertex Buffer Object) 3.索引缓冲对象(IBO Index Buffer Object) 4.图形渲染管线(Graphics Pipeline)图形渲染管线接受 ...
分类:其他好文   时间:2020-01-16 19:07:46    阅读次数:101
负数的处理POJ1179Polygon
Description Polygon is a game for one player that starts on a polygon with N vertices, like the one in Figure 1, where N=4. Each vertex is labelled wi ...
分类:其他好文   时间:2020-01-08 21:17:41    阅读次数:76
#11.1树(TREES)
11.1树(TREES) 树的特点: 1. 树是一个无向无环图,任意两个节点间都有唯一的一个简单路径 2. 一系列树组成森林(forest) 3. 树或森林的叶子节点指悬挂点(pendant)或孤立顶点(isolated vertex) 4. 内部顶点(internal node)的度≥2 有根树( ...
分类:其他好文   时间:2020-01-04 22:20:59    阅读次数:99
两个时间戳相减
两个时间戳相减就是相差的毫秒 { "task_name": "VERTEX_LABEL:1:node", "task_progress": 0, "task_create": 1577969459291, 13位,毫秒级别 "task_status": "running", "task_update ...
分类:其他好文   时间:2020-01-02 22:24:45    阅读次数:75
数据结构期末 图
基本概念 A directed graph is called strongly connected if there is a directed path from any vertex to any other vertex. If we suppress the direction of th ...
分类:其他好文   时间:2020-01-02 22:19:50    阅读次数:102
OpenGL学习——自定义Shader工具类
从文件读取Vertex Shader 和 Fragment Shader的工具类。 代码如下: Shader.h #ifndef Shader_h #define Shader_h // GLEW #define GLEW_STATIC #include <GL/glew.h> // GLFW #i ...
分类:其他好文   时间:2019-12-19 23:25:22    阅读次数:127
1122 Hamiltonian Cycle (25 分)
1122 Hamiltonian Cycle (25 分)The “Hamilton cycle problem” is to find a simple cycle that contains every vertex in a graph. Such a cycle is called a “H... ...
分类:其他好文   时间:2019-12-15 01:19:19    阅读次数:86
U3D Shader_图片模糊处理
shader"practice/12.14"{ properties { _MainTex("MainTex",2D) = ""{} } Subshader { pass { CGPROGRAM #pragma vertex vert #pragma fragment frag #include " ...
分类:其他好文   时间:2019-12-14 17:25:00    阅读次数:78
617条   上一页 1 ... 3 4 5 6 7 ... 62 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!