代码改变世界

[唱歌系统练习] 3. 解决气息不足

2019-12-22 09:19 by Johnson_强生仔仔, 647 阅读, 0 推荐, 收藏, 编辑
摘要:以下是我在喜马拉雅大宝哥里面听的专辑流行演唱-微课堂中的《解决气息不足》所做的笔记和总结。 演唱示范歌曲: 1. 《分手快乐》 - 梁静茹 (主歌部分) 要点:针对气息不足的练习。 1. 用示范歌曲《分手快乐》的主歌部分的换气点来进行歌曲演唱。(标注红色记号部分才换气,所以基本是一句一口气) 可以试 阅读全文

[唱歌系统练习] 2. 呼吸

2019-12-16 08:18 by Johnson_强生仔仔, 351 阅读, 0 推荐, 收藏, 编辑
摘要:以下是我在喜马拉雅大宝哥里面听的专辑流行演唱-微课堂中的《呼吸》所做的笔记和总结。 演唱示范歌曲: 无 要点:未曾发声先练气。 1. 呼吸 -- 用的是腹式呼吸。特征: 吸气时胸不会鼓起来,不会耸肩,而是腹部往外顶。 2. 腹式呼吸的好处:能短时间快速吸口气,较好的控制,吸气快,动作小。 3. 吸气 阅读全文

[唱歌系统练习] 1. 口型与表情

2019-12-14 10:13 by Johnson_强生仔仔, 657 阅读, 0 推荐, 收藏, 编辑
摘要:以下是我在喜马拉雅大宝哥里面听的专辑流行演唱-微课堂中的《口型与表情》所做的笔记和总结。 演唱示范歌曲: 1. 《若是你能遇见他》- 曹寅(之前从来没有听这首歌,但是感觉很好听,因为很多气音) 2. 《小酒窝》 - JJ 林,阿sa 3. 《你还要我怎样》 - 薛之谦 要点: 1. 情歌,就口型和表 阅读全文

[LeetCode] 695. Max Area of Island_Medium tag: DFS/BFS

2019-11-24 00:07 by Johnson_强生仔仔, 228 阅读, 0 推荐, 收藏, 编辑
摘要:Given a non-empty 2D array grid of 0's and 1's, an island is a group of 1's (representing land) connected 4-directionally (horizontal or vertical.) Yo 阅读全文

[LeetCode] 701. Insert into a Binary Search Tree_Medium_tag: Binary Search Tree

2019-11-17 03:46 by Johnson_强生仔仔, 194 阅读, 0 推荐, 收藏, 编辑
摘要:Given the root node of a binary search tree (BST) and a value to be inserted into the tree, insert the value into the BST. Return the root node of the 阅读全文

[LeetCode] 700. Search in a Binary Search Treer_Easy_tag: Binary Search Tree

2019-11-17 01:01 by Johnson_强生仔仔, 169 阅读, 0 推荐, 收藏, 编辑
摘要:Given the root node of a binary search tree (BST) and a value. You need to find the node in the BST that the node's value equals the given value. Retu 阅读全文

[LeetCode] 173. Binary Search Tree Iterator_Medium_tag: Binary Search Tree

2019-11-17 00:47 by Johnson_强生仔仔, 173 阅读, 0 推荐, 收藏, 编辑
摘要:mplement an iterator over a binary search tree (BST). Your iterator will be initialized with the root node of a BST. Calling next() will return the ne 阅读全文

[LeetCode] 224. Basic Calculator_Hard tag: stack

2019-08-01 10:46 by Johnson_强生仔仔, 203 阅读, 0 推荐, 收藏, 编辑
摘要:Implement a basic calculator to evaluate a simple expression string. The expression string may contain open ( and closing parentheses ), the plus + or 阅读全文

[LeetCode] 150. Evaluate Reverse Polish Notation_Medium tag: Stack

2019-07-31 10:24 by Johnson_强生仔仔, 142 阅读, 0 推荐, 收藏, 编辑
摘要:Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are +, -, *, /. Each operand may be an integer or another e 阅读全文

[LeetCode] 81. Search in Rotated Sorted Array II_Medium tag: not real binary search anymore

2019-07-12 10:53 by Johnson_强生仔仔, 161 阅读, 0 推荐, 收藏, 编辑
摘要:Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., [0,0,1,2,2,5,6] might become [2,5,6,0,0,1,2]). Y 阅读全文
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 39 下一页