小奥的学习笔记

  • 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
Leetcode

[leetcode]题目解析(190610)

Edit distance(dynamic programing) 题目描述 Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)You have the following 3 operations permitted on a word:a) Insert a character b) …

2019年6月10日 0条评论 907点热度 0人点赞 yszhang 阅读全文
Leetcode

[leetcode]题目解析(190609)

Construct binary tree from preorder and inorder traversal 题目描述 Given preorder and inorder traversal of a tree, construct the binary tree. Note:  You may assume that duplicates do not exist in the tree. 思路 关于根据前序和中序如何得到二叉树的结构的计算方式,我就不重复了,之前的程序里面也有,这里就只说说代码里几个参数…

2019年6月9日 0条评论 1105点热度 0人点赞 yszhang 阅读全文
C/C++

vivo2020校招提前批开发笔试试题

vivo提前批笔试题整理 寻找数组中不存在的元素 题目描述 A、B两个数组,要求输出A中存在而B中不存在的元素。 例如 代码实现 #include <iostream> #include <vector> #include <algorithm> using namespace std; void solution1(vector<int> a,vector<int> b) { int asize = a.size(); int bsize = b.siz…

2019年6月5日 0条评论 1532点热度 0人点赞 yszhang 阅读全文
C/C++

vivo2019校招笔试题(C++部分题目)

以下描述正确的是 A. 虚函数是可以内联的,可以减少函数调用的开销,提高效率 B. 类里面可以同时存在函数名和参数都一样的虚函数和静态函数 C. 父类的析构函数是非虚的,但是子类的析构函数是虚的,delete子类对象指针会调用父类的析构函数 以下描述正确的是: A. while循环语句的循环体至少执行1次; B. do-while循环可以写成while循环的格式; C. continue语句可以出现在各种循环体中; D. break语句不可以出现在循环体中。 解析: 对于A选项来说,如果while后面的条件从第一次…

2019年6月3日 0条评论 1599点热度 0人点赞 yszhang 阅读全文
C/C++

vivo2018秋招软件开发笔试题

vivo2018秋招软件开发笔试题 选择题 线程共享部分包括:进程代码段、进程共有资源(全局变量)、进程打开的文件描述符、消息队列、信号的处理器、进程当前目录、进程用户ID、进程组ID;线程独占资源:线程ID、寄存器组的值、栈、错误返回码、线程的信号屏蔽码、线程的优先级。 循环队列长度=(rear-front+Quesize)%Quesize 动态分配内存返回空指针,说明分配内存未成功,有三种可能: (1)分配的空间太小 (2)分配的空间被当作内存碎片处理 (3)val取值过大,即分配空间过大会导致内存溢出 定义C…

2019年6月2日 0条评论 1516点热度 0人点赞 yszhang 阅读全文
Leetcode

[leetcode]题目解析(190524)

valid sudoku 题目描述 Determine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules.The Sudoku board could be partially filled, where empty cells are filled with the character'.'. 题目解析 数独具有以下规则: 每一行所有元素不能重复(1~9); 每一列所有元素不能重复(1~9); 由第3i~3(i)+2行和第3i~3(i)+…

2019年5月24日 0条评论 1231点热度 0人点赞 yszhang 阅读全文
Leetcode

[leetcode]题目解析(190513)

Search for a range 题目描述 Given a sorted array of integers, find the starting and ending position of a given target value.Your algorithm's runtime complexity must be in the order of O(log n).If the target is not found in the array, return[-1, -1].For example, Gi…

2019年5月13日 0条评论 1350点热度 0人点赞 yszhang 阅读全文
1…678910…32
搜索
欢迎关注我的个人公众号
最新 热点 随机
最新 热点 随机
DEEPFILTERNET:一种基于深度滤波的全频带音频低复杂度语音增强框架 奥地利匈牙利九日游旅程 论文阅读之Study of the General Kalman Filter for Echo Cancellation 小奥看房之鸿荣源珈誉府 杭州往返旅途及西溪喜来登和万怡的体验报告 2022年的第一篇碎碎念
奥地利匈牙利九日游旅程DEEPFILTERNET:一种基于深度滤波的全频带音频低复杂度语音增强框架
《我们在一中的日子》正式发布 计算机组成原理笔记第八章 把CentOS7中的vim打造成C++IDE Python语言程序设计(第9周)知识点整理 WordPress代码高亮插件SyntaxHighlighter终极使用详解 计算机组成原理笔记第五章(5.6)
标签聚合
linux 学习 生活 鸟哥的linux私房菜 Java python学习 Python 算法 高中 leetcode
最近评论
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号