码迷,mamicode.com
首页 >  
搜索关键字:strength    ( 90个结果
POJ 2070
#include#includeusing namespace std;int main(){ //freopen("acm.acm","r",stdin); double speed; double weight; double strength; int time;...
分类:其他好文   时间:2015-06-10 18:37:19    阅读次数:156
Y-TDC 的一些函数
typedef void (*func_ptr)(void);func_ptr usm_rom_set_tx2_drive_strength_hs;定义一个函数指针类型。比如你有三个函数:void hello(void) { printf("你好!"); }void bye(void) { prin...
分类:其他好文   时间:2015-06-09 17:05:09    阅读次数:110
一种计算图像曝光度(Exposure)的方法
前几天在做图像曝光度(Exposure)这个小功能时,找了半天资料都没找到,后来在stackoverflow上翻到了计算方法,方法很简单,实际测试时,发现和photoshop效果还挺接近的。下面是基于opencv的相关代码示例,strength范围可以设置为-2.0到2.0。...
分类:其他好文   时间:2015-05-10 12:57:06    阅读次数:587
Android信号强度计算方式
GSM的计算方式:A:这个是GSM的,LTE的是否应该有所不同。ASU转换成dBm:dBm=-113+(2*ASU)All*GettheGSMSignalStrength,validvaluesare(0-31,99)asdefinedinTS*27.0078.5if(asu<=2||asu==99)level=SIGNAL_STRENGTH_NONE_OR_UNKNOWN(0);elseif(asu>=12)level=SIGNAL_STRE..
分类:移动开发   时间:2015-03-17 14:23:15    阅读次数:2237
CodeForces 388A Fox and Box Accumulation 贪心
Fox Ciel has n boxes in her room. They have the same size and weight, but they might have different strength. The i-th box can hold at most xi boxes on its top (we’ll call xi the strength of the box).S...
分类:其他好文   时间:2015-03-13 23:51:34    阅读次数:384
SPOJ Problem 2727:Army Strength
题目在此 http://www.spoj.com/problems/ARMY/总体来说就是求最大值。。#include#includeint x,n,t,i,a,b;int max,pos;int main(){ scanf("%d",&t); while(t--){ sc...
分类:其他好文   时间:2015-03-07 09:02:25    阅读次数:176
css实现div框阴影
filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4); -moz-box-shadow: 2px 2px 10px #909090; -webkit-box-sha...
分类:Web程序   时间:2015-02-28 18:23:42    阅读次数:125
【AngularJS】—— 11 指令的交互
前面基本了解了指令的相关内容: 1 如何自定义指令 2 指令的复用本篇看一下指令之间如何交互。学习内容来自《慕课网 指令3》 背景介绍 这例子是视频中的例子,有一个动感超人,有三种能力,力量strength,速度speed,发光light。 这三种能力作为三种属性,定义动感超人作为一个标签...
分类:Web程序   时间:2015-02-13 16:28:42    阅读次数:238
SGU 199 - Beautiful People 最长上升子序列LIS
要邀请n个人参加party,每个人有力量值strength Si和魅力值 beauty Bi,如果存在两人S i ≤ S j and B i ≥ B j 或者 S i ≥ S j and B i ≤ B j 他们两个会产生冲突,问在不产生冲突的条件下,最多能邀请到几个人?【LIS】一开始将所有人按照...
分类:其他好文   时间:2015-02-11 10:41:16    阅读次数:149
Div 添加阴影
for IE:direction 阴影角度 0°为从下往上 顺时针方向strength阴影段长度-moz-box-shadow: 2px 2px 10px #909090;-webkit-box-shadow: 2px 2px 10px #909090;box-shadow:2px 2px 10px...
分类:其他好文   时间:2015-02-07 20:20:33    阅读次数:231
90条   上一页 1 ... 5 6 7 8 9 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!