码迷,mamicode.com
首页 >  
搜索关键字:logic    ( 940个结果
进制进制进制~转换
从刚学计算机器就对进制转换有着莫名的反感,2进制 8进制 10进制 16进制各种转换。下面就说下逻辑地址转换成物理地址的求法吧首先,用户输入一个16进制的数字cin>>hex>>logic_add; hex的意思是告诉计算机输入的数是以16进制方式输入的这个时候你要是输出cout>hex>>log....
分类:其他好文   时间:2015-09-30 23:14:49    阅读次数:212
代码复审结果
说明:因为本次一些特殊的原因,我与一位韩国留学生同学、以及六班的一位同学一起结对编程。General(N) Does the code work? Does it perform its intended function, the logic is correct etc.两位结对的伙伴的代码都只...
分类:其他好文   时间:2015-09-30 20:56:54    阅读次数:244
第二次博客作业
结对伙伴第一次作业的代码复审GeneralDoes the code work? Does it perform its intended function, the logic is correct etc.代码可以正常工作Is all the code easily understood?小伙伴...
分类:其他好文   时间:2015-09-30 00:57:57    阅读次数:155
作业复审
GeneralDoes the code work? Does itperform its intended function, the logic is correct etc.代码并没有完全完善,生成功能和计算功能实现但是仍有缺陷,检验功能还未开发Is all the codeeasily un...
分类:其他好文   时间:2015-09-29 23:26:10    阅读次数:277
结对项目代码复审
1. CheckingList General Does the code work? Does it perform its intended function, the logic is correct etc. 可以运行。可以实现随机产生...
分类:其他好文   时间:2015-09-29 22:04:50    阅读次数:193
java &&与||短路的详解
短路运算符就是我们常用的“&&”、“||”,一般称为“条件操作”。class Logic{public ststic void main(String[] args){int a=1;int b=1;if(a<b && b<a/0){System.out.println("Oh,That's Imp...
分类:编程语言   时间:2015-09-29 13:03:03    阅读次数:161
JSON解析字符串
JSON解析字符串JSON 解析字符串时,应按严格的标准,否则无法解析;str1 = '{"str":"string","number":123,"logic":true}';str2 = ''{'str':'string','number':123,'logic':true}'';str1 str...
分类:Web程序   时间:2015-09-21 13:54:52    阅读次数:147
iPhone屏幕尺寸、分辨率及适配
目录(?)[-]iPhone尺寸规格单位inch英吋iPhone手机宽高屏幕尺寸像素密度PPI缩放因子scale factorbetween logic point and device pixel 1Scale起源 2UIScreenscale 3UIScreennativeScale 4...
分类:其他好文   时间:2015-09-21 12:10:13    阅读次数:303
ASP.NET三层架构的分析
BLL 是业务逻辑层 Business Logic Layer DAL 是数据访问层 Data Access Layer ASP.NET的三层架构(DAL,BLL,UI)图形表示三层结构.其中web即为USL层web –> bll –> dal| | || V |+–> model <—+一...
分类:Web程序   时间:2015-09-19 13:49:21    阅读次数:202
Voltage Translation for Analog to Digital Interface ADC
Voltage Translation for Analog to Digital Interface孕龙逻辑分析仪 ZeroPlus Logic AnalyzerIn today'smicrocontroller market, most of the Analog to Digital conv...
分类:其他好文   时间:2015-09-17 13:37:20    阅读次数:178
940条   上一页 1 ... 71 72 73 74 75 ... 94 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!