Auto saved by Logseq
This commit is contained in:
parent
f907974477
commit
3a6223120b
|
@ -1949,20 +1949,20 @@
|
|||
- ▪ 1.它从第一次被记录的那一刻起自动产生,不需要任何正式的登记
|
||||
- 2.版权授予专有权,如复制作品、向公众传播、提供或分发作品的权利
|
||||
- 3.奏鸣曲将作为作者作品受到版权保护,奏鸣曲的录音将受到相关权利的保护1.It arises automatically from the moment it has beenfirst recorded and does not require any formal registration2.Copyright grants exclusive rights such as to the right to reproduce the work,communicate it to the public,make it available, or distribute it3.A sonata will be protected as an authorial work by copyright, a sound recording of the sonata will be protected by related rights
|
||||
- 知识产权战略:保护公司无形资产
|
||||
- 知识产权战略:保护公司无形资产 #flashcard
|
||||
- 产品 /服务开发Product / service development
|
||||
- 知识产权保护IP Protection
|
||||
- 知识产权商业化IP Commercialization
|
||||
- 构思过程Ideation process
|
||||
- 知识产权定义
|
||||
- 知识产权,通常被称为 IP,是指由人类智力或创造性活动创造的无形资产。
|
||||
- 知识产权允许人们像拥有有形财产一样拥有自己的创造力和创新。
|
||||
- 所有者可以控制并从使用他们的知识产权中获得回报,这鼓励了进一步的创新和创造,对我们所有人都有好处。 l ·Intellectual property, often known as IP, refers to intangible assets created by human intellectual or creative activity.l· Intellectual property rights (IPRs) allow people to own their creativity and innovation in the same way that they can own physical property. l ·The owner can control and be rewarded for the use of their IP, and this encourages further innovation and creativity to the benefit of us all.
|
||||
- 知识产权定义 #flashcard
|
||||
- 知识产权,通常被称为 IP,是指由人类智力或创造性活动创造的无形资产。Intellectual property, often known as IP, refers to intangible assets created by human intellectual or creative activity
|
||||
- 知识产权允许人们像拥有有形财产一样拥有自己的创造力和创新。 Intellectual property rights (IPRs) allow people to own their creativity and innovation in the same way that they can own physical property.
|
||||
- 所有者可以控制并从使用他们的知识产权中获得回报,这鼓励了进一步的创新和创造,对我们所有人都有好处。The owner can control and be rewarded for the use of their IP, and this encourages further innovation and creativity to the benefit of us all.
|
||||
- DONE Week 3
|
||||
- ## Topic 11: System Level Design
|
||||
- 系统级设计(System-level Design)
|
||||
产品架构可以描述为 :“ 将产品的功能元素排列成物理块以及块之间相互作用的方案”功能性——有助于整体绩效的单个操作和转换.物理–实现产品功能的零件、组件和子组件(通俗来讲,顺序是完成相应功能的零件 component--->组件 chunks---->产品,产品架构就是以实体组件来实现产品的各功能单元,并使各组件相互作用的配置方案) Product Architecture can be described as: 1."the scheme by which the functional elements of the product are arranged into physical chunks and by which the chunks interact” 2.Functional – individual operations and transformations that contribute to its overall performance 3.Physical – parts, components and subassemblies that implement the product’s functions
|
||||
- 目的:架构决策允许将这些物理模块的详细设计和测试分配给团队、个人和 /或供应商,以便不同部分的开发可以同时进行 Architectural decisions allow the detailed design and testing of these physical blocks to be assigned to teams, individuals, and/or suppliers, so that the development of different portions can be carried out simultaneously
|
||||
- 目的 :-> 架构决策允许将这些物理模块的详细设计和测试分配给团队、个人和 /或供应商,以便不同部分的开发可以同时进行 Architectural decisions allow the detailed design and testing of these physical blocks to be assigned to teams, individuals, and/or suppliers, so that the development of different portions can be carried out simultaneously
|
||||
- 模块化架构 Modular & integral architecture
|
||||
- ◦ 模块化架构 modular architecture 特点:1.各个组件分别实现一个或多个功能 2.组件之间的关系是明确的,这种关系往往是实现一个产品功能的基础 ·Each chunk implements one or a few functions entirely. ·The interactions between chunks are well defined. ·Modular architecture has simplicity and reusability for a product family or platform. 理解:当每个功能都只被一个组件完成时,并且组件之间的配合十分完美时,这种架构允许在不改变的情况下只改变一组而不影响整体功能。也就是说各个组件可以单独设计
|
||||
- ▪ 槽形模块架构 Slot-modular (the most common type) 每个接口都与于其它接口类型不同,产品中的组件不能互换 Each of the interfaces between chunks in a slot-modular architecture is of a different type from the others – therefore the various chunks in the product cannot be interchanged 例子:汽车上的收音机接口与速度仪、仪表盘的接口都不同
|
||||
|
|
Loading…
Reference in a new issue