码迷,mamicode.com
首页 >  
搜索关键字:Edge computing    ( 2926个结果
PAT Advanced 1154 Vertex Coloring (25 分)
A proper vertex coloring is a labeling of the graph's vertices with colors such that no two vertices sharing the same edge have the same color. A colo ...
分类:其他好文   时间:2019-10-02 10:33:30    阅读次数:98
CodeForce 117C Cycle DFS
A tournament is a directed graph without self-loops in which every pair of vertexes is connected by exactly one directed edge. That is, for any two ve ...
分类:其他好文   时间:2019-09-30 14:35:47    阅读次数:113
[转]华中科技大学 计算机组成原理 上机实验2 2018
notice : 这篇文章仅仅具有上机实验的参考作用,并且需要配套的文件 Logisim学习 ? 隧道 ? 相当于局部变量 复用器\ Bit Selector? 把(West edge)输入数据从最低位开始,平均分成n组,n由输出位宽决定; 另一个输入(South egde)决定选择第i组数据 用到 ...
分类:其他好文   时间:2019-09-29 09:51:39    阅读次数:802
FSA Simulator
Assignment 2Event Driven Computing 2019Assignment 2 - FSA Simulator1. SummaryThis assignment is the first of two in which you will develop an editing ...
分类:其他好文   时间:2019-09-28 20:14:20    阅读次数:95
ShaderGraph-03-消融
一、效果演示 二、节点展示 三、功能分析 通过AlphaTest技术来控制表面区域的显示实现消融效果 四、节点分析 1、Simple Noise:简单的噪声节点。 2、Step:In>=Edge In=1;In<Edge In=0 3、Remap:重映射。Out = OutMinMax.x + (I ...
分类:其他好文   时间:2019-09-28 14:30:05    阅读次数:98
数字几何处理(3)
半边数据结构: 网格的顶点,边,面的数据储存在半边数据结构中,半边数据结构写成类似于C语言如下: 半边: struct HE_edge { HE_vert* vert; // vertex at the end of the half-edge HE_edge* pair; // oppositel ...
分类:其他好文   时间:2019-09-27 21:20:17    阅读次数:112
如何通过电脑操控 Android 设备 · Tang‘s Blog
背景由于公司项目的需要,最近花时间研究了下「电脑操控 Android 设备」的具体实现,其间踩了不少坑(说多了都是泪啊),在此记录下来供大家参考与学习。 VNC其中涉及到最主要的技术便是 VNC (Virtual Network Computing) ,它是使用远程帧缓冲协议(RFB)远程控制另一台... ...
分类:移动开发   时间:2019-09-27 14:57:18    阅读次数:122
决策树概念
一、决策树 决策树(decision tree)是一种基本的分类与回归方法。 决策树由结点(node)和有向边(directed edge)组成。 结点有两种类型:内部结点(internal node)和叶结点(leaf node)。 内部结点表示一个特征或属性,叶结点表示一个类。 1、决策树的构建 ...
分类:其他好文   时间:2019-09-26 17:30:43    阅读次数:275
JS高级 —— 普通函数、构造函数、对象方法的调用
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 6 <title>函数的调用方式</title>... ...
分类:Web程序   时间:2019-09-24 17:15:45    阅读次数:110
JS高级 — 函数的声明和表达式
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 6 <title>函数的角色</title> 7... ...
分类:Web程序   时间:2019-09-24 16:00:24    阅读次数:120
2926条   上一页 1 ... 42 43 44 45 46 ... 293 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!