DPlot.v2.3.4.4 1CD Andritz.Automation.IDEAS.v6.0.0 1CD Bentley CNCCBIM OpenRoads CONNECT Edition v10.04.01.05 Win64 1CD Geotomo.RES2DINVx64.Pro.v4.8.9 ...
偏微分方程数值解 学习总结 1.知识回顾 (注:$\mit V$是线性空间) 内积 $(\cdot ,\cdot):\mit V \times \mit V \longrightarrow \mathbb{R} $ 是一个双线性映射,并且满足 $(i) (u,v)=(v,u), \forall \, ...
分类:
其他好文 时间:
2018-10-30 14:41:58
阅读次数:
260
题意: 只不过是hdu3081多加了k种选择 想一下,最多能玩x轮,是不是就是每个女生能最多选x个男生 现在题中的每个女生比3081多了k中选择 那就把女生拆点 i i‘ i --> i' 连一条权值为K的边 如果男女无争吵 连上i --> 男 权值为1 有争吵 连上i' --> 男 权值为1 ...
分类:
其他好文 时间:
2018-10-23 16:28:07
阅读次数:
195
Given a string, you need to reverse the order of characters in each word within a sentence while still preserving whitespace and initial word order. E ...
分类:
其他好文 时间:
2018-10-22 14:52:05
阅读次数:
101
On a 2 dimensional grid with R rows and C columns, we start at (r0, c0) facing east. Here, the north west corner of the grid is at the first row and c ...
分类:
其他好文 时间:
2018-10-21 13:09:21
阅读次数:
236
一、介绍 下边将介绍前端很流行的布局方式,要求两边固定,中间自适应。比较流行的布局方式有圣杯布局,双翼布局,flex布局、绝对定位布局。 二、圣杯布局 圣杯布局,顾名思义,他具有以下特点: 1.三列布局,中间自适应,两边定宽; 2.中间栏要求在浏览器中优先展示; 接下来我们看实现方式: div我们这 ...
分类:
其他好文 时间:
2018-10-21 00:59:27
阅读次数:
175
用这个函数转成罗马数字统计就行了。 string intToRoman(int num) { string c[4][10]={ {"","I","II","III","IV","V","VI","VII","VIII","IX"}, {"","X","XX","XXX","XL","L& ...
分类:
其他好文 时间:
2018-10-20 21:10:30
阅读次数:
183
linux常用命令 查询目录中内容:ls 格式:命令 [选项] [参数] 选项: -a所有 -l详细信息 -d 查询目录属性 -h 人性化显示 即人能够看懂得形式 -i 显示inode信息 参数: 文件或目录 注意:选项中的 -d、-h、-i需要与-l联合使用,才能看到效果 例子: ls -ld 查 ...
分类:
系统相关 时间:
2018-10-16 23:59:10
阅读次数:
297
研究WarCraft III 全图有一段时间了,在这里记录一下制作的过程。 首先 凭经验 假设每个单位都有一个标记 ,如果能被看见为1 不能被看见为0。用cheatengine来测试这个结论的正确性。 选择一个单位 当有该单位视野时 搜索 (byte类型) 1,走到不能看见该单位的地方 搜索0 通过 ...
分类:
其他好文 时间:
2018-10-16 19:26:47
阅读次数:
456
You are given a binary tree in which each node contains an integer value. Find the number of paths that sum to a given value. The path does not need t ...
分类:
其他好文 时间:
2018-10-15 18:16:12
阅读次数:
167