上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 33 下一页
摘要: 多边形重心问题时间限制:3000ms | 内存限制:65535KB难度:5描述在某个多边形上,取n个点,这n个点顺序给出,按照给出顺序将相邻的点用直线连接, (第一个和最后一个连接),所有线段不和其他线段相交,但是可以重合,可得到一个多边形或一条线段或一个多边形和一个线段的连接后的图形;如果是一条线段,我们定义面积为0,重心坐标为(0,0).现在求给出的点集组成的图形的面积和重心横纵坐标的和;输入第一行有一个整数0 2 #include 3 typedef struct { 4 double x,y; 5 }Point; 6 double getS(Point a,Point b,P... 阅读全文
posted @ 2014-04-12 20:54 Freecode# 阅读(649) 评论(0) 推荐(0) 编辑
摘要: The Circumference of the CircleTime Limit:2 Seconds Memory Limit:65536 KBTo calculate the circumference of a circle seems to be an easy task - provided you know its diameter. But what if you don't?You are given the cartesian coordinates of three non-collinear points in the plane.Your job is to c 阅读全文
posted @ 2014-04-12 16:55 Freecode# 阅读(1476) 评论(0) 推荐(0) 编辑
摘要: 位图像素的颜色Time Limit : 2000/1000ms (Java/Other)Memory Limit : 32768/32768K (Java/Other)Total Submission(s) : 4Accepted Submission(s) : 4Font:Times New Roman|Verdana|GeorgiaFont Size:←→Problem Description有一个在位图上画出矩形程序,一开始位图都被初始化为白色(RGB颜色表示为R=G=B=255)。该程序能够按照顺序绘出N个矩形。新绘制的矩形能够覆盖位图上原有的颜色。程序执行完毕后,需要查询M个点的颜色 阅读全文
posted @ 2014-04-12 10:40 Freecode# 阅读(421) 评论(0) 推荐(0) 编辑
摘要: The Center of GravityTime Limit: 3000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 3971Accepted Submission(s): 2280Problem DescriptionEveryone know the story that how Newton discovered the Universal Gravitation. One day, Newton walkedleisurely, suddenly, an appl 阅读全文
posted @ 2014-04-10 22:27 Freecode# 阅读(705) 评论(0) 推荐(0) 编辑
摘要: 1 引言1.1编写目的:为了对院级活动《最强大脑》提供软件支持,同时为了练习使用windows API。1.2项目背景:来自计算机学院学生会信息部指派的任务,规定时间完成软件的编写。1.3参考资料:● 《windows程序设计》、网络资料● 文档格式来自http://blog.csdn.net/qjfpjie/article/details/7604834由详细设计说明书改编2 总体设计2.1 需求概述《随机出题软件》:分程序和题库,题库为3、5、7分题库。程序界面需提供这三种题的按钮,需要具有从题库中随机抽取题目、显示题目、显示答案以及倒计时功能。《随机分队软件》:随机分好队伍。分别实现30 阅读全文
posted @ 2014-04-10 14:47 Freecode# 阅读(3323) 评论(0) 推荐(0) 编辑
摘要: Sudoku KillerTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 3723Accepted Submission(s): 1170Problem Description自从2006年3月10日至11日的首届数独世界锦标赛以后,数独这项游戏越来越受到人们的喜爱和重视。据说,在2008北京奥运会上,会将数独列为一个单独的项目进行比赛,冠军将有可能获得的一份巨大的奖品———HDU免费七日游外加lcy亲笔签名以及同hdu acm team合影留 阅读全文
posted @ 2014-04-09 23:44 Freecode# 阅读(1362) 评论(0) 推荐(0) 编辑
摘要: Problem 1330 Center of GravityAccept: 443Submit: 830Time Limit: 1000 mSecMemory Limit : 32768 KBProblem DescriptionGiven a sector of radius R, central angle P. You are to calculate the distance between the center of gravity and the center of the circle.InputGiven a sector of radius R, central angle 阅读全文
posted @ 2014-04-09 17:58 Freecode# 阅读(2711) 评论(0) 推荐(0) 编辑
摘要: Leyni, LOLI and LineTime Limit: 1000 MS Memory Limit: 65536 KTotal Submit: 181(54 users) Total Accepted: 88(52 users) Rating: Special Judge: NoDescriptionProfessor Leyni likes to help LOLIs with their math.This time, Leyni meets several LOLIs in the classroom and gets several problems about "In 阅读全文
posted @ 2014-04-09 16:59 Freecode# 阅读(358) 评论(0) 推荐(0) 编辑
摘要: CowsTime Limit:2000MSMemory Limit:65536KTotal Submissions:6199Accepted:2822DescriptionYour friend to the south is interested in building fences and turning plowshares into swords. In order to help with his overseas adventure, they are forced to save money on buying fence posts by using trees as fenc 阅读全文
posted @ 2014-04-08 22:07 Freecode# 阅读(1503) 评论(0) 推荐(0) 编辑
摘要: 实验 5:权限的设置和更改实验环境:安装了 Red Hat Enterprise Linux 6.0 可运行系统,并且是成功验证系统。有另外一个无特权用户 student,密码 student 的账户存在,还有一个无特权的用户 visitor,密码 password的账户存在。实验目标:了解 linux 的安全模型,熟悉用户账号的组群帐号,设置并修改文件权限。实验背景:在 Linux 系统中,各个用户(除超级用户外)的空间之间是隔离的,一个用户是不能进入其他用户的注册空间的。通常普通用户可以通过超级用户在/usr 目录下建立共享的用户目录,然后将该共享目录的属主权移交给普通用户。普通用户可将该 阅读全文
posted @ 2014-04-08 20:37 Freecode# 阅读(317) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 33 下一页