This is an interesting puzzle game. In the game, you need to use your brain, think carefully, operate reasonably, point your fingers to catch things, ...
分类:
其他好文 时间:
2019-12-07 19:33:20
阅读次数:
68
网上的那张鞋子的图片到底是什么颜色的?灰绿色还是粉色? 1. 先截取图片中鞋的那块的图片,获取大小 2. 带入大小分别计算R,G,B平均值 3. 通过计算所得的数据画图可得结果 1 from PIL import Image 2 from pylab import * 3 4 shoe = arra ...
分类:
其他好文 时间:
2019-11-07 16:30:04
阅读次数:
102
生物信息学 Cell theory:7个要点 All known living things are made up of one or more cells. All living cells arise from pre-existing cells by division. The cell ...
分类:
系统相关 时间:
2019-11-06 13:05:16
阅读次数:
168
题目链接:https://codeforces.com/contest/1247 A. Forgetting Things 思路:简单特判一下就行。 1 #include<bits/stdc++.h> 2 using namespace std; 3 int main() 4 { 5 std::io ...
分类:
其他好文 时间:
2019-10-28 09:15:03
阅读次数:
91
__ "Codeforces Round 596 (Div. 2, based on Technocup 2020 Elimination Round 2)" __ __ "A. Forgetting Things" __ __思路:$a$和$b$相等或者$a + 1 = b$或者$a = 9$ $ ...
分类:
其他好文 时间:
2019-10-27 12:47:46
阅读次数:
81
A. Forgetting Things Description 给出a和b的最高位,输出一组可能的a+1=b Solution 判断a=b,a=b-1,b=9&a=1三种情况 1 #include <algorithm> 2 #include <cctype> 3 #include <cmath> ...
分类:
其他好文 时间:
2019-10-27 00:39:49
阅读次数:
147
https://javachen.github.io/ 概述特点语法编辑器浏览器插件实现版本参考资料概述Markdown 是一种轻量级标记语言,创始人为约翰·格鲁伯(John Gruber)和亚伦·斯沃茨(Aaron Swartz)。它允许人们“使用易读易写的纯文本格式编写文档,然后转换成有效的XH... ...
分类:
其他好文 时间:
2019-10-02 23:12:40
阅读次数:
129
照抄自 "Understanding node.js" Node is basically very good when you need to do several things at the same time. Have you ever written a piece of code and ...
分类:
Web程序 时间:
2019-09-14 13:29:33
阅读次数:
133
祝大家中秋节快乐!回顾过去对自己影响最大的书,首先想到的是《高效能人士的七个习惯》。积极主动 Be proactive以始为终 Begin with the end in mind要事第一 Put first things first双赢思维 Think win-win知彼解己 Understand... ...
分类:
其他好文 时间:
2019-09-13 10:43:04
阅读次数:
99
1. 链接物联网的概念 物联网(The Internet of Things,简称IOT)是指通过 各种信息传感器、射频识别技术、全球定位系统、红外感应器、激光扫描器等各种装置与技术,实时采集任何需要监控、 连接、互动的物体或过程,采集其声、光、热、电、力学、化 学、生物、位置等各种需要的信息,通过 ...
分类:
其他好文 时间:
2019-08-21 11:44:33
阅读次数:
445