Given a function rand7 which generates a uniform random integer in the range 1 to 7, write a function rand10 which generates a uniform random integer ...
分类:
编程语言 时间:
2020-01-31 10:37:14
阅读次数:
69
Given an array nums of n integers where n > 1, return an array output such that output[i] is equal to the product of all the elements of nums except n ...
分类:
其他好文 时间:
2020-01-31 10:19:39
阅读次数:
57
Canny是边缘提取算法,在1986年提出的 是一个很好的边缘检测器 Canny算法介绍 非最大信号抑制: 高低阈值连接: example ...
分类:
编程语言 时间:
2020-01-31 01:08:59
阅读次数:
122
今天开始学习gin框架,在Github上找的示例的go-gin-example, 进度 日期 进展 疑惑 1.31 下拉代码,初步了解gin的介绍、搭建 .mod文件 module原理、使用方法 引入github上的依赖 and so on ...
分类:
其他好文 时间:
2020-01-31 00:58:51
阅读次数:
69
图像金字塔原理 expand = 扩大+卷积 拉普拉斯金字塔 PyrDown:降采样 PyrUp:还原 example ...
分类:
编程语言 时间:
2020-01-31 00:43:34
阅读次数:
118
今天配置了github的ssh访问密钥,同时也遇到了一些问题,这里记录一下. 生成新SSH密钥 $ ssh keygen t rsa b 4096 C "your_email@example.com" 这将创建以所提供的电子邮件地址为标签的新 SSH 密钥。 Generating public/pr ...
分类:
其他好文 时间:
2020-01-31 00:38:33
阅读次数:
73
Spark安装 参照教程安装Spark 和 Scala 参考链接:http://dblab.xmu.edu.cn/blog/1307-2/ 环境:Linux 已安装Hadoop spark官方下载地址:http://spark.apache.org/downloads.html 参照图中内容下载sp ...
分类:
其他好文 时间:
2020-01-30 23:07:30
阅读次数:
70
一、数据库的概念 数据库是数据库管理系统管理与控制之下,存放在存储介质上的数据集合。 二、常用的数据库 大型数据库 Oracle关系数据库、sun公司的DB2数据库 中型数据库 Server数据库,微软 小型数据库 MySQL,sun公司 三、基于嵌入式的数据库 基于嵌入式的数据库主要有:SQLit ...
分类:
数据库 时间:
2020-01-30 22:53:53
阅读次数:
103
1、题目 12. Integer to Roman Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. Symbol Value I 1 V 5 X 10 L 50 C 100 D 50 ...
分类:
其他好文 时间:
2020-01-30 22:48:37
阅读次数:
57
MainActivity.java package com.example.logindemo; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; public class MainActivity ...
分类:
移动开发 时间:
2020-01-30 22:39:34
阅读次数:
126