自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

行无止境

Hank is ongoing

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

原创 PythonChallenge闯关详解

前言PythonChallenge是国外的一位工程师设计的一套编程闯关游戏,网址:PythonChallenge,每一关都可以用一段Python程序解决问题得到下一关的入口,本博文作为一个学习笔记,通过边学边记的方式分享我的闯关经验。0 图片上是2 38的字样,下方提示为改变当前URL地址,很明显,用Python脚本计算下2的38次方,替换下URL中的0就可以了2**38得到274877906944,那么下一关地址:http://www.pythonchallenge.com/pc/def/27

2021-01-02 23:10:43 954 1

原创 写在2021年的第一天

转眼已经5年没有登录过CSDN了,由于工作的原因,也基本没有时间去学习分享一些东西,直到最近生活终于安稳了一些,正值新年元旦,需要给自己立几个Flag,作为新的一年的鞭策:学习和分享。无论是现在主攻的技术还是以后的管理,都需要不断地学习总结和分享,写博客是个很好的方式,本人念旧,就以CSDN作为基地吧,新的一年,让自己的博客活跃起来。精通Python。因为工作中甚少使用Python,所以对于Python的学习始终断断续续,不成系统,写点小脚本不成问题,但是稍微复杂点的东西就开始打跟了,这样不好,需要挤

2021-01-01 23:37:16 112

原创 1010. Radix (25)

Given a pair of positive integers, for example, 6 and 110, can this equation 6 = 110 be true? The answer is "yes", if 6 is a decimal number and 110 is a binary number.Now for any pair of positive

2015-10-03 17:29:20 404

原创 1009. Product of Polynomials (25)

This time, you are supposed to find A*B where A and B are two polynomials.Input Specification:Each input file contains one test case. Each case occupies 2 lines, and each line contains the inf

2015-10-03 17:26:47 376

原创 1008. Elevator (20)

The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at which floors the elevator will stop, in specified order. It costs 6 sec

2015-10-03 17:25:18 307

原创 1007. Maximum Subsequence Sum (25)

Given a sequence of K integers { N1, N2, ..., NK }. A continuous subsequence is defined to be { Ni, Ni+1, ..., Nj } where 1 Maximum Subsequence is the continuous subsequence which has the largest su

2015-10-03 17:24:21 310

原创 1006. Sign In and Sign Out (25)

At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one who signs out will lock the door. Given the records of signing in's and out's, you

2015-10-03 17:21:43 361

原创 1005. Spell It Right (20)

Given a non-negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the sum in English.Input Specification:Each input file contains one test case.

2015-10-03 17:16:39 294

原创 1004. Counting Leaves (30)

A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child.InputEach input file contains one test case. Each case starts with

2015-10-02 22:32:10 297

原创 1003. Emergency (25)

As an emergency rescue team leader of a city, you are given a special map of your country. The map shows several scattered cities connected by some roads. Amount of rescue teams in each city and the l

2015-10-02 22:26:37 348

原创 1002. A+B for Polynomials (25)

This time, you are supposed to find A+B where A and B are two polynomials.InputEach input file contains one test case. Each case occupies 2 lines, and each line contains the information of a p

2015-10-02 22:22:38 368

原创 1001. A+B Format (20)

Calculate a + b and output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unless there are less than four digits).InputEach input file cont

2015-10-02 22:08:45 288

原创 写在前面--PAT(Advenced Level)Practise

从2015年5月份开始在浙大的PAT上刷题,主要为了锻炼自己的编程能力,尤其是复杂编程的能力,其次就是备考9月份的甲级考试了。现在把这些刷过的题目都贴出来,以为备忘。

2015-10-02 22:04:57 399

原创 WINCC7.0下用户归档的查询与导出——导出篇

本文是《WINCC7.0下用户归档的查询与导出——查询篇》的补充篇。本文主要介绍对温度数据的导出,与查询篇不同的是:温度数据被自动存放在了SQL Server的压缩数据库中,其查询方法有所不同;温度属于外部变量,其存储时间按照UTC世界协调时的标准,注意与北京时间的转换。注:本文的程序中所出现的变量省去了定义。1. 定义连接字符串'定义连接字符串sPro = "Provider=

2015-10-01 17:23:28 7424

原创 外网访问内网服务器设置方法+远程图形终端

外网访问内网的路由器设置方法和VNC远程图形终端

2015-10-01 17:21:04 14920

原创 面试经验分享

到今天,自己的工作算是告一段落了,恰逢国庆,就宅在实验室把这一个月以来的面试经验分享一下。CVTE(广州视源)——C/C++研发工程师笔试 线上的形式参加,题目很基础,主要涉及到C++,TCP/IP,网络基础,一点点图论基础和数据库方面的知识。一面 两个人一起面的形式,不过是分开问不同的问题,不是两人PK的形式,可能是人太多了吧 先抽签写程序,抽到了二分查找,注意,越是简单的程序编写越可能

2015-10-01 10:57:09 605

原创 WINCC7.0下用户归档的查询与导出——查询篇

最近在帮女票做一个WINCC的项目,所要实现的功能是对各种历史数据的查询与导出

2014-08-18 12:22:27 13742 2

原创 Ubuntu 14.04LTS下如何安装搜狗拼音输入法

有鉴于在windows上用习惯了搜狗输入法,而

2014-08-11 21:49:50 717

原创 Ubuntu升级失败造成无法进入系统(error:no such partition)问题的修复

今天想把Ubuntu系统升级到14.04LTS,怎奈何

2014-08-11 18:04:28 1681

空空如也

空空如也

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

TA关注的人

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