码迷,mamicode.com
首页 >  
搜索关键字:walk    ( 975个结果
图论trainning-part-1 B. A Walk Through the Forest
B. A Walk Through the ForestTime Limit: 1000msMemory Limit: 32768KB64-bit integer IO format:%I64d Java class name:MainJimmy experiences a lot of stres...
分类:其他好文   时间:2014-07-22 22:46:54    阅读次数:348
UVA - 10917 Walk Through the Forest (最短路+DP)
Description Problem C: A Walk Through the Forest Jimmy experiences a lot of stress at work these days, especially since his accident made working difficult. To relax after a hard day, he likes to ...
分类:其他好文   时间:2014-07-21 09:27:14    阅读次数:300
UVa 825 Walking on the Safe Side(DP)
Square City is a very easy place for people to walk around. The two-way streets run North-South or East-West dividing the city into regular blocks. Most street int...
分类:其他好文   时间:2014-07-20 22:33:53    阅读次数:295
UVA 10196 Morning Walk
Problem H Morning Walk Time Limit 3 Seconds Kamalis a Motashotaguy. He has got a new job in Chittagong. So, he has moved to Chittagong fromDinajpur. He was getting fatter i...
分类:其他好文   时间:2014-07-18 17:01:16    阅读次数:219
杭电1142(最短路径+dfs)
A Walk Through the ForestTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 5421Accepted Submission(s...
分类:其他好文   时间:2014-07-17 23:33:30    阅读次数:518
SharePoint Provider Hosted App Walk through -- Foreword
Here, you can find how to create and deploy a SharePoint Provider hosted App, and there are some simply demos about how to connect the SharePoint usin...
分类:移动开发   时间:2014-07-17 18:24:20    阅读次数:279
批量运行文件
#coding=utf-8import osimport timedef Rename(foldname): for parent,dirnames,filenames in os.walk(foldname): for filename in filenames: ...
分类:其他好文   时间:2014-07-16 21:11:53    阅读次数:170
Windows C++ 非递归式(stack)深度优先遍历目录
1 #include 2 #include 3 #include 4 #include 5 #include 6 7 typedef void (__stdcall *P_WALK_DIR_CALLBACK)(const std::string &In_strFilePath); 8 ...
分类:编程语言   时间:2014-07-16 19:31:47    阅读次数:256
python学习记录第五篇--遍历目录
#coding=utf-8'''@author:简单遍历目录删除文件的小程序'''import os#查找文件操作def findFile(path): fileList=[] for rootPath,subRoot,fileName in os.walk(path): ...
分类:编程语言   时间:2014-07-11 10:59:54    阅读次数:178
python 函数之walk
import osfor root, dirs, files in os.walk("./"): print root print dirs print files功能:递归遍历某路径下的文件夹,文件返回的是一个三元tupple(dirpath, dirnames, filenames),di...
分类:编程语言   时间:2014-07-09 15:08:55    阅读次数:195
975条   上一页 1 ... 94 95 96 97 98 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!