码迷,mamicode.com
首页 >  
搜索关键字:autumn    ( 116个结果
E - Apple Tree(树状数组+DFS序)
There is an apple tree outside of kaka's house. Every autumn, a lot of apples will grow in the tree. Kaka likes apple very much, so he has been carefu ...
分类:移动开发   时间:2019-06-01 21:30:38    阅读次数:128
java常用类--------枚举的基本使用
package cn.zxg.PackgeUse;/** * 测试枚举的基本使用 */public class TestEnum { public static void main(String[] args) { Season a=Season.AUTUMN; switch (a){ case S ...
分类:编程语言   时间:2019-05-23 00:10:38    阅读次数:134
42028: Assignment 2 – Autumn
42028: Assignment 2 – Autumn 2019 Page 1 of 4Faculty of Engineering and Information TechnologySchool of Software42028: Deep Learning and Convolutional ...
分类:其他好文   时间:2019-05-12 19:51:54    阅读次数:127
win10、Ubuntu14.04双系统正确卸载Ubuntu的方法
参考博客:http://www.cnblogs.com/xia-Autumn/p/6294055.html 问题描述:由于python问题Ubuntu系统崩了,登录之后无法进入桌面。重装桌面时报错,无奈之下选择重装系统。 一、先判断双系统启动方式 以管理员身份运行cmd,输入命令bcdedit。找到 ...
分类:Windows程序   时间:2019-02-01 11:38:42    阅读次数:561
枚举类
package object01; public enum Season { //定义枚举类 spring, summer, autumn, winter;} //测试 public class EnumTest { public void judge(Season a) { switch (a) ...
分类:其他好文   时间:2019-01-22 20:12:35    阅读次数:187
P4867 Gty的二逼妹子序列
题目描述 Autumn和Bakser又在研究Gty的妹子序列了!但他们遇到了一个难题。 对于一段妹子们,他们想让你帮忙求出这之内美丽度∈[a,b]的妹子的美丽度的种类数。 为了方便,我们规定妹子们的美丽度全都在[1,n]中。 给定一个长度为n(1≤n≤100000)的正整数序列s(1≤si≤n),对 ...
分类:其他好文   时间:2018-10-15 18:27:30    阅读次数:216
枚举的使用
package chapter02; public enum Season { //定义四个变量 SPRING,SUMMER,AUTUMN,WINTER; //定义一个私有构造方法 private Season(){ } } package com.bjpowernode.t02; public c ...
分类:其他好文   时间:2018-09-13 16:20:52    阅读次数:129
枚举是如何实现的?(枚举的线程安全性及序列化问题)
枚举是如何实现的?(枚举的线程安全性及序列化问题) 枚举是如何保证线程安全的 举例源码 1 public enum t { 2 SPRING,SUMMER,AUTUMN,WINTER; 3 } 反编译源码 1 public final class T extends Enum 2 { 3 priva ...
分类:编程语言   时间:2018-08-31 01:17:08    阅读次数:565
hdu6406 Taotao Picks Apples 多校第8场1010
Problem Description There is an apple tree in front of Taotao's house. When autumn comes, n apples on the tree ripen, and Taotao will go to pick these ...
分类:移动开发   时间:2018-08-16 21:02:19    阅读次数:223
Apple Tree POJ - 3321 dfs序列构造树状数组(好题)
There is an apple tree outside of kaka's house. Every autumn, a lot of apples will grow in the tree. Kaka likes apple very much, so he has been carefu ...
分类:移动开发   时间:2018-08-03 18:07:31    阅读次数:198
116条   上一页 1 2 3 4 5 ... 12 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!