2016年11月29日

POJ_2387_最短路

摘要: Til the Cows Come Home Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 46859 Accepted: 15941 Description Bessie is out in the field and wan 阅读全文

posted @ 2016-11-29 20:59 JASONlee3 阅读(363) 评论(0) 推荐(0) 编辑

HDU_3172_带权并查集

摘要: Virtual Friends Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 8229 Accepted Submission(s): 2363 阅读全文

posted @ 2016-11-29 19:53 JASONlee3 阅读(387) 评论(0) 推荐(0) 编辑

Python_多线程1(创建线程,简单线程同步)

摘要: threading 模块除了包含 _thread 模块中的所有方法外,还提供的其他方法: threading.currentThread(): 返回当前的线程变量。 threading.enumerate(): 返回一个包含正在运行的线程的list。正在运行指线程启动后、结束前,不包括启动前和终止后 阅读全文

posted @ 2016-11-29 09:19 JASONlee3 阅读(371) 评论(0) 推荐(0) 编辑

导航