软件环境 Blender 2.80 参考教程 Blender 2.8 Beginner 3D Modeling Tutorial https://www.youtube.com/watch?v=elUJCEC06r8 Render Result 制作流程记录 使用的基本建模工具有: 1、挤出 2、缩 ...
分类:
其他好文 时间:
2019-08-11 09:17:30
阅读次数:
102
AtCoder Beginner Contest 136 Contest Duration : 2019 08 04(Sun) 20:00 ~ 2019 08 04(Sun) 21:40 Website : "AtCoder BC 136" 后面几题都挺考思考角度D。 C Build Stairs ...
分类:
其他好文 时间:
2019-08-08 19:12:55
阅读次数:
108
** Beginner: How to bridge the gap between basic C++ knowledge to openFOAM programming description:I have a mechanical engineering background with onl ...
分类:
编程语言 时间:
2019-07-14 19:57:15
阅读次数:
127
(https://atcoder.jp/contests/abc133/tasks/abc133_d) 思路:每座山为2Xi,每个坝为Ai。已知Ai,求出2Xi。 根据已知的X1,则可分别求出X2-n 代码: ...
分类:
其他好文 时间:
2019-07-08 23:43:10
阅读次数:
117
UnityLearn_Beginner_UnityTips Tutorial. Unity Tips Unity官方教程_BeginnerLevel https://learn.unity.com/tutorial/unity-tips#5c7f8528edbc2a002053b481 Snap: ...
分类:
编程语言 时间:
2019-07-05 22:41:47
阅读次数:
158
前四题都好水。后面两道题好难。 C Divide the Problems #include <cstdio> #include <algorithm> using namespace std; inline int read() { int x = 0, f = 1; char ch = getc ...
分类:
其他好文 时间:
2019-07-01 17:11:59
阅读次数:
114
Small Products 思路: 整除分块+dp 打表发现,按整除分块后转移方向如下图所示,上面的块的前缀转移到下面的块 代码: ...
分类:
其他好文 时间:
2019-06-30 20:36:51
阅读次数:
117
bfs 位置+状态 just need to calculate min value(only it is useful), so O(1*x) 挺有趣的一道题。。。 ...
分类:
其他好文 时间:
2019-06-29 23:51:10
阅读次数:
140
Data arrangement 1.Reference Webs http://nlp.csai.tsinghua.edu.cn/~tcc/ https://blog.csdn.net/a609640147/article/details/89562262 https://blog.csdn.ne ...
分类:
Web程序 时间:
2019-06-25 17:21:17
阅读次数:
207