https://zh.d2l.ai/chapter_preface/preface.html https://zh.d2l.ai/chapter_preface/preface.html ...
分类:
其他好文 时间:
2019-12-16 11:37:45
阅读次数:
81
https://www.uisdc.com/perfection-interactivity-essential-element https://www.uisdc.com/interactivity-draft-specification https://www.uisdc.com/tencent ...
分类:
其他好文 时间:
2019-12-13 09:24:18
阅读次数:
104
题目来源:力扣(LeetCode) 链接:https://leetcode cn.com/problems/perfect squares 给定正整数?n,找到若干个完全平方数(比如?1, 4, 9, 16, ...)使得它们的和等于 n。你需要让组成和的完全平方数的个数最少。 示例?1: 输入: ...
分类:
其他好文 时间:
2019-12-12 01:23:08
阅读次数:
73
41.思路:分别在列表中存放两个单词的索引,再用两次遍历求距离# 给定一个单词列表和两个单词 word1 和 word2,返回列表中这两个单词之间的最短距离。# 示例:# 假设 words = ["practice", "makes", "perfect", "coding", "makes"]# ...
分类:
其他好文 时间:
2019-12-01 13:44:09
阅读次数:
64
Linus Torvalds I am not a visionary, i do not have a five year plan, i’m an engineer. I am perfectly fine with all the people who are walking around a ...
分类:
其他好文 时间:
2019-11-28 19:13:56
阅读次数:
83
Given a list of words and two words word1 and word2, return the shortest distance between these two words in the list. Example:Assume that words = ["p ...
分类:
其他好文 时间:
2019-11-18 09:28:36
阅读次数:
56
Given a positive integer num, write a function which returns True if num is a perfect square else False. Note: Do not use any built-in library functio ...
分类:
其他好文 时间:
2019-11-17 12:31:52
阅读次数:
68
什么是事件对象呢? 在触发DOM上的事件时都会产生一个对象 事件对象event 1、Dom中的事件对象 a、type属性 用于获取事件类型 可以获取事件的类型: 代码: function show123(event){ //alert('欢迎来到perfect*博客园123'); alert(eve ...
分类:
其他好文 时间:
2019-11-13 21:59:27
阅读次数:
86
codeforces educational round 73 div2 ABCD ...
分类:
其他好文 时间:
2019-11-03 17:58:47
阅读次数:
80
You may have already known that a standard ICPC team consists of exactly three members. The perfect team however has more restrictions. A student can ...
分类:
其他好文 时间:
2019-10-03 00:46:44
阅读次数:
101