码迷,mamicode.com
首页 >  
搜索关键字:light    ( 1054个结果
The Preliminary Contest for ICPC Asia Shanghai 2019 B. Light bulbs
"Link" 题意: $n$ 盏灯,一开始都是关着的,输入区间 $[l,r]$ 代表翻转此区间内灯泡开闭状态,问经过 $m$ 次操作之后有多少个灯泡是开着的 思路: 差分数组 记录操作端点,若某点 $node[x]$ 前缀和为奇数,说明从 $[node[x],node[x+1])$ 灯泡都是开着的 ...
分类:其他好文   时间:2020-03-03 17:43:14    阅读次数:67
Led Night Light Factory - Led Night Light Has Many Benefits
The LED Night Light Factory explains the 9 advantages of using LED night light: 1. The LED night light covers almost the entire visible range. The tra ...
分类:其他好文   时间:2020-03-03 15:03:53    阅读次数:52
Android 去除表头 标题栏,全屏显示
Android studio编写的app有大表头,改为全屏显示 修改AndroidManifest.xml主文件引用的主题values下的styles.xml 将原有的 <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBa ...
分类:移动开发   时间:2020-02-29 22:34:28    阅读次数:98
一、threejs————灯光阴影
threejs设置阴影有三个注意点 1.只有支持阴影的灯光才可以 pointLight,spotlight,directionallight 2.添加摄像机辅助器 THREE.CameraHelper 查看阴影摄像机的相关设置 light.shadow.camera.left //此四项值为阴影投射 ...
分类:Web程序   时间:2020-02-28 13:53:21    阅读次数:118
iOS13禁用深色模式
全局禁用深色模式(暗黑模式)在Info.plist中增加UIUserInterfaceStyle,值为Light,如下 <key>UIUserInterfaceStyle</key> <string>Light</string> BY: Chu ...
分类:移动开发   时间:2020-02-27 18:56:50    阅读次数:106
The Preliminary Contest for ICPC Asia Shanghai 2019
[toc] "Link" Solutions B. Light bulbs 题意: 思路: 差分数组 区间内操作次数为奇数次则灯为打开状态 代码: [View Code] include define ll long long using namespace std; const int mod=1 ...
分类:其他好文   时间:2020-02-17 12:03:40    阅读次数:68
fluentd 解析httpd日志
需要解析httpd的日志107.106.8.237.145--[12/Feb/2020:15:09:52+0800]"GET/noindex/css/fonts/Light/OpenSans-Light.ttfHTTP/1.1"404240"http://39.96.45.213/noindex/css/open-sans.css""Mozilla
分类:Web程序   时间:2020-02-12 20:36:38    阅读次数:83
paper reading(4) - LIME: Low-light Image Enhancement via Illumination Map Estimation
LIME: Low light Image Enhancement via Illumination Map Estimation [toc] 1. approach Retinex theory In this paper, A method enhancing low light image i ...
分类:其他好文   时间:2020-01-25 20:47:44    阅读次数:157
[USACO][DAG上的动态规划]Sorting A Three-Valued Sequence
好美的图论,真的 light up my life!题意: 给出一个只含有若干1,2,3的数列,我们可以两两交换数列元素;要求输出让这个数列不减的最小交换次数。 思路: 首先看起来很像冒泡.....然鹅要最少交换次数——显然不是模拟冒泡了。 开始用深搜来着,显然没办法剪枝,果断T掉。这个时候就要想一 ...
分类:其他好文   时间:2020-01-23 21:09:24    阅读次数:59
修改el-tooltip三角的样式
html: <el-tooltip placement="right" effect="light"> <div slot="content" v-html="s.row.lntroduction"></div> <p>{{ s.row.name }}</p></el-tooltip>css: .e ...
分类:其他好文   时间:2020-01-19 11:06:26    阅读次数:272
1054条   上一页 1 ... 4 5 6 7 8 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!