自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

暮雨今夕的博客

慕雨渐阑珊,芳影依依。相携不言归,愿永今夕

  • 博客(29)
  • 收藏
  • 关注

原创 TOJ 1924.Jungle Roads

题目链接:http://acm.tju.edu.cn/toj/showp1924.html1924.   Jungle RoadsTime Limit: 1.0 Seconds   Memory Limit: 65536KTotal Runs: 1157   Accepted Runs: 786The Head Elder o

2016-09-16 23:14:58 305

原创 TOJ 2877.Paradox With Averages

题目链接:http://acm.tju.edu.cn/toj/showp2877.html2877.   Paradox With AveragesTime Limit: 3.0 Seconds   Memory Limit: 65536KTotal Runs: 2713   Accepted Runs: 769    Multiple test files

2016-09-16 17:34:18 251

原创 TOJ 2142.Pascal Library

题目链接:2142.   Pascal LibraryTime Limit: 1.0 Seconds   Memory Limit: 65536KTotal Runs: 1455   Accepted Runs: 776Pascal University, one of the oldest in the country, needs to

2016-09-16 17:09:11 331

原创 TOJ 3105.A Way To Find Primes(埃式筛法)

题目链接:http://acm.tju.edu.cn/toj/showp3105.html3105.   A Way To Find PrimesTime Limit: 1.0 Seconds   Memory Limit: 65536KTotal Runs: 1481   Accepted Runs: 778DescriptionG

2016-09-16 16:07:04 429

原创 TOJ 2838.The Eating Puzzle

题目链接:http://acm.tju.edu.cn/toj/showp2838.html2838.   The Eating PuzzleTime Limit: 1.0 Seconds   Memory Limit: 65536KTotal Runs: 1489   Accepted Runs: 776    Multiple test files

2016-09-16 01:05:58 398

原创 TOJ 2577.Rounders

题目链接:http://acm.tju.edu.cn/toj/showp2577.html2577.   RoundersTime Limit: 1.0 Seconds   Memory Limit: 65536KTotal Runs: 1203   Accepted Runs: 789Introduction:For a given numbe

2016-09-15 23:10:09 309

转载 2016计算机网络复习

转载自博客http://blog.csdn.net/bit_line/article/details/51760601#附1-2015年考试要点2016计算机网络复习\Huge \mathrm{PDF版下载}AuthorE-MailQyetfuzhengdongjian@tju.edu.cn

2016-09-12 19:11:42 869

转载 TOJ 3313.Calculation(欧拉函数、费马定理)

from:http://qianmacao.blog.163.com/blog/static/203397180201231241352912/欧拉函数phi(m):当m>1是,phi(m)表示比m小且与m互质的正整数个数1、费马定理:a的p-1次方mod p余1。(其中p是素数,a是不能被p整除的正整数。2、欧拉定理    2.1 欧拉函数(RSA的证明用到)  

2016-09-12 18:55:48 629

原创 TOJ 2917.The Watchman

题目链接:http://acm.tju.edu.cn/toj/showp2917.html2917.   The WatchmanTime Limit: 1.0 Seconds   Memory Limit: 65536KTotal Runs: 1120   Accepted Runs: 491The military academy often

2016-09-12 16:27:51 327

原创 TOJ 1887.Copier Reduction

题目链接:http://acm.tju.edu.cn/toj/showp1887.html1887.   Copier ReductionTime Limit: 1.0 Seconds   Memory Limit: 65536KTotal Runs: 1123   Accepted Runs: 724What do you do if you ne

2016-09-11 23:08:07 252

原创 TOJ 2801.Binary Trees(二叉树后序转中序)

题目链接:http://acm.tju.edu.cn/toj/showp2801.html2801.   Binary TreesTime Limit: 1.0 Seconds   Memory Limit: 65536KTotal Runs: 2195   Accepted Runs: 804Maybe you have taken the cou

2016-09-11 22:05:38 227

原创 TOJ 3469.Apples

题目链接:http://acm.tju.edu.cn/toj/showp3469.html3469.   ApplesTime Limit: 1.0 Seconds   Memory Limit: 65536KTotal Runs: 239   Accepted Runs: 173There are two piles of apples, on

2016-09-11 20:59:11 239

转载 操作系统复习

第一章OS的发展过程----几类典型操作系统(多道批处理、分时、实时),每类操作系统的原理、特征(优缺点)多道批处理系统:原理:      20世纪60年代中期引入多道程序设计技术,由此形成了多道批处理系统。在该系统中,用户所提交的作业都先存放在外存上并排成一个队列,称为“后备队列”;然后,由作业调度程序按一定的算法从后备队列中选择若干个作业调入内存,使它们共享CPU和

2016-09-11 19:52:14 1207

原创 TOJ 1859.Goldbach's Conjecture

题目链接:http://acm.tju.edu.cn/toj/showp1859.html1859.   Goldbach's ConjectureTime Limit: 1.0 Seconds   Memory Limit: 65536KTotal Runs: 2172   Accepted Runs: 763Goldbach's Conjectu

2016-09-08 21:56:23 251

原创 TOJ 2894. Meetings(贪心基础)

题目链接:http://acm.tju.edu.cn/toj/showp2894.html2894.   MeetingsTime Limit: 3.0 Seconds   Memory Limit: 65536KTotal Runs: 2042   Accepted Runs: 599There are several meeting room

2016-09-08 17:30:42 354

原创 TOJ 2881.Biased Standings

题目链接:http://acm.tju.edu.cn/toj/showp2881.html2881.   Biased StandingsTime Limit: 3.0 Seconds   Memory Limit: 65536KTotal Runs: 2321   Accepted Runs: 688    Multiple test filesU

2016-09-04 21:56:53 435

原创 TOJ 2829.Cow Counting

题目链接:http://acm.tju.edu.cn/toj/showp2829.html2829.   Cow CountingTime Limit: 1.0 Seconds   Memory Limit: 65536KTotal Runs: 1146   Accepted Runs: 571    Multiple test filesFarme

2016-09-04 20:02:44 542

原创 TOJ 2896.Antimonotonicity(贪心)

题目链接:http://acm.tju.edu.cn/toj/showp2881.html2881.   Biased StandingsTime Limit: 3.0 Seconds   Memory Limit: 65536KTotal Runs: 2316   Accepted Runs: 687    Multiple test filesU

2016-09-04 17:11:41 269

原创 TOJ 3237.Change Base

题目链接:http://acm.tju.edu.cn/toj/showp3237.html3237.   Change BaseTime Limit: 1.0 Seconds   Memory Limit: 65536KTotal Runs: 592   Accepted Runs: 380Given an integer m in base B

2016-09-04 01:49:53 234

原创 TOJ 2772.Parallelogram

题目链接:http://acm.tju.edu.cn/toj/showp2772.html2772.   ParallelogramTime Limit: 1.0 Seconds   Memory Limit: 65536KTotal Runs: 1113   Accepted Runs: 505As a student of applied mat

2016-09-03 23:10:29 364

原创 TOJ 2805.Prairie dogs III

题目链接:http://acm.tju.edu.cn/toj/showp2805.html2805.   Prairie dogs IIITime Limit: 1.0 Seconds   Memory Limit: 65536KTotal Runs: 1016   Accepted Runs: 684The lovely prairie d

2016-09-03 19:19:27 359

原创 TOJ 3203.Pay Back

题目链接:http://acm.tju.edu.cn/toj/showp3203.html3203.   Pay BackTime Limit: 2.0 Seconds   Memory Limit: 65536KTotal Runs: 595   Accepted Runs: 260    Multiple test files"Never a

2016-09-03 00:45:46 455

原创 TOJ 2353.Reduced ID Numbers

题目链接:http://acm.tju.edu.cn/toj/showp2353.html2353.   Reduced ID NumbersTime Limit: 1.0 Seconds   Memory Limit: 65536KTotal Runs: 1755   Accepted Runs: 685T.Chur teaches var

2016-09-02 23:17:04 271

原创 TOJ 3039.Judging Olympia

题目链接:http://acm.tju.edu.cn/toj/showp3039.html3039.   Judging OlympiaTime Limit: 1.0 Seconds   Memory Limit: 65536KTotal Runs: 915   Accepted Runs: 438For years, a group of Regi

2016-09-02 16:05:14 329

原创 TOJ 2084.Biker's Trip Odometer

题目链接:http://acm.tju.edu.cn/toj/showp2084.html2084.   Biker's Trip OdometerTime Limit: 1.0 Seconds   Memory Limit: 65536KTotal Runs: 985   Accepted Runs: 702ProblemMost bicycl

2016-09-02 15:44:01 242

原创 TOJ 2132.Ambiguous permutations

题目链接:http://acm.tju.edu.cn/toj/showp2132.html2132.   Ambiguous permutationsTime Limit: 2.0 Seconds   Memory Limit: 65536KTotal Runs: 987   Accepted Runs: 683Some programming co

2016-09-02 02:31:23 367

转载 TOJ 1736.Knight Moves

题目链接:http://acm.tju.edu.cn/toj/showp2132.html1736.   Knight MovesTime Limit: 1.0 Seconds   Memory Limit: 65536KTotal Runs: 1600   Accepted Runs: 823Mr Somurolov, fabulous che

2016-09-02 01:39:40 433

原创 TOJ 2043.Does This Make Me Look Fat?

题目链接:http://acm.tju.edu.cn/toj/showp2043.html2043.   Does This Make Me Look Fat?Time Limit: 1.0 Seconds   Memory Limit: 65536KTotal Runs: 591   Accepted Runs: 243Introduction

2016-09-01 22:10:05 578

原创 TOJ 2226.Parliament

题目链接:http://acm.tju.edu.cn/toj/showp2226.html2226.   ParliamentTime Limit: 1.0 Seconds   Memory Limit: 65536KTotal Runs: 244   Accepted Runs: 115    Multiple test filesNew conv

2016-09-01 02:12:49 427

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除