自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

程序员充电站(itcharge)

高效率编程,慢节奏生活。

  • 博客(17)
  • 资源 (3)
  • 收藏
  • 关注

转载 常用排序方法(C语言)

一、选择排序  输入:数组名称(也就是数组首地址)、数组中元素个数  =====================================================  算法思想简单描述:  在要排序的一组数中,选出最小的一个数与第一个位置的数交换;  然后在剩下的数当中再找最小的与第二个位置的数交换,如此循环  到倒数第二个数和最后一个数比较为止。  选择

2014-01-29 14:42:02 1070

原创 HDU-1107-武林-2014-01-23 20:00:59

武林 Time Limit: 10000/5000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 2377    Accepted Submission(s): 637 Problem Description 在一个有12行12列的方形的武林世界里,少林、

2014-01-23 21:18:29 1156

原创 HDU-2031-进制转换-2014-01-21 09:32:00

进制转换 Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 21631    Accepted Submission(s): 12122 Problem Description 输入一个十进制数N,将它转换成R进制数

2014-01-21 22:12:07 864

原创 POJ-1573-Robot Motion-2013-12-15 00:46:22

Robot Motion Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 9547   Accepted: 4631 Description A robot has been programmed to follow the instructions i

2014-01-11 22:20:29 779

原创 POJ-1068-Parencodings-2013-12-12 23:34:16

Parencodings Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 18245   Accepted: 10981 Description Let S = s1 s2...s2n be a well-formed string of parentheses

2014-01-11 22:19:14 896

原创 POJ-2586-Y2K Accounting Bug-2013-12-12 20:13:42

Y2K Accounting Bug Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 9243   Accepted: 4593 Description Accounting for Computer Machinists (ACM) has sufferred

2014-01-11 22:17:36 1247

原创 POJ-2109-Power of Cryptography-2013-12-08 22:28:27

Power of Cryptography Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 17166   Accepted: 8673 Description Current work in cryptography involves (among other

2014-01-11 22:14:34 830

原创 POJ-1328-Radar Installation-2013-12-07 01:49:28

Radar Installation Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 45922   Accepted: 10252 Description Assume the coasting is an infinite straight line. La

2014-01-11 22:13:16 5298

原创 POJ-2965-The Pilots Brothers' refrigerator-2013-12-05 11:18:12

The Pilots Brothers' refrigerator Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 16671   Accepted: 6327   Special Judge Description The game “The Pilo

2014-01-11 22:09:05 875

原创 POJ1753 Flip Game【DFS】

Flip Game Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 27221   Accepted: 11809 Description Flip game is played on a rectangular 4x4 field with two-sided

2014-01-11 22:07:43 5205

原创 POJ-3295-Tautology-2013-12-04 20:44:18

Tautology Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 8533   Accepted: 3275 Description WFF 'N PROOF is a logic game played with dice. Each die has six

2014-01-11 22:05:46 1025

原创 POJ-3094-Quicksum-2013-12-02 21:10:02

Quicksum Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 12827   Accepted: 8910 Description A checksum is an algorithm that scans a packet of data and retu

2014-01-11 22:02:35 791

原创 POJ-3006-Dirichlet's Theorem on Arithmetic Progressions-2013-12-02 18:05:36

Dirichlet's Theorem on Arithmetic Progressions Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 14514   Accepted: 7273 Description If a and d are relatively

2014-01-11 22:01:00 882

原创 POJ-2262-Goldbach's Conjecture-2013-11-28 23:15:10

Goldbach's Conjecture Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 35410   Accepted: 13584 Description In 1742, Christian Goldbach, a German amateur mat

2014-01-11 21:59:31 906

原创 POJ-2255-Tree Recovery-2013-11-26 18:38:28

Tree Recovery Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 10265   Accepted: 6458 Description Little Valentine liked playing with binary trees very much

2014-01-11 21:58:13 891

原创 POJ-1658-Eva's Problem-2013-11-28 22:03:45

Eva's Problem Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 16843   Accepted: 10302 Description Eva的家庭作业里有很多数列填空练习。填空练习的要求是:已知数列的前四项,填出第五项。因为已经知道这些数列只可能是

2014-01-11 21:55:35 860

原创 POJ-1503-Integer Inquiry-2013-11-25 23:15:45

Integer Inquiry Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 27942   Accepted: 10859 Description One of the first users of BIT's new supercomputer was C

2014-01-11 21:53:04 827

Flask Web开发

本书共分三部分,全面介绍如何基于 Python 微框架 Flask 进行 Web 开发。 第一部分: Flask 简介,介绍使用 Flask 框架及扩展开发 Web 程序的必备基础知识 ; 第二部分:给出一个实例,真正带领大家一步步开发完整的博客和社交应用 Flasky, 从而将前述知识融会贯,付诸实践。 第三部分:介绍了发布应用之前必须考虑的事项,如单元测试策略、性能分析技术、Flask 程序的部署方 式等。

2018-05-29

2014年北大ACM暑期培训资料、讲义

北京大学的ACM国际大学生程序设计竞赛(ACM/ICPC)水平在国内处于领先地位,自2005年至2013年每年均参加总决赛,名次分别为11(铜牌)、13、14、13、20、14、13,13,13,13。北京大学多次承担ACM/ICPC亚洲区预选赛命题,广获好评。近几年负责命题的赛区有:2008年北京赛区,2009年宁波赛区,2010年杭州赛区,2010年福州赛区,2011年北京赛区,2011年福州赛区,2012年金华赛区,2012年杭州赛区。2013年杭州赛区。均由此课程主讲教师郭炜负责命题。北京大学的Online Judge --- POJ 更是国内最有影响力的ACM/ICPC竞赛训练平台之一,在国际上也有较高知名度和较多用户。

2014-08-12

空空如也

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

TA关注的人

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