自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (5)
  • 收藏
  • 关注

原创 [zoj2676]

#include #include #include #include #include #define EPS 1e-9 #define INF 0x3f3f3f3f #define MAX_V 5000 #define MAX_E 500 using namespace std; struct edge{int from,to,rev;double cap;}es[MAX_E]; v

2015-12-26 16:15:35 289 1

原创 poj3187 Backward Digit Sums

Description FJ and his cows enjoy playing a mental game. They write down the numbers from 1 to N (1 <= N <= 10) in a certain order and then sum adjacent numbers to produce a new list with one fewer n

2015-10-23 15:45:03 328

原创 poj3669 流星雨

Description Bessie hears that an extraordinary meteor shower is coming; reports say that these meteors will crash into earth and destroy anything they hit. Anxious for her safety, she vows to fin

2015-10-23 15:42:01 416

数模算法集合

数模中所用到的算法大集合,全面清晰,里面有matlab代码,根据算法学matlab更好学。

2019-02-27

Ray Tracing in a weekend 光线追踪

光线追踪快速入门,C++程序,易读易入门。计算机图形学。

2019-02-27

计算机系统元素(The_Elements_of_Computing systems)

从逻辑门到俄罗斯方块

2017-08-20

Python黑客基础(Understanding Network Hacks - Attack and Defense with Python (2015))

黑客基础

2017-08-20

机器学习代码速查手册 (Keras|Numpy|Pandas|SciPy|Matplotlib|Scikit-learn|ggplot2)

帮助初学者的一个代码速查表

2017-08-15

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除