A number that will be the same when it is written forwards or backwards is known as a Palindromic Number. For example, 1234321 is a palindromic number ...
分类:
其他好文 时间:
2018-04-22 15:12:38
阅读次数:
191
The northern part of the Pyramid contains a very large and complicated labyrinth. The labyrinth is divided into square blocks, each of them either fil ...
分类:
其他好文 时间:
2018-04-20 00:05:48
阅读次数:
184
http://codeforces.com/problemset/problem/570/D Tree Requests time limit per test 2 seconds memory limit per test 256 megabytes input standard input ou ...
分类:
编程语言 时间:
2018-04-09 13:24:48
阅读次数:
227
" 题目链接 " Description You, as a member of a development team for a new spell checking program, are to write a module that will check the correctness of ...
分类:
其他好文 时间:
2018-04-08 22:29:51
阅读次数:
198
Leonid works for a small and promising start-up that works on decoding the human genome. His duties include solving complex problems of finding certai ...
分类:
其他好文 时间:
2018-04-04 14:57:46
阅读次数:
149
接触过的工具有pyinstaller,或者py2exe。感觉pyinstaller更简单易用。 真正将依赖的dll打包称一个安装包还需要借助windows打包工具 Inno Setup 或 NSIS 1、pyinstaller 官网:www.pyinstaller.org 两大步 (1)Instal ...
分类:
编程语言 时间:
2018-03-21 13:53:09
阅读次数:
254
function Tpublicf.PKHisDo(inStr: string; var OutStr: string): Integer;var JG: PWideChar; sinstr: PWideChar;begin GetMem(JG, 2048); GetMem(sinstr, 2048 ...
分类:
其他好文 时间:
2018-03-18 16:16:38
阅读次数:
145
题目链接: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2722 题目描述: Our school is planning to hold a new exciting computer programming conte ...
分类:
其他好文 时间:
2018-03-11 14:31:23
阅读次数:
212
用 Python 从 0 开始创建一个区块链 对数字货币的崛起感到新奇的我们,并且想知道其背后的技术——区块链是怎样实现的。本文通过 Python 构建一个区块链可以加深对区块链的理解。 准备工作 本文要求读者对 Python 有基本的理解,能读写基本的 Python,并且需要对 HTTP 请求有... ...
分类:
编程语言 时间:
2018-03-10 22:04:42
阅读次数:
300
查看 sql 执行计划的方法有许多种, 10046 事件就是其中的一种. 与其他查看 sql 执行计划不同, 当我们遇到比较复杂的 sql 语句, 我们可以通过 10046 跟踪 sql 得到执行计划中每一个步骤的逻辑读, 物理读以及花费的时间等. 这种细粒度的跟踪对于我们分析 sql 性能尤其有用 ...
分类:
其他好文 时间:
2018-03-10 14:07:57
阅读次数:
193