码迷,mamicode.com
首页 >  
搜索关键字:practice    ( 1575个结果
uva573 The Snail
The Snail Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %llu Submit Status Practice UVA 573 Appoint description:Description Download as PDFA snail is at the bottom of a 6-foot w...
分类:其他好文   时间:2015-07-06 14:21:01    阅读次数:118
uva107 The Cat in the Hat
The Cat in the Hat Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %llu Submit Status Practice UVA 107 Appoint description:Description Download as PDFBackground(An homage to Theod...
分类:其他好文   时间:2015-07-06 14:20:43    阅读次数:132
uva846 Steps
Steps Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %llu Submit Status Practice UVA 846 Appoint description:Description Download as PDFOne steps through integer points of the st...
分类:其他好文   时间:2015-07-06 14:18:22    阅读次数:130
采药 (背包)
题目链接:http://bailian.openjudge.cn/practice/2773/ 代码: hint:01背包#include #include #include #include using namespace std; int f[1005][1500]; int w[1005]; int v[1...
分类:其他好文   时间:2015-06-30 22:02:05    阅读次数:138
【Java3】打印三角形
1. 1 import java.io.*; 2 public class Practice { 3 public static void main(String[] args){ 4 for(int i=0; i<5; ++i){ 5 for(int...
分类:编程语言   时间:2015-06-29 21:53:57    阅读次数:113
【Java2】输出控制台传递的参数
1 import java.io.*;2 public class Practice {3 public static void main(String[] args){4 for(int i=0; i<args.length; ++i){5 Syst...
分类:编程语言   时间:2015-06-29 13:12:07    阅读次数:111
区间重合判断[poj2808 校门外的树]
题目:http://bailian.openjudge.cn/practice/2808/参考了文章,重写了代码:http://www.cnblogs.com/youxin/p/3266617.html(注:原文解法2代码有误)解法1:以空间换时间#include using namespace s...
分类:其他好文   时间:2015-06-27 22:45:20    阅读次数:153
转载 - 读网上文档 - 笔记 - JS 编程最佳实践(Best Practice)
原文地址:1). JavaScript Best Practices:http://www.w3schools.com/js/js_function_closures.asp2). JavaScript Closures http://www.w3schools.com/js/js_function...
分类:Web程序   时间:2015-06-27 18:08:32    阅读次数:112
欢迎使用CSDN-markdown编辑器
A - Power of Cryptography uva113Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %llu Submit Status Practice UVA 113 Appoint description: Background Current work in cryptography i...
分类:其他好文   时间:2015-06-23 17:59:06    阅读次数:109
BZOJ 3053(The Closest M Points-N维KD_Tree)
3053: The Closest M Points Time Limit: 10 Sec  Memory Limit: 128 MB Submit: 442  Solved: 173 [Submit][Status][Discuss] Description The course of Software Design and Development Practice is obje...
分类:其他好文   时间:2015-06-19 01:32:46    阅读次数:317
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!