码迷,mamicode.com
首页 >  
搜索关键字:grid    ( 4188个结果
#RANK_3 1191:棋盘分割
#include <iostream> #include <cstring> #include <cmath> #include <stdio.h> #include <iomanip> #define INF 1000000000 using namespace std; int grid[9][ ...
分类:其他好文   时间:2018-05-20 21:54:58    阅读次数:209
750. Number Of Corner Rectangles四周是点的矩形个数
[抄题]: Given a grid where each entry is only 0 or 1, find the number of corner rectangles. A corner rectangle is 4 distinct 1s on the grid that form an ...
分类:其他好文   时间:2018-05-19 22:36:58    阅读次数:195
# 20165318 2017-2018-2 《Java程序设计》第四周学习总结
2017 2018 2 20165318 实验四《Android程序设计》实验报告 一、实验报告封面 课程 :Java程序设计& 160; & 160; & 160; & 160; 班级 :1653班& 160; & 160; & 160; & 160; 姓名 :孙晓暄& 160; & 160; & ...
分类:编程语言   时间:2018-05-19 20:35:36    阅读次数:192
matlab绘图与可视化
1、设置图形对象属性值 set(h,'属性名称','属性值') 2、基本二维绘图函数 2. loglog:双对数坐标绘图 3. semilogx,semilogy:半对数坐标绘图 4. polar:极坐标绘图 5. plotyy:双纵坐标绘图 3、二维图形修饰和添加注释 ...
分类:其他好文   时间:2018-05-19 18:43:17    阅读次数:229
Echarts 简单报表系列二:折线图
效果如下: ...
分类:其他好文   时间:2018-05-19 13:01:38    阅读次数:214
【php增删改查实例】第五节 - easyUI的基本使用
1. 列表组件 datagrid 1.1 创建一个grid.html 1.2?引入easyUI的资源文件 1.3 绘制表格组件 Html: 效果: 1.1 编写后台程序,查询部门数据 在当前文件夹,新建一个dept.php 进行数据库连接测试 查询部门表数据,json格式返回: 1.5 分页查询 如 ...
分类:Web程序   时间:2018-05-18 15:33:51    阅读次数:217
安装 ORACLE GRID 没有显示ASM 磁盘列表
asm
分类:数据库   时间:2018-05-18 15:32:31    阅读次数:199
[数论][组合数学]Iroha and a Grid
题目描述 We have a large square grid with H rows and W columns. Iroha is now standing in the top-left cell. She will repeat going right or down to the adj ...
分类:其他好文   时间:2018-05-17 23:23:02    阅读次数:330
[RL學習篇][#3] 自動學習grid_mdp最佳的策略
本文修改 policy_iteration.py程式,讓他可以執行[#1]的程式,並找出最佳動作。 執行結果如下: /home/lsa-dla/anaconda3/envs/tensorflow/bin/python /home/lsa-dla/PycharmProjects/grid_mdp/ls ...
分类:其他好文   时间:2018-05-17 20:38:18    阅读次数:258
[RL學習篇][#2] 簡單的grid_mdp測試程式
下方是用來簡單的測試 grid_mdp.py的程式,執行後會用隨機動作去跑動作。 ...
分类:其他好文   时间:2018-05-17 18:22:54    阅读次数:187
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!