上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 33 下一页
摘要: /*==========================*\ | 计算几何基础函数 | | 1.点和向量的定义 | | 2.向量的基本运算 | | 3.点积 | | 4.向量长度 | | ... 阅读全文
posted @ 2014-03-31 20:15 Freecode# 阅读(1299) 评论(0) 推荐(0) 编辑
摘要: Space AntTime Limit:1000MSMemory Limit:10000KTotal Submissions:2876Accepted:1839DescriptionThe most exciting space discovery occurred at the end of the 20th century. In 1999, scientists traced down an ant-like creature in the planet Y1999 and called it M11. It has only one eye on the left side of it 阅读全文
posted @ 2014-03-31 19:53 Freecode# 阅读(665) 评论(0) 推荐(0) 编辑
摘要: Surround the TreesTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 6812Accepted Submission(s): 2594Problem DescriptionThere are a lot of trees in an area. A peasant wants to buy a rope to surround all these trees. So at first he must know the minima 阅读全文
posted @ 2014-03-30 20:11 Freecode# 阅读(1125) 评论(0) 推荐(0) 编辑
摘要: 2014年4月份日常记录表(2014.4.1—4.30,30天)日期周次天数编程日记阅读英语备注2014.4.1周二第1天完成完成完成完成《ACM-ICPC培训资料汇编(7)计算几何分册》基本几何运算《数据结构教程》课后题2014.4.2周三第2天完成完成完成完成《计算几何.pdf》《数据结构教程》... 阅读全文
posted @ 2014-03-29 19:23 Freecode# 阅读(491) 评论(0) 推荐(0) 编辑
摘要: War on WeatherTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 300Accepted Submission(s): 162Problem DescriptionAfter an unprovoked hurricane attack on the south shore, Glorious Warrior has declared war on weather. The first salvo in this campaign w 阅读全文
posted @ 2014-03-29 17:42 Freecode# 阅读(499) 评论(0) 推荐(0) 编辑
摘要: 实验3链表基本操作实验目的1.定义单链表的结点类型。2.熟悉对单链表的一些基本操作和具体的函数定义。3.通过单链表的定义掌握线性表的链式存储结构的特点。4.掌握循环链表和双链表的定义和构造方法。实验内容该程序的功能是实现单链表的定义和操作。该程序包括单链表结构类型以及对单链表操作的具体的函数定义和主函数。程序中的单链表(带头结点)结点为结构类型,结点值为整型。/*定义DataType为int类型*/typedefintDataType;/*单链表的结点类型*/typedefstructLNode{DataTypedata;structLNode*next;}LNode,*LinkedList; 阅读全文
posted @ 2014-03-28 17:13 Freecode# 阅读(1259) 评论(0) 推荐(0) 编辑
摘要: 胜利大逃亡Time Limit: 4000/2000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 23779Accepted Submission(s): 9125Problem Desc... 阅读全文
posted @ 2014-03-28 09:59 Freecode# 阅读(379) 评论(0) 推荐(0) 编辑
摘要: Problem DMorley’s TheoremInput:Standard InputOutput:Standard OutputMorley’s theorem states that that the lines trisecting the angles of an arbitrary plane triangle meet at the vertices of an equilateral triangle. For example in the figure below the tri-sectors of angles A, B and C has intersected an 阅读全文
posted @ 2014-03-27 15:07 Freecode# 阅读(587) 评论(0) 推荐(0) 编辑
摘要: Pick-up sticksTime Limit: 4000/2000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 1872Accepted Submission(s): 706Problem DescriptionStan has n sticks of various length. He throws them one at a time on the floor in a random way. After finishing throwing, Stan tries to 阅读全文
posted @ 2014-03-25 22:00 Freecode# 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 实验4:组织目录和文件实验目标:熟悉几个基本的操作系统文件和目录的命令的功能、语法和用法, 整理出一个更有条理的主目录,每个文件都位于恰当的子目录。实验背景:你的主目录中已经积压了一些文件,你决定开始规整它们。你打算新建几个子目录,然后复制或转移文件来适应这个新方案。此外,你还有一些不需要的文件,它们必须被删除。实验要求:1、使用ls 查看文件及其属性2、使用cd 切换路径3、使用touch、mkdir 创建相应的文件及文件夹4、使用rm、rmdir 删除文件及文件夹实验详解:1、使用口令student 登录为用户student。如果你使用的是图形化环境,点击[应用程序(Application 阅读全文
posted @ 2014-03-25 20:26 Freecode# 阅读(251) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 33 下一页