有关基本图论定义与术语的知识老是记不清楚,这里做一个归纳:
图与网络(Graph and Network):
二元组(V,E)称为图(graph)。V为结点(node)或顶点(vertex)集。E为V中结点之间的边的集合。
点对(u,v)称为边(edge)或称弧(arc),其中u,v属于V,称u,v是相邻的(adjacent),称u,v,与边(u,v)相关联(incident) 或相邻。...
分类:
其他好文 时间:
2015-02-17 22:22:56
阅读次数:
215
(1)查看日志,是否有如下提示信息:EXP-00003: no storage definition found for segment(0, 0)解决方法:http://www.it165.net/database/html/201404/6145.htmlsys登陆show parameter ...
分类:
数据库 时间:
2015-02-16 10:10:36
阅读次数:
260
/etc/crontab文件和crontab -e命令区别1、格式不同前者# For details see man 4 crontabs# Example of job definition:# .---------------- minute (0 - 59)# | .-------------...
分类:
其他好文 时间:
2015-02-15 13:26:20
阅读次数:
219
1. By Default, const Objects Are Local to a File
默认情况下,const对象是本地的
这是《C++ primary 5th》里的原文
When a const object is initialized from a compile-time constant, such as in our
definition of bufSize...
分类:
编程语言 时间:
2015-02-13 16:33:37
阅读次数:
184
背景:tomcat8.0中使用taglib错误表现:java.lang.IllegalArgumentException: taglib definition not consistent with specification version原因:tomcat6以上在web.xml中定义taglib...
分类:
编程语言 时间:
2015-02-12 19:57:44
阅读次数:
187
"Delta cycles are an HDL concept used to order events that occur in zero physical time."sigasi.comTaking the definition for Sigasi, what VHDL calls de...
分类:
其他好文 时间:
2015-02-12 10:34:24
阅读次数:
172
control + command + 上下箭头键 xcode快速切换 头文件和cppcontrol + command + 上下箭头键 则是上一页与下一页的功能command + 鼠标左键 Jump to Definition 来自为知笔记(Wiz)
分类:
其他好文 时间:
2015-02-11 00:22:29
阅读次数:
150
Merge k sorted
linked lists and return it as one sorted list. Analyze and describe its complexity.
题意:将k个已经排好序的链表合并成一个
思路:用到优先队列比较简单。
/**
* Definition for singly-linked list.
* struct ListNod...
分类:
其他好文 时间:
2015-02-10 16:47:11
阅读次数:
124
Mergeksorted linked lists and return it as one sorted list. Analyze and describe its complexity./** * Definition for singly-linked list. * struct List...
分类:
其他好文 时间:
2015-02-10 15:08:02
阅读次数:
148
今天用VC6编译7Z的SDK,报错一大堆:
Compiling...
7zFile.c
F:\VC98\INCLUDE\rpcasync.h(45) : error C2220: warning treated as error - no object file generated
F:\VC98\INCLUDE\rpcasync.h(45) : warning C4115: '_RPC_ASY...
分类:
其他好文 时间:
2015-02-09 10:55:47
阅读次数:
235