码迷,mamicode.com
首页 >  
搜索关键字:digital    ( 684个结果
dvi接口介绍
Most graphics cards and motherboards feature a Digital Video Interface (DVI) connector for connecting a monitor or projector to the computer. In the p ...
分类:其他好文   时间:2019-04-26 00:48:31    阅读次数:141
下载速率(上行速率)和上传速率(下行速率)
下行速率一般是从网络上的主机获取数据的速率,各种网络软件的运用,都必须从网路上获取数据。比如浏览器打开百度的网站,就要从百度的服务器上下载数据,这就会产生一定的数据下载速率。 上传速率(度)是指单位时间内,网络数据的上行流量。网络数据传输分为发送数据和接受数据两部分。上传就是向外部发送数据。下载为从 ...
分类:Web程序   时间:2019-04-25 00:58:59    阅读次数:377
Arduino -- functions
For controlling the Arduino board and performing computations. Digital I/O digitalRead() digitalWrite() pinMode() Analog I/O analogRead() analogRefere ...
分类:其他好文   时间:2019-04-16 19:06:37    阅读次数:175
异步脉冲同步2:双握手法
https://www.cnblogs.com/digital-wei/p/6014450.html 一、前言 上一篇文章中已经描述了简单的脉冲同步器,它可以实现简单应用场景下的同步功能,同时也存在不少应用限制或缺陷,例如: (1) 对src_clk域dst_clk关系较为敏感,当src_clk与d ...
分类:其他好文   时间:2019-04-13 16:18:46    阅读次数:230
地理空间数据
一、在地理数据的生产中,地理基础框架数据主要是4D产品: 二、根据空间数据的内容和用途,分为基础数据和专题数据: 三、空间数据质量通过准确度、精度、不确定性、相容性、一致性、完整性、可得性、现势性等指标度量。 四、GIS 数据流程 ...
分类:其他好文   时间:2019-04-10 13:51:55    阅读次数:132
E - Digital Roots HDU - 1013
wa了两遍: (1)没有弄清楚输入数据的范围,实际上是字符串输入,数字很大。 (2)此题太水,没有标数据范围。 ...
分类:其他好文   时间:2019-04-06 19:10:29    阅读次数:125
PAT甲级1022 Digital Library
题目:https://pintia.cn/problem-sets/994805342720868352/problems/994805480801550336 题意: 每一本书有一个id, 书名,作者,至多五个关键字,一个出版社名,出版社年份。 现在根据给定的书名或作者或关键字或出版社名或年份,按 ...
分类:其他好文   时间:2019-04-06 12:31:49    阅读次数:81
[codewars_python]Sum of Digits / Digital Root
Instructions In this kata, you must create a digital root function. A digital root is the recursive sum of all the digits in a number. Given n, take t ...
分类:编程语言   时间:2019-04-05 18:24:09    阅读次数:196
微服务架构 - 离线部署k8s平台并部署测试实例
一般在公司部署或者真实环境部署k8s平台,很有可能是内网环境,也即意味着是无法连接互联网的环境,这时就需要离线部署k8s平台。在此整理离线部署k8s的步骤,分享给大家,有什么不足之处,欢迎指正。 1、准备环境 这次离线部署k8s的版本为v1.10.1,同时docker的版本为17.12.0 ce,不 ...
分类:其他好文   时间:2019-03-28 13:49:34    阅读次数:169
Digital Roots:高精度
C - Digital Roots Description The digital root of a positive integer is found by summing the digits of the integer. If the resulting value is a single ...
分类:其他好文   时间:2019-03-17 19:39:55    阅读次数:179
684条   上一页 1 ... 9 10 11 12 13 ... 69 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!