摘要: 准备面试一个小公司,在面试邀请邮件中提出了这样一个要求(not required): ".. one item we will likely discuss with you is software called the TPM Software Stack (TSS) 2.0. ...... Th 阅读全文
posted @ 2018-01-17 13:44 心怀阳光 阅读(1022) 评论(0) 推荐(1) 编辑
摘要: 0. 1. Terminology C# (pronounced as "C sharp") is an object-oriented programming language created by Microsoft .NET framework is a collection of libra 阅读全文
posted @ 2018-01-12 06:00 心怀阳光 阅读(152) 评论(0) 推荐(0) 编辑
摘要: make命令和Makefiles: 1. make是一个命令,解释makefile中指令的命令工具,不同的IDE有自己的make命令。 1. make命令不知道怎么去构建程序,必须有一个文件告诉make命令怎么去构建程序,这个文件就是makefile. 2.makefile大多数情况下和源文件在同一 阅读全文
posted @ 2017-09-28 04:41 心怀阳光 阅读(394) 评论(0) 推荐(0) 编辑
摘要: Hit: if the data CPU is looking for can not be found in a cache, it constitutes a hit. Miss: cache miss is a state where the data requested by a proce 阅读全文
posted @ 2017-05-09 11:39 心怀阳光 阅读(150) 评论(0) 推荐(0) 编辑
摘要: Given a binary tree, determine if it is a valid binary search tree (BST). Assume a BST is defined as follows: The left subtree of a node contains only 阅读全文
posted @ 2017-01-27 05:21 心怀阳光 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 参考: http://blog.csdn.net/jocyln9026/article/details/19397477 阅读全文
posted @ 2017-01-20 04:54 心怀阳光 阅读(99) 评论(0) 推荐(0) 编辑
摘要: (本文参考:http://www.ruanyifeng.com/blog/2007/10/ascii_unicode_and_utf-8.html) 1. ASCII码 我们知道,在计算机内部,所有的信息最终都表示为一个二进制的字符串。每一个二进制位(bit)有0和1两种状态,因此八个二进制位就可以 阅读全文
posted @ 2017-01-14 03:36 心怀阳光 阅读(134) 评论(0) 推荐(0) 编辑
摘要: . 包含头文件: 2. 构造函数: 3. 添加元素: 4. 查找元素: 5. 删除元素: 6. member functions: map::at map::begin map::cbegin map::cend map::clear map::count map::crbegin map::cre 阅读全文
posted @ 2017-01-06 04:08 心怀阳光 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 1. 包含头文件: 2. pair 的操作: 3. 4. 阅读全文
posted @ 2017-01-06 03:43 心怀阳光 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 1. 包含一个头文件: 2. 申明及初始化: 3. 添加元素: 4. 删除元素: 5. 访问元素: 6. member functions: vector::assign vector::at vector::back vector::begin vector::capacity vector::c 阅读全文
posted @ 2017-01-06 03:08 心怀阳光 阅读(130) 评论(0) 推荐(0) 编辑