最新 最热

iOS开发—音视频入门学习必看

相对于视频,可观察这个现象.音频在学习过程,就缺乏了想象的空间.但是如果从原理出发,就不会那么难了.

2019-03-08
1

动态规划(二)HDU1114

Sample Input 3 10 110 2 1 1 30 50 10 110 2 1 1 50 30 1 6 2 10 3 20 4

2019-02-21
1

数论(一)LOJ1282

You are given two integers: n and k, your task is to find the most significant three digits, and least significant three digits of nk.

2019-02-21
1

LightOJ 1203--Guarding Bananas(二维凸包+内角计算)

Once there was a lazy monkey in a forest. But he loved banana too much. One day there was a storm in the jungle and all the bananas fell from the trees. The mon...

2019-02-20
1

BZOJ 1193--马步距离

1193: [HNOI2006]马步距离 Time Limit: 10 Sec Memory Limit: 162 MB Submit: 2267 Solved: 1026 Description 在国际象棋和中国象棋中,马的移动规则相同,都是走“日”字,我们将这种移动方式称为马步移动。如图所...

2019-02-20
1

POJ 2653--Pick-up sticks(判断线段相交)

Pick-up sticks Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 14568 Accepted: 5510 Description

2019-02-20
1

使用R完成逻辑斯蒂回归分类 直接上代码,如下:

版权声明:本文为博主原创文章,欢迎交流分享,未经博主允许不得转载。https://blog.csdn.net/HHTNAN/article/details/54571941

2019-02-13
1

BZOJ1023: [SHOI2008]cactus仙人掌图(仙人掌dp)

如果某个无向连通图的任意一条边至多只出现在一条简单回路(simple cycle)里,我们就称这张图为仙人掌图(cactus)。所谓简单回路就是指在图上不重复经过任何一个顶点的回路。...

2019-01-30
1

BZOJ2761: [JLOI2011]不重复数字(map)

例如,给出的数为1 2 18 3 3 19 2 3 6 5 4,其中2和3有重复,去除后的结果为1 2 18 3 19 6 5 4。

2019-01-30
1

BZOJ3675: [Apio2014]序列分割(斜率优化)

小H最近迷上了一个分隔序列的游戏。在这个游戏里,小H需要将一个长度为n的非负整数序列分割成k+1个非空的子序列。为了得到k+1个子序列,小H需要重复k次以下的步骤:...

2019-01-30
1