码迷,mamicode.com
首页 >  
搜索关键字:physically based    ( 2864个结果
KVM
KVM 概述 KVM即Kernel-based Virtual Machine基于内核的虚拟机。KVM,是一个开源的系统虚拟化模块,自 Linux 2.6.20 之后集成在 Linux 的各个主要发行版本中。 它使用 Linux 自身的调度器进行管理,所以相对亍 Xen,其核心源码很少。KVM 目前 ...
分类:其他好文   时间:2020-04-20 09:15:08    阅读次数:62
Group Join 操作
GroupJoin The GroupJoin operator performs the same task as Join operator except that GroupJoin returns a result in group based on specified group key. ...
分类:其他好文   时间:2020-04-18 21:22:31    阅读次数:71
基于口令的密码(PBE)
基于口令的密码(PBE) 基于口令的密码(Password Based Encryption,PBE)是一种基于口令生成密钥,并使用该密钥进行加密的方法。其中加密和解密使用的是同一个密钥。 根据用户自己的口令和salt生成口令密码,我们先看下加密的过程 ...
分类:其他好文   时间:2020-04-18 10:07:02    阅读次数:92
MySQL MVVC
什么是MVVC MVVC (Multi-Version Concurrency Control) (注:与MVCC相对的,是基于锁的并发控制,Lock-Based Concurrency Control)是一种基于多版本的并发控制协议,只有在InnoDB引擎下存在。MVCC是为了实现事务的隔离性,通 ...
分类:数据库   时间:2020-04-16 13:36:07    阅读次数:84
F - Link/Cut Tree CodeForces - 614A(水题)
Programmer Rostislav got seriously interested in the Link/Cut Tree data structure, which is based on Splay trees. Specifically, he is now studying the ...
分类:其他好文   时间:2020-04-12 20:18:43    阅读次数:92
Codeforces Round #602 (Div. 2, based on Technocup 2020 Elimination Round 3) C. Messy 构造
链接:https://codeforces.com/contest/1262/problem/C 题意:给一个长度为n的括号序列,你需要通过最多n次翻转操作,使得能够得到恰好k个合法括号前缀。 因为有n次操作,所以可以得到任意的序列 只需要构造合法的k个即可;k个合法前缀,所以可以构造一种方案使得前 ...
分类:其他好文   时间:2020-04-12 16:59:32    阅读次数:59
DL in the field of CV
A shallow notes on Deep Learning in the field of Computer Vision based on the courses by Andrew Ng. ...
分类:其他好文   时间:2020-04-09 13:05:58    阅读次数:88
2.5 PCI Express Capability
The PCI Express Capability definitions below are based on the PCI Express 2.1 Base specification. Implementations may choose to base the device on a s ...
分类:其他好文   时间:2020-04-08 16:22:24    阅读次数:98
2.6 Advanced Error Reporting Capability (Optional)
2.6 Advanced Error Reporting Capability (Optional)The Advanced Error Reporting definitions below are based on the PCI Express 2.1 Base specification. ...
分类:其他好文   时间:2020-04-08 16:08:10    阅读次数:88
ansible
Ansible: Configuration、Command and Control 是什么 ? SSH-based configuration management, deployment, and task execution system 运维工具的分类: agent:基于专用的agent程序 ...
分类:其他好文   时间:2020-04-06 10:10:01    阅读次数:115
2864条   上一页 1 ... 14 15 16 17 18 ... 287 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!