码迷,mamicode.com
首页 >  
搜索关键字:represent    ( 1045个结果
day01-day04总结- Python 数据类型及其用法
Python 数据类型及其用法: 本文总结一下Python中用到的各种数据类型,以及如何使用可以使得我们的代码变得简洁。 基本结构 我们首先要看的是几乎任何语言都具有的数据类型,包括字符串、整型、浮点型以及布尔类型。这些基本数据类型组成了基本控制块,从而创建我们的Python应用程序。 字符串 字符 ...
分类:编程语言   时间:2016-11-05 17:54:02    阅读次数:248
中国计算机学会CCF推荐国际学术会议期刊
中国计算机学会推荐国际学术期刊 (计算机系统与高性能计算) 一、A类 序号 刊物简称 刊物全称 出版社 网址 1 TOCS ACM Transactions on Computer Systems ACM http://tocs.acm.org/ 2 TOC IEEE Transactions on ...
分类:其他好文   时间:2016-11-03 16:02:04    阅读次数:413
LeetCode 423. Reconstruct Original Digits from English
Given a non-empty string containing an out-of-order English representation of digits 0-9, output the digits in ascending order. Note: Example 1: Examp ...
分类:其他好文   时间:2016-11-03 14:07:19    阅读次数:209
POJ-2352 Stars(树状数组)
Stars Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 44071 Accepted: 19125 Description Astronomers often examine star maps where stars are ...
分类:编程语言   时间:2016-11-02 01:13:52    阅读次数:254
Objective-C数据保存和读取
一、NSCoding协议中的Archiving和Unarchiving (1)Archiving一个object,会记录这个对象的所有的properties到filesystem; (2)Unarchiving一个object,会从data中重新创建这个object。 类中的实力要Archiving ...
分类:其他好文   时间:2016-11-01 18:47:11    阅读次数:307
401. Binary Watch
【题目】 【题目】 Total Accepted: 10330 Total Submissions: 24061 Difficulty: Easy Contributors: Admin A binary watch has 4 LEDs on the top which represent the ...
分类:其他好文   时间:2016-10-31 09:14:54    阅读次数:252
hdu 5795
A Simple Nim Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 948 Accepted Submission(s): 559 Prob ...
分类:其他好文   时间:2016-10-30 13:42:09    阅读次数:255
【POJ-1390】Blocks 区间DP
Blocks Time Limit: 5000MS Memory Limit: 65536K Total Submissions: 5252 Accepted: 2165 Description Some of you may have played a game called 'Blocks'. ...
分类:其他好文   时间:2016-10-27 20:50:16    阅读次数:293
IOS开发-图片上传
目前IOS端开发,图片上传到服务器分为两种,一种是直接上到服务器,一种是借助第三方储存(减少服务器压力)。 一、直接上传到服务器 二、上传到第三方服务器存储-七牛云存储 原来公司的项目也是上传到公司服务器上,但想着图片量会很大,随着图片量的增多,后期也是一个问题,所以我决定使用七牛云作为图片存储盘, ...
分类:移动开发   时间:2016-10-26 07:14:46    阅读次数:210
URAL 1077 Travelling Tours(统计无向图中环的数目)
Travelling Tours Time limit: 1.0 secondMemory limit: 64 MB There are N cities numbered from 1 to N (1 ≤ N ≤ 200) and M two-way roads connect them. The ...
分类:其他好文   时间:2016-10-25 19:20:42    阅读次数:247
1045条   上一页 1 ... 63 64 65 66 67 ... 105 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!