码迷,mamicode.com
首页 >  
搜索关键字:decide    ( 327个结果
Linux LVM简明教程
建2块 linux lvm 格式的 分区 fdisk /dev/vdb Welcome to fdisk (util-linux 2.23.2). Changes will remain in memory only, until you decide to write them. Be caref ...
分类:系统相关   时间:2020-01-13 22:06:57    阅读次数:130
Start a GIT Repository Tutorial
Start a GIT Repository The first step in creating a GIT repository is finding where to actually create it. You can either create the repository on you ...
分类:其他好文   时间:2020-01-11 09:59:40    阅读次数:79
TSPP THE TRAVELING SALESMAN
Coursework Brief: ASSIGNMENT: THE TRAVELING SALESMAN PROBLEM WITH PROFITS (TSPP) In the Traveling Salesman Problem with Profits (TSPP) and time limit ...
分类:其他好文   时间:2020-01-10 20:15:18    阅读次数:85
工厂方法模式
8.2 工厂方法模式的定义工厂方法模式使用的频率非常高, 在我们日常的开发中总能见到它的身影。 其定义为:Define an interface for creating an object,but let subclasses decide which class toinstantiate.Fa ...
分类:其他好文   时间:2020-01-08 10:41:59    阅读次数:80
L.O.V.E
You know fear is going to be a player in your life要知道在你的一生中,恐惧总会如影随形But you get to decide how much.不过你要决定它将占据多少分量You can spend your whole life imagini ...
分类:其他好文   时间:2019-11-30 20:54:22    阅读次数:117
FizzBuzzWhizz
Problem You are a physical education teacher, in five minutes a class from the class, you decide to get into a game. There are 100 students in our cla ...
分类:其他好文   时间:2019-11-03 13:03:48    阅读次数:86
【设计模式】FactoryPattern工厂模式
Factory Pattern 简单工厂模式 将变化的部分封装起来 工厂方法模式 It defines an interface for creating an object, but lets subclasses decide which class to instantiate. Factor ...
分类:其他好文   时间:2019-10-27 13:10:07    阅读次数:111
垃圾回收机制
[TOC] Python的垃圾回收机制是以:引用计数器为主,标记清除和分代回收为辅。 1. 引用计数器 每个对象内部都维护了一个值,该值记录这此对象被引用的次数,如果次数为0,则Python垃圾回收机制会自动清除此对象。下图是Python源码中引用计数器存储的代码。 引用计数器的获取及代码示例: 2 ...
分类:其他好文   时间:2019-10-18 22:28:11    阅读次数:94
vjudge A Funny Game 思维题 (其实今天讲的全是数学。。。)
原文链接https://vjudge.net/contest/331993#problem/H Alice and Bob decide to play a funny game. At the beginning of the game they pick n(1 <= n <= 10 6) co ...
分类:其他好文   时间:2019-10-06 20:58:13    阅读次数:128
【DP 好题】Kick Start 2019 Round C Catch Some
"题目链接" 题目大意 在一条数轴上住着 $N$ 条狗和一个动物研究者 Bundle。Bundle 的坐标是 0,狗的坐标都是正整数,可能有多条狗住在同一个位置。每条狗都有一个颜色。Bundle 需要观测 $K$ 条狗。要观测一条狗 Bundle 必须走到狗的住处,并且穿着和狗同色的衣服。Bundl ...
分类:其他好文   时间:2019-10-02 10:28:12    阅读次数:132
327条   上一页 1 2 3 4 5 ... 33 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!