There are a number of spherical balloons spread in two-dimensional space. For each balloon, provided input is the start and end coordinates of the hor ...
分类:
其他好文 时间:
2019-01-27 16:47:15
阅读次数:
173
开关案例 代码实现步骤 [1]先在构造方法里面获取2张背景图片的宽和高 [2]重写onMeasure方法对当前view进行测量 当前view的宽高和toogleBg 一样 [3]重写onDraw方法往当前的view上画内容 其实就是画图片 [4]给开关定义监听事件 具体什么时候出发回调事件: [5] ...
分类:
其他好文 时间:
2019-01-26 12:39:56
阅读次数:
207
在tesseract-ocr中会用到leptonica库,这里对leptonica简单介绍下。 Leptonica是一个开源的图像处理和图像分析库,它的license是BSD 2-clause。它主要包括的操作有:位图操作、仿射变换、形态学操作、连通区域填充、图像变换及像素掩模、融合、增强、算术运算 ...
分类:
其他好文 时间:
2019-01-25 15:18:21
阅读次数:
217
//自动生成二维码接口two_dimension_code String text = "http://10.20.24.43:8080/meeting/meeting_register_phoneIndex.html"; //二维码生产内容--跳转url int width = 350; // 二 ...
分类:
编程语言 时间:
2019-01-23 18:10:27
阅读次数:
228
Prima di tutto, sono di buone dimensioni, non i 'mini' puntatori laser che altri stanno vendendo. È fantastico come un puntatore laser 1000mW e la bas ...
分类:
其他好文 时间:
2019-01-05 19:55:58
阅读次数:
151
LeakyReLU Random Noise Discriminator Architecture: Fully connected layer with input size 784 and output size 256 LeakyReLU with alpha 0.01 Fully conne ...
分类:
Web程序 时间:
2019-01-05 15:46:33
阅读次数:
649
一、 numpy概述 numpy(Numerical Python)提供了python对多维数组对象ndarray(应该是N-dimension array)的支持,具有矢量运算能力,快速、节省空间。numpy支持高级大量的维度数组与矩阵运算,此外也针对数组运算提供大量的数学函数库。 二、实操 1. ...
分类:
编程语言 时间:
2018-12-31 19:14:35
阅读次数:
233
题目描述: FatMouse has stored some cheese in a city. The city can be considered as a square grid of dimension n: each grid location is labelled (p,q) wher ...
分类:
其他好文 时间:
2018-12-30 15:12:43
阅读次数:
203
实验十八 总复习 实验时间 2018-12-30 1、实验目的与要求 (1) 综合掌握java基本程序结构; (2) 综合掌握java面向对象程序设计特点; (3) 综合掌握java GUI 程序设计结构; (4) 综合掌握java多线程编程模型; (5) 综合编程练习。 2、实验内容和步骤 任务1 ...
分类:
编程语言 时间:
2018-12-30 13:57:15
阅读次数:
135