进度条动画效果: <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="vie ...
分类:
Web程序 时间:
2018-08-03 21:43:45
阅读次数:
850
1 namespace ISAP { 2 int tot, n, m, src, tar, qh, qt; 3 ll ans; 4 struct edge { 5 int vet, next, len; 6 } E[LEN * 2]; 7 int dis[LEN], gap[LEN], head[L... ...
分类:
其他好文 时间:
2018-08-03 19:40:51
阅读次数:
266
文章全屏动画切换效果 <!doctype html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="v ...
分类:
Web程序 时间:
2018-08-02 16:07:48
阅读次数:
281
3D对话框窗口插件效果: <!doctype html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name= ...
分类:
Web程序 时间:
2018-07-31 13:40:22
阅读次数:
217
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <meta name="viewport" content="m ...
分类:
其他好文 时间:
2018-07-29 15:21:13
阅读次数:
381
有时候生成的代码,并不适用自己,所以想想改生成代码: 因为windows查找文件/文件内容非常慢,所以借用了一下Linux的搜索命令,查找了一下 ie=edge ,最后,找到了 expand-full.js 修改过程如下 把名字拷贝一下,然后放入到 用vsCode打开它 原来生成的代码是 后来生成的 ...
分类:
其他好文 时间:
2018-07-28 16:48:26
阅读次数:
149
一、使用css 给body加上样式:user-select: none; 二、使用js document.oncontextmenu=new Function("event.returnValue=false"); //在谷歌、edge等现代浏览器中禁止右键功能 document.onselects ...
分类:
Web程序 时间:
2018-07-25 20:08:28
阅读次数:
139
#include using namespace std; int n,m; int f[5005]; void clean() { for(int i=1;i>n>>m; clean(); for(int i=1;i>a>>b>>w; edge[i].a=a; edge[i].b=b; edge[... ...
分类:
其他好文 时间:
2018-07-21 14:38:07
阅读次数:
112
关于图的一些定义 ·图:由两个集合{V,E}所组成,记作G(V,E) ? V是图中顶点(Vertex)的非空有限集合。 ? E是图中边(Edge)的有限集合。 ? 这里只考虑简单图:无自环、无重边(平行边) ? 子图(subgraph):边的子集,以及相关联的点集 ←无向图 ←有向图,* {v2,v ...
分类:
其他好文 时间:
2018-07-19 13:48:40
阅读次数:
150
In a directed graph, we start at some node and every turn, walk along a directed edge of the graph. If we reach a node that is terminal (that is, it h ...
分类:
其他好文 时间:
2018-07-16 21:13:09
阅读次数:
195