题目链接: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2676题意:给出N个点和M条边,要求一个割集,使得集合中 ans = 所有边点权值和/边的数量 最小。思路:0-1分数规划。具体证明参考 胡伯涛 《最小割模型在信息...
分类:
Web程序 时间:
2015-08-05 18:11:01
阅读次数:
187
DirectSprite类有别于 上篇文档出现的 AnimationSprite类 (从头播放到尾)这个类根据 path的图,如果是 8*8 64个图 八方向,可以设置长宽和 角度角度 代表 8 个方向。Camera2DAngle类 摄像机 旋转,2d 模仿3d 观察 遍历全身。Move2DAngl...
分类:
编程语言 时间:
2015-08-05 18:10:45
阅读次数:
175
protected void Btn_Up_Click(object sender, EventArgs e) { // Specify the path on the server to // save the uploaded file to. // String savePath = @...
分类:
Web程序 时间:
2015-08-05 18:10:51
阅读次数:
113
Problem DescriptionAs we all know the Train Problem I, the boss of the Ignatius Train Station want to know if all the trains come in strict-increasing...
分类:
其他好文 时间:
2015-08-05 18:08:30
阅读次数:
148
定义顺序表的结构 用数组来模拟顺序表的保存形式,在顺序表中还需定义一个变量,用来保存顺序表中已有元素的数量。 typedef struct//定义顺序表结构 { DATA ListData[MAXSIZE+1]; //保存顺序表的数组 int ListLen; //顺序表已存节点的...
分类:
其他好文 时间:
2015-08-05 18:08:02
阅读次数:
144
下面的示例演示如何使用透视投影来创建 3D 空间。该示例演示如何通过projectionCenter属性来修改消失点和更改空间的透视投影。进行这种修改后,将强制重新计算focalLength和fieldOfView(及其相关的 3D 空间扭曲)。此示例:创建一个名为center的 sprite,作为...
分类:
其他好文 时间:
2015-08-05 18:10:30
阅读次数:
148
学习资料:1. pusher官网:https://pusher.com/2. pusher文档:https://pusher.com/docs3. pusher-http-go源码:https://github.com/pusher/pusher-http-go4. pusher-http-go.....
分类:
Web程序 时间:
2015-08-05 18:09:58
阅读次数:
122
1、已经安装了nginx2、修改tomcat端口号为10081(可随意)3 修改nginx的nginx.config 如下:upstream apiserver { ip_hash; server 121.41.76.50:10081; } upstream consoleserver { ip_h...
分类:
其他好文 时间:
2015-08-05 18:07:23
阅读次数:
168
一:BaseAdapter:共同实现的基类的适配器,是ArrayAdapter SimpleAdapter等的父类, 一般用于比较复杂的ListView,扩展性强。 详细信息可查看谷歌官方API: http://developer.android.com/reference/android/wi.....
分类:
其他好文 时间:
2015-08-05 18:07:10
阅读次数:
112
终点必须是X时才能完成,如果是“。"则意味着终点需要走两次用mat[i][j]表示该点还能经过的次数#include"cstdio"#include"cstring"#include"queue"#include"iostream"#define MAXN 505using namespace st...
分类:
其他好文 时间:
2015-08-05 18:07:30
阅读次数:
229
public class ImageSplitter{ /** * 将图片切成 , piece *piece * * @param bitmap * @param piece * @return */ public static List...
分类:
移动开发 时间:
2015-08-05 18:08:54
阅读次数:
161
几个常用的排序算法:插入排序、快速排序、归并排序#include #include /************************************************ * 插入排序法 * 第1次循环: 5, 3, 4, 6, 2, 1 -> 5, 5, 4, 6, 2, 1 ->.....
分类:
编程语言 时间:
2015-08-05 18:08:54
阅读次数:
172
Git是一个分布式的版本控制系统,最初由Linus Torvalds编写,用作Linux内核代码的管理。在推出后,Git在其它项目中也取得了很大成功,尤其是在Ruby社区中。目前,包括Rubinius、Merb和Bitcoin在内的很多知名项目都使用了Git。Git同样可以被诸如Capistr...
分类:
其他好文 时间:
2015-08-05 18:07:43
阅读次数:
225
python的日志模块为logging,它可以将我们想要的信息输出保存到一个日志文件中。# cat log import logginglogging.debug('This is debug message')logging.info('This is info message')logging....
分类:
编程语言 时间:
2015-08-05 18:07:15
阅读次数:
184
起因:做网络交互时,经常会使用JSON作为数据的承载体,本来是件好事,但是用多了,发现iOS侧偶尔会出现异常,几经比较发现是服务器给的数据有问题,该给INT的给按照STR给了,服务器能做动态更新,可客户端不行啊,怎么办?NSDictionary读到的是id类型,如果是数字,需要再转换下才可以,出问题...
分类:
其他好文 时间:
2015-08-05 18:08:22
阅读次数:
220
Commando WarThere is a war and it doesn't look very promising for your country. Now it's time to act. You have a commando squad at your disposal and p...
分类:
其他好文 时间:
2015-08-05 18:06:26
阅读次数:
162
【解决方法】SQL> connect sys/hope as sysdba已连接。SQL> shutdown normalORA-01109: 数据库未打开已经卸载数据库。ORACLE 例程已经关闭。SQL> start mountSP2-0310: 无法打开文件 "mount.sql"SQL> s...
分类:
数据库 时间:
2015-08-05 18:06:22
阅读次数:
245