水题,裸的最短路。const maxn=6200001;type link=^node; node=record t,d:longint; f:link; end;var n,m,s,i,j,u,v,w,max:longint;adj:array[0..3000] of link;...
分类:
其他好文 时间:
2015-09-16 20:03:55
阅读次数:
133
本文介绍了一款水波滤镜的实现过程,并提供了DEMO程序的下载地址,跟大家分享!...
分类:
其他好文 时间:
2015-09-15 13:07:49
阅读次数:
167
WAVE文件格式是Microsoft为存储多媒体的RIFF规范的一部分。一个RIFF文件以一个文件头开始,然后是一系列的数据块。一个WAVE文件常常仅由一个WAVE块构成,WAVE块包含一个说明格式的fmt块和存储取样信息的数据块。标准WAVE文件格式偏移长度(字节)变量名描述备注04ChunkID...
分类:
其他好文 时间:
2015-09-10 11:01:40
阅读次数:
284
原文地址:http://www.cnblogs.com/zyw-205520/archive/2013/02/17/2914190.html 转自(http://www.starming.com/index.php?action=plugin&v=wave&tpl=union&ac=viewgrou...
分类:
移动开发 时间:
2015-09-08 08:25:28
阅读次数:
264
Problem Description:A triangle field is numbered with successive integers in the way shown on the picture below.The traveller needs to go from the cel...
分类:
其他好文 时间:
2015-09-08 00:21:08
阅读次数:
147
1,dump wave by system function $vcdpluson(level_number,module_instance,....|net_or_reg) $vcdplusoff(module_instance,...|net_or_reg)2.debug仿真时下面要考虑:1.....
分类:
其他好文 时间:
2015-09-03 19:13:21
阅读次数:
271
Problem Description
Kingdom Rush is a popular TD game, in which you should build some towers to protect your kingdom from monsters. And now another wave of monsters is coming and you need again to kn...
分类:
其他好文 时间:
2015-08-29 11:14:29
阅读次数:
165
题目链接:
https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1687题意:给你n个城市到m个海港的距离,求每个城市都有船只去的最短平均航行距离。源点向城市建边 城市向海港 海港向汇点建边 容量为1,最后城市向海港的费用为距离代码:#include<stdi...
分类:
其他好文 时间:
2015-08-16 13:50:09
阅读次数:
166
uva 1416 Warfare And LogisticsDescriptionThe army of United Nations launched a new wave of air strikes on terrorist forces. The objective of the mission is to reduce enemy’s logistical mobility. Each a...
分类:
其他好文 时间:
2015-08-11 23:38:26
阅读次数:
230