码迷,mamicode.com
首页 >  
搜索关键字:digital    ( 684个结果
410c手把手安卓系统控制I2C光流传感器
需要调用的模块本文所使用的I/O主要有如下三个部分 ? I2C接口 ? UART接口 ? USB接口需要使用的硬件外设如下 Grove Digital Light Sensor 上文中提到的UART转USB1.8v线内核的定制首先我们需要对内核进行重新配置,从而添加我们的设备驱动重新编译内核在96board官网下载我们的最新Android 5.1版本官方提供的内核目前默认无...
分类:移动开发   时间:2016-05-06 12:24:31    阅读次数:243
how browser supports https
1. pre-installed certificate authorities 2. ssl/tls encription ssl/tls handshake flow: 1. exchange digital certificate 2. generate shared secret key: ...
分类:Web程序   时间:2016-05-06 10:50:15    阅读次数:237
HDOJ(HDU) 2212 DFS(阶乘相关、)
Problem Description A DFS(digital factorial sum) number is found by summing the factorial of every digit of a positive integer. For example ,consider the positive integer 145 = 1!+4!+5!, so it’s a DFS...
分类:其他好文   时间:2016-05-06 02:18:14    阅读次数:153
FPGA相关术语(一)
参考资料: 1. 数字时钟管理单元DCM 知识点: ● Digital Clock Manager(DCM) primitive用于实现延迟锁相环(delay locked loop)、数字频率综合器(digital frequency synthesizer)、数字移相器(digital phas ...
分类:其他好文   时间:2016-04-30 01:03:17    阅读次数:163
Adobe CC Family (CC 2015) 大师版
Adobe CC Family (CC 2015) 大师版 v5.6#2 ###请彻底卸载旧版后再安装本版! 更新 Adobe Digital Publishing CC 2016.1更新 Adobe Acrobat DC 2015.010.20056 集成 Adobe Acrobat XI 11. ...
分类:其他好文   时间:2016-04-29 14:31:52    阅读次数:143
Exposure Mask of Digital Cameras
User-defined masks that allow different areas of the image sensor to have different exposure times in one shot can be used in potable cameras (cell ph ...
分类:其他好文   时间:2016-04-17 09:07:39    阅读次数:126
计算机图形学(二)输出图元_3_画线算法_2_DDA算法
数字微分分析仪(digital differential analyzer, DDA)方法是一种线段扫描转换算法,基于使用等式(3.4)或等式(3.5)计算的&x或&y。在一个坐标轴上以单位间隔对线段取样,从而确定另一个坐标轴上最靠近线路径的对应整数值。首先考虑如图3.6所示的具有正斜率的线段。例如,如果斜率小于等于1,则以单位x间隔(&x = 1)取样,并逐个计算每一个y值:下标k取整数值,从第一个点1开始递增直至最后端点。由于m可以是0与1之间的任意实数,所以计算出的y值必须取整。对于具有大于l的正斜率...
分类:编程语言   时间:2016-04-16 19:16:49    阅读次数:172
[poj 1691] Painting A Board dfs+拓扑排序
Painting A Board Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 3611 Accepted: 1795Description The CE digital company has built an Automatic Painting Machine (APM) to paint a fl...
分类:编程语言   时间:2016-04-08 09:05:58    阅读次数:176
进制问题
leetCode上有这么一道题 Excel Sheet Column Title 分析之后可知是一道进制转换的问题,分析的时候偶然间想到digital root的问题,digital root有统一的表达式,是一个9进制问题的转换,如下: dr(n) = 1 + (n - 1) % 9 而此题呢,也 ...
分类:其他好文   时间:2016-04-07 22:18:30    阅读次数:259
684条   上一页 1 ... 39 40 41 42 43 ... 69 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!