- 博客(9)
- 资源 (3)
- 收藏
- 关注
原创 【宿舍指纹锁---Arduino UNO (保姆级教程)】
宿舍指纹锁—Arduino UNO1.准备材料Arduino UNOAS608指纹模块+TTL转接口MG996R舵机1602液晶胶枪杜邦线面包板细线5v电源2.库文件https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library/archive/master.zip1.首先下载Adafruit指纹库(https://github.com/adafruit/Adafruit-Fingerprint-Sensor-
2022-04-30 11:22:09
7258
30
原创 SQL语句基础知识
SQL1.数据库的三大范式1、第一范式(1NF)是指数据库表的每一列都是不可分割的基本数据线;也就是说:每列的值具有原子性,不可再分割。2、第二范式(2NF)是在第一范式(1NF)的基础上建立起来得,满足第二范式(2NF)必须先满足第一范式(1NF)。如果表是单主键,那么主键以外的列必须完全依赖于主键;如果表是复合主键,那么主键以外的列必须完全依赖于主键,不能仅依赖主键的一部分。3、第三范式(3NF)是在第二范式的基础上建立起来的,即满足第三范式必须要先满足第二范式。第三范式(3NF)要求:表中的非
2022-03-22 18:51:04
1818
原创 List Components
List Components题目:For a given undirected graph with N vertices and E edges, please list all the connected components by both DFS (Depth First Search) and BFS (Breadth First Search). Assume that all the vertices are numbered from 0 to N-1. While searching
2022-03-21 21:38:23
325
原创 opencv基础(笔记)
OpenCV-Pthon1.Python和opencv需要的环境 建议直接安装anaconda2.图片读取2.1图片的展示 首先用python来读取一张图片import cv2import matplotlib.pyplot as plyimport numpy as np%matplotlib inlineimg=cv2.imread('./one.png')通过调用来显示图片imgarray([[[255, 255, 255], [255, 255,
2022-03-21 19:48:26
6247
原创 Saving James Bond(c++)
Saving James Bond(c++)题目描述:This time let us consider the situation in the movie “Live and Let Die” in which James Bond, the world’s most famous spy, was captured by a group of drug dealers. He was sent to a small piece of land at the center of a lake fil
2022-03-21 17:59:00
1389
2
原创 数据分析&&可视化笔记
1.前言 -Ptthon3 -cell有两种模式: -code:代码模式 -markdown:编写笔记模式2.快捷键 -添加cell:a在选中的上方添加 b在选中的下方添加 -删除:x -修改cell的模式:m:修改成markdown模式 y:修改成code模式 -执行cell:shift+enter -自动补全:tab3.数据分析三剑客:numpy pandas matplotib3.1Numpy
2022-03-21 17:44:01
823
原创 linux基础操作学习笔记
linux0.序0.1网络连接概念0.1.1P地址IPADDR IP地址是一种逻辑地址,用来标识网络中一个个主机 P地址=网络地址+主机地址 IP地址是一个 4 * 8bit(1字节)由 0/1 组成的数字串(IP4协议)0.1.2子网掩码NETMASK 子网掩码只有一个功能,就是将IP地址划分为网络地址和主机地址两部分。 子网掩码用来判断任意两台计算机的IP地址是否在同一个子网中的根据 A 192.168.7.111 B 192.168.8.22
2022-03-21 17:40:51
1802
2
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人