题目:如图在正五边形中画一个正方形,一直正五边形边长,求正方形边长。
分析:计算几何,解析几何。求出边长的比例关系带入求解即可。
设正五边形边长为1,在顶点建立直角坐标系,则左上角坐标为:B(-cos36,-sin36);
再计算出左下角坐标:C(-2cos36cos72,-cos36sin72);
求直线BC与直线y...
分类:
其他好文 时间:
2014-10-09 17:46:08
阅读次数:
312
Problem Description
Mario is world-famous plumber. His “burly” figure and amazing jumping ability reminded in our memory. Now the poor princess is in trouble again and Mario needs to save his lover...
分类:
其他好文 时间:
2014-09-26 22:30:09
阅读次数:
203
本文介绍常见 Distributed Cache Service错误和解决办法...
分类:
其他好文 时间:
2014-09-19 21:10:56
阅读次数:
218
一、Linux系统管理基础与进阶(RH033和RH133):1、操作系统发展史,系统架构平台概览;2、Linux起源、理念、发展历史及各发行版;3、Linux基础知识、命令、获得使用帮助及文件系统基础;4、Linux用户、组及权限的基础与高级知识;5、Bash基础及配置、标准I/O和管道;6、文本处..
分类:
系统相关 时间:
2014-09-17 18:59:03
阅读次数:
351
昨天开始尝试装上了wireshark网络监视软件,可是今天打开去总是出现“The NPF driver isn't running.You may have trouble capturing or listing interfaces.”的错误提示窗口。首先,你得确认自己安装了winpcap然后(...
分类:
其他好文 时间:
2014-09-12 19:08:53
阅读次数:
214
Routing
(using the .NET client)
Where to get help
If you're having trouble going through this tutorial you can contact usthrough the discussion list or
directly.
In the previou...
分类:
Web程序 时间:
2014-09-02 00:24:44
阅读次数:
320
一:在win8 安装U 盘中1. 新建 “Ghost” 文件夹2. 将下载的Ghost64.exe 文件拷贝到文件夹二: 启动的时候 按下F12 选择 HDDUSB1.Windows 安装程序,选择“下一步”2. 在屏幕左下角 选择“repair the computer”3. 选择trouble ...
Children are always sweet but they can sometimesmake you feel bitter. In this problem, you will see how Tintin, a five year’sold boy, creates trouble for his parents. Tintin is a joyful boy and is alw...
分类:
其他好文 时间:
2014-08-17 20:00:42
阅读次数:
291
合并排序再枚举。题意问五个数组中各抽一个加起来 和是否为 0。開始想用 200*200*200 和 200*200 比。果然TLE了。后来知道 得 200*200,200*200 ,200 。先200*200 的枚举,排序,去重。然后三个元素加起来,微调 两个 200*200 的指针。这题用 %ll...
分类:
其他好文 时间:
2014-08-17 11:42:12
阅读次数:
202
Counting SheepTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 2060Accepted Submission(s): 1359 Pr...
分类:
其他好文 时间:
2014-08-16 12:30:40
阅读次数:
334