1 介绍 Candence 软件下的PCB Design Expert组件提供两种原理图输入工具,一个是Capture CIS,另一个就是Concept HDL。 1.1 特点 a.提供传统的设计方法和先进的分层次发热设计方法 b.支持自顶向下和自底向上的设计方法。 自顶向下:先创建系统的方框图,然 ...
分类:
其他好文 时间:
2019-10-30 18:11:57
阅读次数:
143
在上一篇文章中我们安装好了ROS环境。本篇文章我们将熟悉ROS中的一些概念(Concept),并尝试使用C++来实现一个发布器(Publisher)和一个订阅器(Subscriber)。 该文章是个人学习ROS的过程记录,参考的书是中文版 "《ROS机器人编程:原理与应用》" ,英文版为 "A Sy ...
分类:
其他好文 时间:
2019-10-02 18:39:59
阅读次数:
164
什么是 PoC PoC(全称: Proof of Concept), 中文译作概念验证。在安全界,你可以理解成为漏洞验证程序(本教程中,如无特别说明,默认代表漏洞验证程序),当然你要强行说我说的不对,我肯定支持你,反正我没打算反驳你。和一些应用程序相比,PoC 是一段不完整的程序,仅仅是为了证明提出 ...
分类:
其他好文 时间:
2019-09-29 23:45:02
阅读次数:
124
What's in a name? In this lesson, I'll explain the concept of naming interactive elements for screen reader users, including forms, buttons, and links ...
分类:
数据库 时间:
2019-09-15 17:06:35
阅读次数:
137
What Is a Locale? A key concept for application programs is that of a program's locale. The locale is an explicit model and definition of a native-lan ...
分类:
其他好文 时间:
2019-08-16 18:25:56
阅读次数:
118
First lets recall the concept for BFS and DFS. I will use below Binary Tree as an example. Before that, lets go through some of the concepts of Trees ...
分类:
其他好文 时间:
2019-08-09 17:37:01
阅读次数:
94
Golang OOP、继承、组合、接口 traditional oop concept OOP(面向对象编程)是对真实世界的一种抽象思维方式,可以在更高的层次上对所涉及到的实体和实体之间的关系进行更好的管理。 流传很广的OOP的三要素是:封装、继承、多态。 对象:可以看做是一些特征的集合,这些特征主 ...
分类:
其他好文 时间:
2019-07-24 13:28:57
阅读次数:
115
Optional reading: Winston Chapter 20 Incremental Concept Learning Revisited Abstract Version Spaces Visualizing Version Spaces converge model is thre ...
分类:
其他好文 时间:
2019-06-06 13:55:12
阅读次数:
109
一、Maven是什么? Maven官网的描述:Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Mav ...
分类:
其他好文 时间:
2019-05-23 00:55:09
阅读次数:
131
In computing, the same-origin policy is an important concept in the web application security model. Under the policy, a web browser permits scripts co ...
分类:
其他好文 时间:
2019-05-20 09:18:12
阅读次数:
137