79 工程术语记录

0 引言

记录一些不太懂的工程术语。 

1 工程术语记录

(1) ISP :image signal processing

https://blog.csdn.net/lz0499/article/details/71156291
ISP 基本框架及原理介绍,一篇高质量的博文。

  ISP(Image Signal Processor),即图像处理,主要作用是对前端图像传感器输出的信号做后期处理,主要功能有线性纠正、噪声去除、坏点去除、内插、白平衡、自动曝光控制等,依赖于ISP才能在不同的光学条件下都能较好的还原现场细节,ISP技术在很大程度上决定了摄像机的成像质量。它可以分为独立与集成两种形式。

2 服务器编程方面的术语

(1)oss(Object Storage Service): 公有云服务

(2)docker:A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another. A Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings.

(3)flow:业务链路关系

(4)builder:整体的算法服务,里边封装了所有的模块

3 SRE

蚂蚁金服SRE经验分享

https://yq.aliyun.com/articles/696717

4 RISC-V 

是一个基于精简指令集原则的开源指令集架构,简易解释为开源运动相对应的一种“开源硬件”。

RISC-V由美国加州大学伯克利分校计算机科学部门于2010年发明,基于广泛使用且标准十分宽松的BSD许可证。用户可以自由免费地使用RISC-V进行CPU设计、开发并添加自有指令集进行拓展,自主选择是否公开发行、或商业销售、或更换其他许可证协议、或完全闭源使用。

原文地址:https://www.cnblogs.com/ghjnwk/p/11460317.html