效果图: 代码: 问题:// icon: "pin", // 这个字段控制形状 类型包括 circle,rect ,roundRect,triangle,diamond,pin,arrow,none满足不了我们的时候,就可以自定义图片 ...
分类:
其他好文 时间:
2019-08-09 17:18:13
阅读次数:
1259
A cryptarithmetic puzzle is a mathematical game where the digits of some numbers are represented by letters. Each letter represents a unique digit. Fo ...
分类:
其他好文 时间:
2019-08-06 11:01:04
阅读次数:
98
http://acm.hdu.edu.cn/showproblem.php?pid=6620 N数码问题: n*n矩阵,里面填着1—n*n-1,还有1个空格, 通过上下左右移动空格的位置, 使矩阵里的数升序排列,空格在右下角。 解的存在性判断结论: (上面的N=n*n-1) 将原矩阵从左上角开始展开 ...
分类:
其他好文 时间:
2019-08-02 16:47:20
阅读次数:
92
题意: 给你一个数字拼图,问你数字拼图能否能复原成原来的样子。 题解: 数字拼图的性质是,逆序数奇偶相同时,可以互相转化,逆序数奇偶不同,不能互相转化。 因此统计逆序对即可。 ...
分类:
其他好文 时间:
2019-07-31 23:37:07
阅读次数:
146
The multiplication puzzle is played with a row of cards, each containing a single positive integer. During the move player takes one card out of the r ...
分类:
其他好文 时间:
2019-07-31 16:39:23
阅读次数:
106
Shopping in Mars is quite a different experience. The Mars people pay by chained diamonds. Each diamond has a value (in Mars dollars M$). When making ...
分类:
其他好文 时间:
2019-07-29 09:50:24
阅读次数:
79
Fox Ciel is playing a mobile puzzle game called "Two Dots". The basic levels are played on a board of size n?×?m cells, like this: Each cell contains ...
分类:
其他好文 时间:
2019-07-18 19:47:46
阅读次数:
136
The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other. Given an integer n, return all ...
分类:
编程语言 时间:
2019-07-16 12:22:18
阅读次数:
120
HDU - 5411 考虑直接dp会T, 用矩阵优化一下就好了。 ...
分类:
其他好文 时间:
2019-07-09 14:00:52
阅读次数:
94
【POJ1651】Multiplication Puzzle 的题解 ...
分类:
其他好文 时间:
2019-07-03 13:43:00
阅读次数:
72