码迷,mamicode.com
首页 >  
搜索关键字:digital    ( 684个结果
poj 3112 Digital Biochemist Circuit(简单题)
poj 3112 Digital Biochemist Circuit(简单题)...
分类:其他好文   时间:2014-08-02 21:00:34    阅读次数:265
zju 1115 Digital roots 数字根
#include #include using namespace std;int main(){ string n; while(cin>>n,n!="0"){ int s=0,l=n.length(); for(int i=0;i9) s=s/10+s%10; cout...
分类:其他好文   时间:2014-08-02 01:30:32    阅读次数:382
投屏协议汇总
DLNA,Digital Living Network Alliance的简称,意在解决pc,家电,移动设备在局域网内的多媒体共享(音频,视频,图片)。说DLNA是多屏互动,太牵强了,专业点来讲,应该是媒体共享技术。使用DLNA功能需要满足的条件:   设备需要在同一局域网内;   至少需要一个DMS端,一个DMP端。   DLNA的几种产品: 1、DMS, Digital Media S...
分类:其他好文   时间:2014-08-01 16:08:41    阅读次数:281
hdu 1013 Digital Roots
Digital Roots Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 48348    Accepted Submission(s): 15029 Problem Description The digita...
分类:其他好文   时间:2014-08-01 10:52:11    阅读次数:280
SDI接口
SDI接口,是"数字分量串行接口". SDI接口是数字分量串行接口(serial digital interface)的首字母缩写。1简介编辑SDI接口是一种“数字分量串行接口”,而HD-SDI接口是一种广播级的高清数字输入和输出端口,其中HD表示高清信号。由于SDI接口不能直接传送压缩数字信号,数字录像机、硬盘等设备记录的压缩信号重放后,必须经解压并经SDI接口输出才能进入SDI系统。如果反复解...
分类:其他好文   时间:2014-07-26 02:44:56    阅读次数:328
ACM——Digital Roots
http://acm.njupt.edu.cn/acmhome/problemdetail.do?&method=showdetail&id=1028Digital Roots时间限制(普通/Java):1000MS/3000MS 运行内存限制:65536KByte总提交:493 ...
分类:其他好文   时间:2014-07-23 22:30:07    阅读次数:262
ZigBee
ZigBee is a specification for a suite of high level communication protocols used to create personal area networks built from small, low-power digital ...
分类:其他好文   时间:2014-07-19 20:37:21    阅读次数:212
codeforces248(div1) B Nanami's Digital Board
q次询问,每次询问可以对矩阵某一个值改变(0变1,1变0) 或者是查询子矩阵的最大面积,要求这个这个点在所求子矩阵的边界上,且子矩阵各店中全为1 用up[i][j]表示(i,j)这个点向上能走到的最长高度  若(i,j)为0 则up[i][j]值为0 同理,维护down,left, right数组 则每次查询时,从up[i][j]枚举至1作为子矩阵的高度,然后途中分别向左右扩展。若up[i]...
分类:其他好文   时间:2014-07-17 20:35:30    阅读次数:320
Codeforces Round #248 (Div. 1)——Nanami's Digital Board
给n*m的0/1矩阵,q次操作,每次有两种:1)将x,y位置值翻转 2)计算以(x,y)为边界的矩形的面积最大值 (1?≤?n,?m,?q?≤?1000)...
分类:其他好文   时间:2014-07-17 16:12:24    阅读次数:217
杭电 1163 Eddy's digital Roots
Eddy's digital Roots Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 4275    Accepted Submission(s): 2404 Problem Description The digit...
分类:其他好文   时间:2014-07-14 20:30:11    阅读次数:194
684条   上一页 1 ... 63 64 65 66 67 ... 69 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!