码迷,mamicode.com
首页 >  
搜索关键字:moral graph    ( 3648个结果
微信 新浪
//QQ URL public ActionResult QQLocation() { var response_type = "code"; string state = "1"; string url = string.Format("https://graph.qq.com/oauth2.0/...
分类:微信   时间:2016-01-20 19:12:56    阅读次数:297
C# vba 操作 Word
添加引用Microsoft Word *.0 Object LibraryMicrosoft Graph *.0 Object Library变量说明Object oMissing = System.Reflection.Missing.Value;object oEndOfDoc = "\\end...
分类:编程语言   时间:2016-01-18 20:25:51    阅读次数:523
南沙政府应急系统之GIS一张图(arcgis api for flex)讲解(十三)台风模块
大概的思路如下:从后台数据库获取台风的信息列表,展示在界面的表格里面;点击某条台风选项时候,会动态的在地图上展示台风的轨迹信息出来,点击某个时刻的台风轨迹时候,会弹出该时刻的台风详情气泡窗口来展示; 具体的技术:利用arcgis api的Geometry(Point、Polyline)、Graph...
分类:Windows程序   时间:2016-01-17 12:23:37    阅读次数:400
UVA11090 Going in Cycle!! (二分+SPFA推断有无负权)
IIUPC2006Problem G: Going in Cycle!!Input: standard inputOutput: standard outputYou are given a weighted directed graph withnvertices andmedges. Each ...
分类:其他好文   时间:2016-01-16 09:44:39    阅读次数:225
Route Between Two Nodes in Graph (java)
Given a directed graph, design an algorithm to find out whether there is a route between two nodes.ExampleGiven graph:A----->B----->C \ | \ | ...
分类:编程语言   时间:2016-01-16 07:35:41    阅读次数:210
python 图实现
#coding:utf-8__author__ = 'similarface'class Graph: def __init__(self,label,extra=None): #节点是类实例 self.name=label #而图是由类实例链接而成 ...
分类:编程语言   时间:2016-01-13 23:21:41    阅读次数:218
2016/01/13开始学习git:分支管理:解决冲突
git log --graph --pretty=oneline --abbrev-commit
分类:其他好文   时间:2016-01-13 15:45:39    阅读次数:124
HDU 5607 graph(矩阵优化+概率DP)
该题很容易想到求概率的转移方程:用d[i][j]表示第i...
分类:其他好文   时间:2016-01-13 13:04:19    阅读次数:161
CSU 1659: Graph Center(SPFA)
1659: Graph CenterTime Limit: 1 SecMemory Limit: 128 MBSubmit: 63Solved: 25[id=1659">Submit][Status][Web Board]DescriptionThe center of a graph is the...
分类:其他好文   时间:2016-01-12 13:38:19    阅读次数:125
正则表达式(常用表达式)
x字符x\\反斜线字符\0n带有八进制值0的字符n(0?@[\]^_`{|}~\p{Graph}可见字符:[\p{Alnum}\p{Punct}]\p{Print}可打印字符:[\p{Graph}\x20]\p{Blank}空格或制表符:[ \t]\p{Cntrl}控制字符:[\x00-\x1F\x...
分类:其他好文   时间:2016-01-09 00:59:52    阅读次数:260
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!