码迷,mamicode.com
首页 >  
搜索关键字:grid report兼容    ( 4188个结果
[LeetCode] 723. Candy Crush 糖果粉碎
This question is about implementing a basic elimination algorithm for Candy Crush. Given a 2D integer array board representing the grid of candy, diff ...
分类:其他好文   时间:2018-10-05 12:09:18    阅读次数:167
网格编程基础--01
(原文链接:https://catlikecoding.com/unity/tutorials/procedural-grid/) 创建网格点 使用协程分析网格点的布局 定义三角面 自动生成法线 添加纹理坐标和切线 本篇教程学习简单的顶点和三角形网格的创建 需要具备的基础: 熟悉基本的Unity编程 ...
分类:其他好文   时间:2018-10-04 17:26:15    阅读次数:230
leetcode489 - Robot Room Cleaner - hard
Given a robot cleaner in a room modeled as a grid.Each cell in the grid can be empty or blocked.The robot cleaner with 4 given APIs can move forward, ...
分类:其他好文   时间:2018-10-04 11:44:35    阅读次数:173
Delphi 如何操作Excel
摘自:http://wenjieshiyu.blog.163.com/blog/static/10739413201072033115869/ 个人收藏:Delphi 控制Excel(一) 使用动态创建的方法首先创建 Excel 对象,使用ComObj:var ExcelApp: Variant;E ...
分类:Windows程序   时间:2018-10-04 09:57:46    阅读次数:119
[LeetCode] 489. Robot Room Cleaner 扫地机器人
Given a robot cleaner in a room modeled as a grid. Each cell in the grid can be empty or blocked. The robot cleaner with 4 given APIs can move forward ...
分类:其他好文   时间:2018-10-04 00:03:59    阅读次数:397
[leetcode] Minimum Path Sum
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path. ...
分类:其他好文   时间:2018-10-02 20:08:56    阅读次数:167
用echarts画多条线
项目有需要画多条时间序列的曲线,找了下echarts的官网,可视化效果真香,效果如下 http://echarts.baidu.com/examples/editor.html?c=grid-multiple 代码如下: var timeData = ['1-Jan','2-Jan','3-Jan' ...
分类:其他好文   时间:2018-10-02 17:23:44    阅读次数:1677
BRVAH(让RecyclerView变得更高效) (2)
本文来自网易云社区 作者:吴思博 1.2 宫格和列表的混排样式 关于 Grid 和List 的混排样式,Grid 样式是一行有多个,而 List样式是一行只有一个。 我们可以把 List 样式看成是Grid 样式,它就相当于把一个 Grid 的 item 拉长了的样子。 列表与网格混排的布局效果,我 ...
分类:其他好文   时间:2018-09-30 16:48:24    阅读次数:215
BRVAH(让RecyclerView变得更高效) (2)
本文来自网易云社区 作者:吴思博 1.2 宫格和列表的混排样式 关于 Grid 和List 的混排样式,Grid 样式是一行有多个,而 List样式是一行只有一个。 我们可以把 List 样式看成是Grid 样式,它就相当于把一个 Grid 的 item 拉长了的样子。 列表与网格混排的布局效果,我 ...
分类:其他好文   时间:2018-09-30 16:40:51    阅读次数:175
第三周 LAYOUT
代码: 结果: ...
分类:其他好文   时间:2018-09-29 21:31:36    阅读次数:154
4188条   上一页 1 ... 94 95 96 97 98 ... 419 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!