码迷,mamicode.com
首页 >  
搜索关键字:standard    ( 4798个结果
CodeForces 13C. Sequence 滚动数组+离散化
点击打开链接 C. Sequence time limit per test 1 second memory limit per test 64 megabytes input standard input output standard output Little Petya likes to p...
分类:编程语言   时间:2015-02-05 13:44:14    阅读次数:267
UVA 10954- Add All(优先队列)
Add All Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Description Problem F Add All Input: standard input Output: standard output Yup!! The...
分类:其他好文   时间:2015-02-05 09:33:41    阅读次数:187
UVA 10340- All in All(字符串匹配)
Problem E All in All Input: standard input Output: standard output Time Limit: 2 seconds Memory Limit: 32 MB You have devised a new encryption technique which encodes a message by inserting betw...
分类:其他好文   时间:2015-02-05 09:32:31    阅读次数:122
UVA 10763-Foreign Exchange(求入度出度是否相等)
Foreign Exchange Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Description Problem E Foreign Exchange Input: standard input Output: standard out...
分类:其他好文   时间:2015-02-04 21:53:38    阅读次数:349
软件工程读书笔记(1)——第一章 概述
第一章 概述一.软件工程概念的提出1968年NATO(North Atlantic Treaty Organization,北大西洋公约组织)会议首次提出“软件工程”概念。软件工程是为了解决开发成本效益和软件质量的问题而产生。二.软件1.什么是软件?《IEEE Standard Glossary o...
分类:其他好文   时间:2015-02-04 16:24:22    阅读次数:205
Erlang generic standard behaviours -- gen_server terminate
gen_server 主体 module 已经分析完了(http://www.cnblogs.com/--00/p/4271982.html),接着,分析下gen_server 中的terminate .首先分析一个问题, 这个问题是之前在weibo 上和别人讨论过的一个问题:Why will a ...
分类:其他好文   时间:2015-02-04 16:07:07    阅读次数:204
Erlang generic standard behaviours -- gen_server module
在分析完gen module 之后,就可以开始进入gen_server 的主体module 了.gen_server 的主体 module 暂不涵括terminate, hibernate, debug trace 相关的内容,这些会单独拉出来分析.gen_server 主要包括start 初始化部...
分类:其他好文   时间:2015-02-04 14:26:05    阅读次数:244
1009. 说反话
1009. 说反话 (20)时间限制400 ms内存限制65536 kB代码长度限制8000 B判题程序Standard作者CHEN, Yue给定一句英语,要求你编写程序,将句中所有单词的顺序颠倒输出。输入格式:测试输入包含一个测试用例,在一行内给出总长度不超过80的字符串。字符串由若干单词和若干空...
分类:其他好文   时间:2015-02-04 12:46:19    阅读次数:100
1002. 写出这个数
1002. 写出这个数 (20)时间限制400 ms内存限制65536 kB代码长度限制8000 B判题程序Standard作者CHEN, Yue读入一个自然数n,计算其各位数字之和,用汉语拼音写出和的每一位数字。输入格式:每个测试输入包含1个测试用例,即给出自然数n的值。这里保证n小于10100。...
分类:其他好文   时间:2015-02-04 12:43:23    阅读次数:159
1031. 查验身份证
1031. 查验身份证(15)时间限制200 ms内存限制65536 kB代码长度限制8000 B判题程序Standard作者CHEN, Yue一个合法的身份证号码由17位地区、日期编号和顺序编号加1位校验码组成。校验码的计算规则如下:首先对前17位数字加权求和,权重分配为:{7,9,10,5,8,...
分类:其他好文   时间:2015-02-04 10:55:23    阅读次数:114
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!