码迷,mamicode.com
首页 >  
搜索关键字:edge    ( 2375个结果
BZOJ 1051 受欢迎的牛
强连通分量。 #include<iostream>#include<cstdio>#include<cstring>#include<stack>#define maxv 10050#define maxe 50050using namespace std;struct edge{ int v,nx
分类:其他好文   时间:2016-03-11 20:43:42    阅读次数:154
cocos2d-x之物理引擎之碰撞监测
#include "HelloWorldScene.h" USING_NS_CC; #define RED_BIT_MASK 0b0100 #define GREEN_BIT_MASK 0b0010 #define BLUE_BIT_MASK 0b0001 #define EDGE_BIT_MASK
分类:其他好文   时间:2016-03-10 20:21:23    阅读次数:168
jquery mobile 复选框和单选框
checkbox 和radio 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
分类:Web程序   时间:2016-03-10 12:30:12    阅读次数:170
heml设置浏览器版本
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> action类获取session变量: String pn = ActionContext.getContext().getSession().get("projectnam
分类:其他好文   时间:2016-03-09 17:24:13    阅读次数:138
20160309,微软3月8日发布13个安全补丁
大家好,我们是微软大中华区安全支持团队。微软于北京时间2016年3月8日发布了13个新的安全公告,其中5个为严重等级,8个为重要等级,修复了Internet Explorer、Microsoft Edge、Windows Vista、Windows Server、Microsoft Windows和Microsoft Office软件中的漏洞。补丁列表如下:公告 ID公告标题和执行摘要最高严重等级...
分类:其他好文   时间:2016-03-09 14:17:45    阅读次数:223
用hoverclock插件实现HTML5时钟
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>用hoverclock插件实现HTML5时钟</title> <link
分类:Web程序   时间:2016-03-08 23:26:05    阅读次数:210
最小生成树 - 克鲁斯卡尔 - 并查集 - 边稀疏 - O(E * logE)
#define _CRT_SECURE_NO_WARNINGS #include<cstdio> #include<cstring> #include<algorithm> using namespace std; #define N 100005 int p[N]; struct Edge { i
分类:其他好文   时间:2016-03-07 16:39:43    阅读次数:151
OpenCASCADE Ring Type Spring Modeling
Abstract. The general method to directly create an edge is to give a 3D curve as the support(geometric domain) of the edge. The curve maybe defined as...
分类:编程语言   时间:2016-03-05 19:01:39    阅读次数:397
LeetCode Graph Valid Tree
原题链接在这里:https://leetcode.com/problems/graph-valid-tree/ 题目: Given n nodes labeled from 0 to n - 1 and a list of undirected edges (each edge is a pair
分类:其他好文   时间:2016-03-03 13:02:17    阅读次数:172
P103 单源最短路问题 第三种Dijkstra算法
///通过队列,找出最小的dis[]值,取出配对的vertex值。 /// stack priority_queue set struct edge { int to; int cost; } ; vector <edge>G[MZX_V];///表 typedef pair<int ,int >
分类:编程语言   时间:2016-03-02 23:44:17    阅读次数:182
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!