码迷,mamicode.com
首页 >  
搜索关键字:practice    ( 1575个结果
数论(数论题)
数论 Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Submit Status Practice URAL 1095 Description 给出一个数N,含有数字1,2,3,4.把N的所有位数重新排列一下组 ...
分类:其他好文   时间:2016-11-09 19:58:30    阅读次数:206
石子合并DP
DP Time Limit:3000MS Memory Limit:131072KB 64bit IO Format:%lld & %llu Submit Status Practice HYSBZ 3229 DP Submit Status Practice HYSBZ 3229 Descript ...
分类:其他好文   时间:2016-11-09 19:43:54    阅读次数:193
Codeforces 66C
C - Petya and File System Time Limit:3000MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64u Submit Status Practice CodeForces 66C Appoint descript ...
分类:其他好文   时间:2016-11-09 11:23:46    阅读次数:199
用户登录
sys user_file=lock_file=f=(user_file,) user_list=f.readlines() :username=().strip() lock_list=(lock_file,) linelock_list.readlines(): line=line.split() username==line[]: sys.exit(%username) lineuser_list: line=line.split() username==line[]: limit(): passwor..
分类:其他好文   时间:2016-10-31 22:58:05    阅读次数:321
docker-gerrit
Docker Hub https://yeasy.gitbooks.io/docker_practice/content/repository/dockerhub.html 但如何直接下载成压缩文件呢,离线使用 Find and download a Docker image https://get ...
分类:其他好文   时间:2016-10-30 17:05:46    阅读次数:568
在存储过程里创建临时表,往表中直接插入数据
1 CREATE PROCEDURE [dbo].[Proc_PX_Practice] 2 @PageSize int, --每页多少个 3 @CurrPage int --当前页 4 5 AS 6 begin 7 create table #temp_table( 8 Row_ID int ide ...
分类:其他好文   时间:2016-10-24 13:54:14    阅读次数:196
敏捷软件开发 VS. 传统软件工程
敏捷软件开发 VS. 传统软件工程 自从计算机诞生至今,程序是计算机的灵魂,程序从曾经的小型的计算功能发展到如今的神奇作用,代码行数更是几何倍数的增长。面对软件的开发,人们提出了各种方法以适应不同规模下不同软件的开发。传统方式的软件开发被人们发现越来越多的问题,敏捷开发的概念也在这么多年的编程经历下 ...
分类:其他好文   时间:2016-10-23 14:30:07    阅读次数:333
1096 A+B for Input-Output Practice (VIII)
#include<iostream>using namespace std;int main(){ int ts; cin>>ts; for(int i=0;i<ts-1;i++){ int n,a,b; while(cin>>n){ int sum = 0; while(n--){ int t; ...
分类:其他好文   时间:2016-10-22 15:11:37    阅读次数:171
H - Computer Transformation(简单数学题+大数)
H - Computer Transformation Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Submit Status Practice _ H - Computer Transformation ...
分类:其他好文   时间:2016-10-15 20:02:57    阅读次数:140
Wooden Sticks(hdu1051)
Wooden Sticks Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Submit Status Practice _ Description There is a pile of n wooden st ...
分类:其他好文   时间:2016-10-15 19:02:57    阅读次数:173
1575条   上一页 1 ... 68 69 70 71 72 ... 158 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!