码迷,mamicode.com
首页 >  
搜索关键字:practice    ( 1575个结果
2019 ICPC Asia Yinchuan Regional
[TOC] Contest Info "Practice Link" |Solved|A|B|C|D|E|F|G|H|I|J|K|L|M|N| |: :|: :|: :|: :|: :|: :|: :|: :|: :|: :|: :|: :|: :|: :|: :| |9/14|O|O| |O| | ...
分类:其他好文   时间:2019-11-30 21:26:57    阅读次数:141
2019-2020 ICPC, Asia Jakarta Regional Contest
[TOC] Contest Info "Practice Link" |Solved|A|B|C|D|E|F|G|H|I|J|K|L| |: :|: :|: :|: :|: :|: :|: :|: :|: :|: :|: :|: :|: :| |7/12|O| |O| |O| |O|O| |O|O| ...
分类:其他好文   时间:2019-11-19 13:46:44    阅读次数:94
从王者荣耀看设计模式(九.命令模式)
从王者荣耀看设计模式(命令模式) 一.简介 王者荣耀是一款团队竞技游戏。良好的团队信息交流在一定程度上能帮助队伍取得胜利。为了保证游戏的流畅性与便捷性,王者荣耀提供了快捷交流机制,在王者小地图旁边有几个快捷聊天按钮(开始撤退,发起进攻,请求结合),玩家可通过点击快捷聊天按钮发出相应命令与队友进行交流 ...
分类:其他好文   时间:2019-11-17 10:42:12    阅读次数:72
k8s容器-运维管理篇
二. 运维和管理 维护参考网址 https://jimmysong.io/kubernetes-handbook/practice/install-kubernetes-on-centos.html 1. node管理 2. deployment控制器的创建 简单的nginx应用可以定义为 cat ...
分类:其他好文   时间:2019-11-16 19:31:13    阅读次数:91
《设计模式之禅》之模板方法模式
一、模板方法模式定义 定义一个操作中的算法的框架,二将一些步骤延迟到子类中。使得子类可以不改变一个算法的结构即可重定义该算法的某些特定步骤。 Abstract-Class叫抽象模板,它的方法分为两类: 1.基本方法 基本方法也叫做基本操作,是由子类实现的方法,并且在模板方法被调用。 2.模板方法 可 ...
分类:其他好文   时间:2019-11-11 21:43:20    阅读次数:78
二级指针三种内存模型综合训练
/*** point_practice.c ***/ #include<stdio.h> #include<string.h> #include<stdlib.h> int sort( char **myp1 /*in*/, int num1, char (*myp2)[30], int num2, ...
分类:其他好文   时间:2019-11-09 21:33:43    阅读次数:75
TPO9-2Reflection in Teaching
Teachers, it is thought, benefit from the practice of reflection, the conscious act of thinking deeply about and carefully examining the interactions ...
分类:其他好文   时间:2019-11-08 21:24:12    阅读次数:103
The 2019 China Collegiate Programming Contest Harbin Site
[TOC] Contest Info "Practice Link" |Solved|A|B|C|D|E|F|G|H|I|J|K|L| |: :|: :|: :|: :|: :|: :|: :|: :|: :|: :|: :|: :|: :| |6/12|O| | | |O|O| | |O|O|O| ...
分类:其他好文   时间:2019-11-04 09:56:00    阅读次数:173
2019-2020 ICPC, NERC, Southern and Volga Russian Regional Contest
[TOC] Contest Info "Practice Link" |Solved|A|B|C|D|E|F|G|H|I|J|K|L|M|N| |: :|: :|: :|: :|: :|: :|: :|: :|: :|: :|: :|: :|: :|: :|: :| |9/14|O|O|O| |O| ...
分类:其他好文   时间:2019-11-03 10:42:53    阅读次数:131
剑指offer从尾到头打印链表python
题目描述 输入一个链表,按链表从尾到头的顺序返回一个ArrayList。 题目链接 思路 遍历链表,把结构保存在list里面,然后把list逆序输出 代码 1 # -*- coding:utf-8 -*- 2 # class ListNode: 3 # def __init__(self, x): ...
分类:编程语言   时间:2019-11-01 18:16:04    阅读次数:94
1575条   上一页 1 ... 16 17 18 19 20 ... 158 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!