自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (1)
  • 收藏
  • 关注

原创 [C++] 完全&多重背包问题

文章目录一·完全背包问题1. 题目2. 思路二·多重背包问题1.题目2.思路一·完全背包问题1. 题目有NNN种物品和一个容量为 VVV 的背包,每种物品都有无限件可用。放入第 iii 种物品的耗费的空间是CiC_iCi​,得到的价值是WiW_iWi​。求解:将哪些物品装入背包,可使这些物品的耗费的空间总和不超过背包容量,且价值总和最大。2. 思路题目虽然说得有无限多个,但事实上最多装[...

2019-03-20 22:02:07 3702 1

原创 [C++]01背包问题

1.基本问题2.求方案数3.求装得尽量满4.求所有体积可能

2019-03-18 22:27:40 7704 1

PuTTy ssh远程连接工具

PuTTy ssh远程连接工具 v0.7.3 Security fix: on Windows, other applications were able to bind to the same TCP port as a PuTTY local port forwarding. Security fix: in bracketed paste mode, the terminal escape sequences that should delimit the pasted data were appearing together on one side of it, making it possible to misidentify pasted data as manual keyboard input. Bug fix (possibly security-related): an SSH-1 server sending a disconnection message could cause an access to freed memory. Bug fix: Windows Plink would crash on startup if it was acting as a connection-sharing downstream. Bug fix: Windows PuTTY now updates its terminal window size correctly if the screen resolution changes while it's maximised. Bug fix: tweaked terminal handling to prevent lost characters at the ends of lines in gcc's coloured error messages. Bug fix: removed a bad interaction between the 'clear scrollback' operation and mouse selection that could give rise to the dreaded "line==NULL" assertion box.

2020-01-15

空空如也

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

TA关注的人

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