码迷,mamicode.com
首页 >  
搜索关键字:board    ( 2462个结果
Educational Codeforces Round 75 (Rated for Div. 2) A. Broken Keyboard
链接: https://codeforces.com/contest/1251/problem/A 题意: Recently Polycarp noticed that some of the buttons of his keyboard are malfunctioning. For simpl ...
分类:其他好文   时间:2019-11-01 20:30:23    阅读次数:121
相机标定棋盘格制作
使用这个程序生成一张png格式的图片,不要直接打印,效果不好。用matlab读入并显示,然后另存为PDF文件再打印效果会比较好。 注意: 1.棋盘格行和列的数量不要同时为奇数或偶数,否则标定的时候matlab会给出警告并且标定结果可能错误。一个合法的参数:.\CheckerBoard.exe 500 ...
分类:其他好文   时间:2019-10-26 19:21:58    阅读次数:135
【Halcon示例003---matching/synthetic_circle】 合成圆寻找电容
1 * 2 * This example program creates a synthetic model in form of a circle to 3 * search for capacitors on a board. 4 * 这个示例程序创建了一个圆形的合成模型来搜索板上的电容器。 5... ...
分类:其他好文   时间:2019-10-25 16:37:06    阅读次数:95
RTT+stm32f107移植FAL组件
1. menuconfig配置界面使能FAL package 2. 更新package 3. 配置: 在board目录新建porting文件夹,然后在porting文件夹下创建fal文件夹 将packages\fal-latest\samples\porting 目录下的fal_cfg.h 文件拷到 ...
分类:其他好文   时间:2019-10-25 16:11:22    阅读次数:154
How do I unmute my Lenovo laptop?
If the FN key does have a green light just press and hold down the FN button on the bottom left of the keyboard and tap the F1 key at the top of the k ...
分类:其他好文   时间:2019-10-25 10:04:33    阅读次数:99
DFS+并查集思想求被围绕的区域
class Solution { private int[][] dir= {{0,-1},{-1,0},{0,1},{1,0}}; private boolean[][] used; public boolean isMove(char[][] board,int x,int y) { if(x>... ...
分类:其他好文   时间:2019-10-24 13:21:50    阅读次数:58
app测试自动化之测试套框架构造之公共部分以及测试用例导包一
导包不一定是导包封装的函数, eg: public部分: ...
分类:移动开发   时间:2019-10-23 20:08:57    阅读次数:104
36. Valid Sudoku
Determine if a 9x9 Sudoku board is valid. Only the filled cells need to be validated according to the following rules: A partially filled sudoku which ...
分类:其他好文   时间:2019-10-19 19:08:06    阅读次数:85
oVirt部署
所有前提建议: 关闭防火墙、selinux,配置hosts,计算机名使用域名 ovirt engine部署 yum install http://resources.ovirt.org/pub/yum repo/ovirt release43.rpm yum update y yum install ...
分类:其他好文   时间:2019-10-19 15:06:45    阅读次数:137
iot平台thingsboard源码阅读之项目结构分析
一、ThingsBoard系统架构1.设备连接 支持MQTT、CoAP、HTTP(S)等协议,通过以上协议设备可以连接到信息网络,比如4G、5G。2.引擎规则 TingsBoardRuleEngine处理来自设备的信息,并触发称为插件的可配置模块。3.核心服务
分类:其他好文   时间:2019-10-18 17:28:29    阅读次数:252
2462条   上一页 1 ... 29 30 31 32 33 ... 247 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!