码迷,mamicode.com
首页 >  
搜索关键字:Beginner    ( 341个结果
A Beginner’s Guide to Webpack 4 and Module Bundling
原文: https://www.sitepoint.com/beginners-guide-webpack-module-bundling/ This article is featured in our book, Modern JavaScript Tools & Skills. Get fam ...
分类:Web程序   时间:2019-11-06 22:36:34    阅读次数:145
ROS_tutorial02:Creat rospackage
所创建的包都在 /catkin_ws/src 文件夹下面。 ros的工作空间的文件结构如下: 创建ros package: 然后进行source及catkin_make,教程中创建一个名为 beginner_tutorials 的包,依赖包为 roscpp、rospy、std_msgs 创建: 查看 ...
分类:其他好文   时间:2019-10-30 22:18:59    阅读次数:107
AtCoder Beginner Contest 144:E.Gluttony【题解】
题目链接:https://atcoder.jp/contests/abc144/tasks/abc144_e 一道很简单的二分加贪心,但我在比赛时没过。因为我输入错了,它竟然加上样例还有6个点是对的,于是我查了半小时都没发现这件事,到最后只能怀疑是自己想法错了放弃。 (我不管我不管,是数据的锅!)至 ...
分类:其他好文   时间:2019-10-28 14:28:59    阅读次数:55
AtCoder Beginner Contest 144 题解
传送门 $cf$ 自闭了,打 $abc$ 散散心 A - 9x9 ...这个有什么好讲的吗,题目看懂就会做了 #include<iostream> #include<cstdio> #include<algorithm> #include<cstring> #include<cmath> using ...
分类:其他好文   时间:2019-10-28 12:14:48    阅读次数:128
[叩响C#之门]写给初学者:多线程系列(七)——互锁(Interlocked类)
前言:我第一次接触“线程”的概念时,觉得它深奥难懂,看了好多本书,花了很长时间才领悟到它的真谛。现在我就以一个初学者的心态,把我所理解的“多线程”描述给大家。这一次是系列文章,比较完整的展示与线程相关的基本概念。希望对初学者有所帮助。语言比较精炼,有些地方需要反复阅读。 目录(欲看前面的章节,请点击 ...
分类:编程语言   时间:2019-10-11 12:56:42    阅读次数:159
AtCoder Beginner Contest 142【D题】【判断素数的模板+求一个数的因子的模板】
D - Disjoint Set of Common Divisors Problem Statement Given are positive integers AA and BB. Let us choose some number of positive common divisors of  ...
分类:其他好文   时间:2019-09-29 11:15:27    阅读次数:133
AtCoder Beginner Contest 116 C题 【题意:可以在任意区间【L,R】上加1,求通过最少加1次数得到题目给定的区间】】{思维好题}
C - Grand Garden In a flower bed, there are NN flowers, numbered 1,2,......,N1,2,......,N. Initially, the heights of all flowers are 00. You are given ...
分类:其他好文   时间:2019-09-27 19:17:46    阅读次数:157
Monte Carlo Tree Search – beginners guide
Monte Carlo Tree Search – beginners guide 蒙特卡洛树搜索(新手教程) ...
分类:其他好文   时间:2019-08-31 14:46:13    阅读次数:83
AtCoder Beginner Contest 133 F - Colorful Tree
题意:给出一棵n个点的树,每条边有颜色和边长两个属性,n个询问,每次询问把颜色x的边的边长变为y问u到v的路径长度是多少,询问之间独立。 解法:这道题蛮有意思的。解法参考https://www.cnblogs.com/Tieechal/p/11185912.html这位大佬的,这里说下我的理解。 对 ...
分类:其他好文   时间:2019-08-23 22:13:22    阅读次数:104
Modeling in Blender: Hammer 材质/灯光/渲染
软件环境 Blender 2.80 参考教程 Blender 2.8 Beginner Textures and Materials Tutorial https://www.youtube.com/watch?v=fZSD7pVIUkY Render Result 制作流程记录 材质 手柄使用木纹 ...
分类:其他好文   时间:2019-08-12 00:47:04    阅读次数:142
341条   上一页 1 ... 8 9 10 11 12 ... 35 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!