关键词:催化、3D打印(bits to atoms)、合成自动化(atoms to bits)、机器视觉、自然语言处理
二零一捌,人生没有那么容易,也没有那么艰难
发表于
更新于
阅读次数:
文献数据库 | BibTeX文件读取的Python实现
发表于
更新于
阅读次数:
LeetCode | Valid Parentheses (easy level)
发表于
更新于
阅读次数:
Problem 20: Valid Parentheses
Given a string containing just the characters '('
, ')'
, '{'
, '}'
, '['
and ']'
, determine if the input string is valid.
An input string is valid if:
- Open brackets must be closed by the same type of brackets.
- Open brackets must be closed in the correct order.
Note that an empty string is also considered valid.
信息社会求生指南 | 怎么在纷繁中找到自己的目标
发表于
更新于
阅读次数:
自然科学视角 | 如何进入一个新的领域(研究入坑指南)
发表于
更新于
阅读次数:
笔者理工科在读研究生,从高中开始嗜读科普读物,开始参加化学竞赛,与自然科学结下不解之缘。本科专业方向金属加工相关,也由于项目原因接触过能源材料相关课题(锂电、电催化),同时多次参加创新创业项目及数学建模竞赛,结识了不少不同专业的同学。因此笔者斗胆认为,相对于同龄人,本人还是具有较强的跨学科意识的,习惯于进入新的(研究)领域。
国内科研环境是否顺应时代?
发表于
更新于
阅读次数:
我是一个理工科在读研究生。生于父母均为经管类教授的家庭,却从高中开始嗜读科普读物,自此与自然科学结下不解之缘。
LeetCode | Shortest Distance to a Character (easy level)
发表于
更新于
阅读次数:
Problem 821: Shortest Distance to a Character
Given a string S
and a character C
, return an array of integers representing the shortest distance from the character C
in the string.
Example 1:
1 | Input: S = "loveleetcode", C = 'e' |
Note:
S
string length is in[1, 10000].
C
is a single character, and guaranteed to be in stringS
.- All letters in
S
andC
are lowercase.
Physics behind Rotation of Rigid Body
Resources for Machine Learning | 机器学习相关资源汇总
发表于
更新于
阅读次数: