码迷,mamicode.com
首页 >  
搜索关键字:architecture    ( 1570个结果
CUDA安装
1.CUDA是什么? CUDA(Compute Unified Device Architecture),显卡厂商NVidia推出的运算平台。 随着显卡的发展,GPU越来越强大,而且GPU为显示图像做了优化。在计算上已经超越了通用的CPU。如此强大的芯片如果只是作为显卡就太浪费了,因此N卡厂商推出C ...
分类:其他好文   时间:2018-04-03 12:49:11    阅读次数:356
微服务(MicroServices)
微服务Architecture(MicroServices) 微服务架构简单的定义 采用一组Service的方式来构建一个应用,服务独立部署在不同的进程(Container)中,不同Service通过一些轻量级交互机制来通信,例如:RPC、API、HTTP等;Service可独立扩展伸缩,每个Ser ...
分类:其他好文   时间:2018-04-02 23:50:03    阅读次数:149
RESTful 架构详解
原文章地址:http://www.runoob.com/w3cnote/restful-architecture.html 1. 什么是REST REST全称是Representational State Transfer,中文意思是表述(编者注:通常译为表征)性状态转移。 它首次出现在2000年R ...
分类:其他好文   时间:2018-03-29 14:50:00    阅读次数:145
Computer Networking: Application layer
Principle of network applications Network application architectures Application architecture: (different from the network architecture) Designed by th ...
分类:移动开发   时间:2018-03-29 14:47:17    阅读次数:204
Chapter 4 Processor Architecture 2017-11-7
The instructions supported by a particular processor and their byte-level encodings are known as its instruc- tion set architecture(IsA). 4.1 The Y86- ...
分类:其他好文   时间:2018-03-29 02:18:46    阅读次数:163
ubuntu安装过程中遇到问题小结
一.下载 官网下载地址:https://www.ubuntu.com/download/desktop/contribute?version=16.04.4&architecture=amd64 把金额挑到0, 下载就OK了. 二.安装 VMWare傻瓜式安装,略. 三.使用xshell登录root ...
分类:系统相关   时间:2018-03-28 14:17:11    阅读次数:235
项目总结三:目标检测项目(Car detection with YOLOv2)
1、 the YOLO model (YOLO ,you only look once) (1)We will use 5 anchor boxes. So you can think of the YOLO architecture as the following: IMAGE (m, 608, ...
分类:其他好文   时间:2018-03-27 01:57:54    阅读次数:576
设计模式之设计原则 C#
成为一名资深架构师首先要懂设计模式,在懂之前,要清楚设计原则,原来我就吃过这个亏,很久以现有人问我设计原则,我是一头茫然,不是只有设计模式吗?且不知设计原则就像是写书法一样,楷体就是方正,竖道有垂露等,隶书横有蚕头燕尾等。 这些“秩序”遵循SOLID architecture principles。 ...
分类:Windows程序   时间:2018-03-12 18:43:10    阅读次数:222
.NET微服务架构及API网关
一、MSA简介 1.1、MSA是什么 微服务架构MSA是Microservice Architecture的简称,它是一种架构模式,它提倡将单一应用程序划分成一组小的服务,服务之间互相通讯、互相配合,为用户提供最终价值。它与SOA之间的区别如下: SOA实现 微服务架构实现 企业级,自顶向下开展实施 ...
分类:Windows程序   时间:2018-03-05 14:08:04    阅读次数:2897
CS231n笔记 Lecture 10, Recurrent Neural Networks
Recaption on CNN Architecture Although Serena is very beautiful, Justin is a better lecturer. Love him. Recurrent Neural Network Meant to process sequ ...
分类:Web程序   时间:2018-03-04 13:01:06    阅读次数:460
1570条   上一页 1 ... 36 37 38 39 40 ... 157 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!