码迷,mamicode.com
首页 >  
搜索关键字:diagonal    ( 121个结果
UVA - 11538 - Chess Queen (数论~)
11538 Chess Queen You probably know how the game of chess is played and how chess queen operates. Two chess queens are in attacking position when they are on same row, column or diagonal of a chess ...
分类:其他好文   时间:2015-02-04 16:33:42    阅读次数:155
求网格中最大乘积---Python
In the 20×20 grid below, four numbers along a diagonal line have been marked in red. 08 02 22 97 38 15 00 40 00 75 04 05 07 78 52 12 50 77 91 0849 49 ...
分类:编程语言   时间:2015-02-02 19:35:07    阅读次数:174
nyoj(简单数学)Oh, my Paper!
Oh, my Paper! 时间限制:1000 ms  |  内存限制:65535 KB 难度:2 描述Give you a piece of paper, n (row) *m (column) to calculate your is Calculated from a diagonal line to another diagonal how many walk ...
分类:其他好文   时间:2014-12-11 20:56:13    阅读次数:232
nyoj-1103-区域赛系列一多边形划分
http://acm.nyist.net/JudgeOnline/problem.php?pid=1103区域赛系列一多边形划分时间限制:1000ms | 内存限制:65535KB难度:2描述Give you a convex(凸边形), diagonal n-3 disjoint divided ...
分类:其他好文   时间:2014-11-25 22:49:52    阅读次数:158
【 D3.js 入门系列 --- 9.4 】 集群图的制作
这一节学习用 D3 绘制集群图( Cluster )。初始数据保存于 JSON 文件中,我们使用 D3 读取文件,用 Layout 转换成适合于集群图的数据,再进行绘制。...
分类:Web程序   时间:2014-08-05 14:06:49    阅读次数:219
[CC150] 八皇后问题
Write an algorithm to print all ways of arranging eight queens on an 8*8 chess board so that none of them share the same row, column or diagonal.思路:本质...
分类:其他好文   时间:2014-06-10 10:36:29    阅读次数:182
projecteuler---->problem=11----Largest product in a grid
In the 2020 grid below, four numbers along a diagonal line have been marked in red. 08 02 22 97 38 15 00 40 00 75 04 05 07 78 52 12 50 77 91 08 49 49 99 40 17 81 18 57 60 87 17 40 98 43 69 48 04 56 ...
分类:其他好文   时间:2014-06-01 10:04:38    阅读次数:419
项目--HTML Canvas 和 jQuery遍历
function ReShowSelected(){$("#Map area").each(function(){//定义画笔属性var canvers = document.getElementById("diagonal");var context = canvers.getContext("2...
分类:Web程序   时间:2014-05-31 08:07:12    阅读次数:256
Largest product in a grid
这个比前面的要复杂点,但找对了规律,还是可以的。我逻辑思维不强,只好画图来数数列的下标了。分四次计算,存入最大值。左右一次,上下一次,左斜一次,右斜一次。In the 2020 grid below, four numbers along a diagonal line have been mark...
分类:其他好文   时间:2014-05-09 13:39:56    阅读次数:412
ProjectEuler_P11
Problem:In the 2020 grid below, four numbers along a diagonal line have been marked in red.08 02 22 97 38 15 00 40 00 75 04 05 07 78 52 12 50 77 91 08...
分类:其他好文   时间:2014-05-06 14:35:55    阅读次数:460
121条   上一页 1 ... 10 11 12 13 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!