小奥的学习笔记

  • Home
  • Learning & Working
    • Speech Enhancement Notes
    • Programming language
    • Computer & DL
    • MOOC
  • Life
    • Life Time
    • Thinking & Comprehension
    • Volunteer
    • Plan
    • Travel
  • Footprints
  • GuestBook
  • About
    • About Me
    • 个人履历
    • 隐私策略
Programming language
Python

Python chapter 6 learning notes

l  A simple dictionary alien_0 = {'color': 'green','point': 5} print(alien_0['color'])#使用大括号 The window will show green. l  Using dictionary n  Add key-value pair For example, alien_0 =&nb…

2017年10月15日 0条评论 1311点热度 0人点赞 yszhang 阅读全文
Python

Python chapter 5 learning notes

 一个简单例子     在python中,检查是否相等时,大小写不同默认是不相等的。如果需要不考虑大小写,则可把他们都统一转换成小写。     检查多个条件时有以下两种情况: 必须同时符合多种情况:利用and语句。例如:if (age_0>21) and (age_1<=40) 多种情况符合其一即可:用or。例如: if (age_0<18) or (age_1>60)     &n…

2017年10月13日 0条评论 1222点热度 0人点赞 yszhang 阅读全文
Python

安装pygame步骤

首先要安装pip,一般情况下最新版的python环境都默认集成了pip。 如果想升级集成的pip,可以如此: 如果是在LINUX或者macOS上,运行: pip install -U pip 如果是在windows上,运行: python -m pip install -U pip 2. http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame 中下载适合自己版本的pygame。然后保…

2017年10月13日 0条评论 1531点热度 0人点赞 yszhang 阅读全文
Python

Python chapter 4 learning notes

1.      About loop ·        Indentation means these sentences or this sentence  belong(s) to this loop.Such as, magicians=['david','joe','kite','john'] for magicia…

2017年10月13日 0条评论 1364点热度 0人点赞 yszhang 阅读全文
Python

Python chapter 2&3 learning notes

方法是Python对数据执行的操作。 For example, Upper() 全部大写 Lower() 全部小写 Title() 首字母大写 rstrip() 删除多余空格(此时的删除都是暂时的,非永久。如需永久需要重新幅值给原变量) 当在字符串中需要使用数字的时候,应在该数字的变量名前使用str()以避免错误 For example, If you want output this sentence "I am 22 years old." And your code will be a=2…

2017年10月11日 0条评论 1470点热度 0人点赞 yszhang 阅读全文
Python

The Zen of Python

The Zen of Python by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better than nested. Sparse is better than dense. Readability counts. Special cases aren&…

2017年10月10日 0条评论 1244点热度 0人点赞 yszhang 阅读全文
Plan

计算机等级考试四级学习安排

一、计算机网络部分

2016年1月17日 1条评论 2352点热度 0人点赞 yszhang 阅读全文
1…2324252627…32
搜索
欢迎关注我的个人公众号
最新 热点 随机
最新 热点 随机
DEEPFILTERNET:一种基于深度滤波的全频带音频低复杂度语音增强框架 奥地利匈牙利九日游旅程 论文阅读之Study of the General Kalman Filter for Echo Cancellation 小奥看房之鸿荣源珈誉府 杭州往返旅途及西溪喜来登和万怡的体验报告 2022年的第一篇碎碎念
奥地利匈牙利九日游旅程DEEPFILTERNET:一种基于深度滤波的全频带音频低复杂度语音增强框架
2010 S.V Beijing Travel Thing:Soft&Others Leetcode题目解析(191111):207&208 算法笔记之回溯法(3) 《剑指Offer》题目解析(9) 再回陈毅中学 [leetcode]题目解析(190423)
标签聚合
Python 算法 linux leetcode 鸟哥的linux私房菜 python学习 Java 生活 高中 学习
最近评论
davidcheung 发布于 7 个月前(02月09日) The problem has been fixed. May I ask if you can s...
tk88 发布于 7 个月前(02月07日) Hmm is anyone else having problems with the pictur...
cuicui 发布于 11 个月前(10月20日) :wink:
niming 发布于 12 个月前(09月19日) 同级校友,能刷到太巧了
davidcheung 发布于 2 年前(08月16日) 我得找一下我之前整理的word文档看一下,如果找到了我就更新一下这篇文章。
Nolan 发布于 2 年前(07月25日) 您的笔记非常有帮助。贴图不显示了,可以更新一下吗?
davidcheung 发布于 3 年前(06月19日) 到没有看webrtc的代码。现在主要在看我们公司的代码了。。。只是偶尔看一看webrtc的东西。。。
aobai 发布于 4 年前(03月13日) gain_change_hangover_ 应该是每三个block 只能够调整一次,这样保证每帧...
匿名 发布于 5 年前(12月30日) 烫
小奥 发布于 5 年前(12月12日) webRTC里面的NS本身我记得就是在C++里面呀

COPYRIGHT © 2025 小奥的学习笔记. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang

陕ICP备19003234号-1

鲁公网安备37120202000100号