码迷,mamicode.com
首页 >  
搜索关键字:simple    ( 6450个结果
PAT 甲级 1046.Shortest Distance C++/Java
题目来源 The task is really simple: given N exits on a highway which forms a simple cycle, you are supposed to tell the shortest distance between any pair ...
分类:编程语言   时间:2020-02-05 18:43:00    阅读次数:78
PAT Advanced 1060 Are They Equal (25分)
If a machine can save only 3 significant digits, the float numbers 12300 and 12358.9 are considered equal since they are both saved as 0 with simple c ...
分类:其他好文   时间:2020-02-05 18:21:41    阅读次数:84
13.Android-ListView使用、BaseAdapter/ArrayAdapter/SimpleAdapter适配器使用
1.ListView ListView 是 Android 系统为我们提供的一种列表显示的一种控件,使用它可以用来显示我们常见的列表形式。继承自抽象类 AdapterView。继承图如下所示: 以微信好友列表为例: 里面的每个好友就是由一个个 item 组成的,而每个item都存在Adapter适配 ...
分类:移动开发   时间:2020-02-04 23:25:59    阅读次数:183
codeforces 962 F Simple Cycles Edges
求简单环,即求点=边数的点双分量,加上判断点和边的模板即可 const int maxm = 1e5+5; int head[maxm<<1], edgecnt, dfn[maxm], low[maxm], bcc_cnt, bccnum[maxm], dfs_clock, s[maxm], top ...
分类:其他好文   时间:2020-02-04 13:47:50    阅读次数:76
Android Studio安装及环境配置教程(转)
源链接:https://blog.csdn.net/xuw_xy/article/details/89524335 感谢博主!很详细。 注:version:2.3 1111MicrosoftInternetExplorer402DocumentNotSpecified7.8 磅Normal0 前言: ...
分类:移动开发   时间:2020-02-04 13:39:38    阅读次数:465
设计模式-03工厂方法模式(Factory Method Pattern)
插曲.简单工厂模式(Simple Factory Pattern) 介绍工厂方法模式之前,先来做一个铺垫,了解一下简单工厂模式,它不属于 GoF 的 23 种经典设计模式,它的缺点是增加新产品时会违背“开闭原则”。 1.模式动机 考虑一个简单的软件应用场景,一个软件系统可以提供多个外观不同的按钮(如 ...
分类:其他好文   时间:2020-02-04 10:31:49    阅读次数:103
linux中pip更改国内源
常用pip国内镜像源如下:豆瓣https://pypi.doubanio.com/simple/网易https://mirrors.163.com/pypi/simple/阿里云https://mirrors.aliyun.com/pypi/simple/清华大学https://pypi.tuna.tsinghua.edu.cn/simple/更改方式如下有如下两种:1、执行pip命令时使用“-i
分类:系统相关   时间:2020-02-04 00:53:15    阅读次数:102
PAT 甲级 1108 Finding Average (20分)
1108 Finding Average (20分) The basic task is simple: given N real numbers, you are supposed to calculate their average. But what makes it complicated ...
分类:其他好文   时间:2020-02-04 00:16:37    阅读次数:66
更换Python pip库镜像地址
一般安装python之后,pip默认的镜像地址是:https://pypi.org/simple 但是由于默认的官方pypi经常被墙,或者连接速度较慢,导致pip安装经常不可用或者下载安装包失败,所以我们最好是将自己使用的pip源更换一下,使用境内的pip镜像安装源。网上有很多可用的源,例如:清华大... ...
分类:编程语言   时间:2020-02-03 19:10:42    阅读次数:134
Web_XML
第1章 XML简介 “当 XML(扩展标记语言)于 1998 年 2 月被引入软件工业界时,它给整个行业带来了一场风暴。有史以来第一次,这个世界拥有了一种用来结构化文档和数据的通用且适应性强的格式,它不仅仅可以用于 Web,而且可以被用于任何地方。” --《Designing With Web St ...
分类:Web程序   时间:2020-02-01 23:17:52    阅读次数:97
6450条   上一页 1 ... 59 60 61 62 63 ... 645 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!