/* hdu 2857 Mirror and Light 计算几何 镜面反射 */ #include #include #include #include using namespace std; const double DNF=100000001.0; int t; double x1,x2,y... ...
分类:
其他好文 时间:
2017-03-08 21:33:39
阅读次数:
204
本文转载自:http://blog.csdn.net/luobin1984/article/details/8132889 Light Sensor& Proximity Sensor TMD27713T内部集成一个光传感器,一颗红外发射管和一颗红外接收极管。 ALS环境光传感器,距离检测和红外灯在 ...
分类:
其他好文 时间:
2017-03-02 10:57:40
阅读次数:
182
题目链接:http://www.lightoj.com/volume_showproblem.php?problem=1034 题目大意:有n盏灯,有m个关系, 关系a,b表示如果a灯开关打开那么b灯也会亮起来, 现在求至少需要打开多少开关使所有灯都亮。 题目思路:先由强联通分量缩点, 得到DAG图 ...
分类:
移动开发 时间:
2017-02-24 22:37:58
阅读次数:
278
今天使用Navicat连接Oracle数据库,报了下面的这个错误:“ORA-12737 Instant Client Light:unsupported server character set ZHS16GBK” 从这个错误上看,可以知道是客户端不支持服务器端的字符集造成的,但是修改服务器端的字符 ...
分类:
数据库 时间:
2017-02-24 17:53:51
阅读次数:
224
juniperSRX保存文档报错如下:[editinterfacesge-0/0/1unit0]‘family‘Whenethernet-switchingfamilyisconfiguredonaninterface,nootherfamilytypecanbeconfiguredonthesameinterface.error:configurationcheck-outfailed解决办法:在配置三层接口的时候,要先删除二层接口:edit..
分类:
Web程序 时间:
2017-02-23 23:03:08
阅读次数:
203
这个错误会出现res文件夹有一个红色的叉叉 解决方法: 我们把我们创建的最低版本,改成android 4.0 这个问题就解决了 ...
分类:
移动开发 时间:
2017-02-19 15:24:55
阅读次数:
284
Presscmd/ctrl+shift+ptoopenthecommandpalette.Typeinstallpackageandpressenter.ThensearchforSyncedSidebarBgwaitinstallednextsearchforayusettingsPreferences>Setting-UserForlighttheme:"theme":"ayu-light.sublime-theme","color_scheme":"Packages/ayu/ayu-light.t..
分类:
其他好文 时间:
2017-02-17 15:52:51
阅读次数:
475
1.如果你的activity继承自Activity,那么 a.要在style.xml中写入: <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <item name="windowNoTitle">true</i ...
分类:
移动开发 时间:
2017-02-16 23:01:44
阅读次数:
286
Wildleopard had fallen in love with his girlfriend for 20 years. He wanted to end the long match for their love and get married this year. He bought a ...
分类:
其他好文 时间:
2017-02-16 17:39:45
阅读次数:
338
6、交通灯实现代码 module light(clk,set,chan,light,out); input clk,set,chan; output reg[1:0] light; output reg[3:0] out; always@(posedge clk or posedge chan or... ...
分类:
其他好文 时间:
2017-02-16 01:37:49
阅读次数:
428