编程及软件开发解决方案库

2000万优秀解决方案库,覆盖所有编程及软件开发类,极速查询

今日已更新 176 篇代码解决方案

  • 1:OpenGL学习(四) 几何变换

                        线性变换    仿射变换:包括平移、旋转以及比例变换。这种变换能够保持直线建的平行性,并且可逆。    射影变换:包括透视变换等。由于这些变换都是将三维

    https://www.u72.net/daima/27za.html - 2024-07-20 14:06:07 - 代码库
  • 2:HDU 4063 Aircraft(计算几何

                        题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4063DescriptionYou are playing a flying game. In the game, player controls an aircraft in

    https://www.u72.net/daima/20xd.html - 2024-07-20 08:03:36 - 代码库
  • 3:计算几何 --- 凸包 模板

                        //Memory   Time// 1347K   0MS// by : Snarl_jsb#include<algorithm>#include<cstdio>#include<cstring>#include<cstdlib>#include<iostream>#includ

    https://www.u72.net/daima/0h2k.html - 2024-07-17 20:05:52 - 代码库
  • 4:poj2318(计算几何)

                         1.题目(theme)                                                               

    https://www.u72.net/daima/0exs.html - 2024-07-18 15:09:36 - 代码库
  • 5:POJ 1410 Intersection(计算几何

                        题目链接:Intersection判断线段与矩形的关系,与矩形相交打印T,否则打印F;坑题,精度。。。。思路就是,先判断 线段是否在矩形里面,再判断线段和两条对角线的关

    https://www.u72.net/daima/0fa0.html - 2024-07-17 22:59:20 - 代码库
  • 6:poj 1039 Pipe (计算几何)

                        PipeTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 9110 Accepted: 2755DescriptionThe GX Light Pipeline Company started to prepare

    https://www.u72.net/daima/1xf6.html - 2024-07-19 05:37:51 - 代码库
  • 7:[学习笔记]计算几何基础

                        三角函数    向量  线性空间中有大小和方向的量.  坐标表示:$P(x_1,y_1),Q(x_2,y_2)$.  $\overrightarrow{PQ}=(x_2-x_1,y_2-y_1)$.  $|PQ|=\sqrt{(x_2

    https://www.u72.net/daima/2ace.html - 2024-08-31 15:22:32 - 代码库
  • 8:Matlab绘制空间几何

                        在写论文需要配图的时候,经常为了画3D图而发愁,而MATLAB就可以方便地画出各种各样的图,只不过要折腾一点;下面先给出最终效果:虽然说不是特别华丽,但是也

    https://www.u72.net/daima/5zb2.html - 2024-09-06 01:50:07 - 代码库
  • 9:POJ - 1127 Jack Straws(几何)

                        题意:桌子上放着n根木棍,已知木棍两端的坐标。给定几对木棍,判断每对木棍是否相连。当两根木棍之间有公共点或可以通过相连的木棍间接的连在一起,则认为是

    https://www.u72.net/daima/6nf2.html - 2024-09-07 17:21:42 - 代码库
  • 10:计算几何-UVa10652

                        题意见白书,P272~273把之前的板子拼起来就可以了ans=(S(木板)*100/S(凸包))%板子太长,只贴关键吧求面积 db Area(D*R,int n){    db S=0.0;

    https://www.u72.net/daima/7dur.html - 2024-09-09 16:34:53 - 代码库
  • 11:计算几何-Dot-Vector

                        看了书,然后码    1 struct D{ 2   db x,y; 3   D(db x=0.0,db y=0.0):x(x),y(y){} 4 }; 5 typedef D V; 6 bl op<(D A,D B){return A.x<B.x|

    https://www.u72.net/daima/7h2c.html - 2024-09-09 13:54:37 - 代码库
  • 12:Rope(几何)

                        题目链接:ural 1020. Rope题目大意:按照顺序给定N个点,每个点有半径R,问说用线环绕N个点所需要的长度。解题思路:因为需要围成一个圈,所以旋转角度一定是一周

    https://www.u72.net/daima/e77v.html - 2024-07-28 22:58:30 - 代码库
  • 13:Arcgis 几何网络分析

                        ArcGIS:网络分析(转)  由于之前对网络分析的理解有很多问题,所以在网上找了一些资料,这是其中一篇我觉得比较好的,所以就整理了一下,发到网上来,留个底吧,呵呵注

    https://www.u72.net/daima/8x7b.html - 2024-07-26 13:17:12 - 代码库
  • 14:[转] 计算几何模板Orz

                          1   1 #include<math.h>  2   2 #define MAXN 1000  3   3 #define offset 10000  4   4 #define eps 1e-8  5   5 #define PI acos(-1.0)//3.141592

    https://www.u72.net/daima/85ff.html - 2024-07-26 18:24:54 - 代码库
  • 15:[ZOJ 1010] Area (计算几何)

                        题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=1010题目大意:给你n个点,问你顺次连线能否连成多边形?如果能,就输出多边形面积。

    https://www.u72.net/daima/nh2a7.html - 2024-08-03 04:12:48 - 代码库
  • 16:POJ 3304 Segments --枚举,几何

                        题意: 给n条线段,问有没有一条直线,是每条线段到这条直线上的投影有一个公共点。解法: 有公共点说明有一条这条直线的垂线过所有线段,要找一条直线过所有线

    https://www.u72.net/daima/nhw33.html - 2024-08-03 01:09:40 - 代码库
  • 17:POJ 1654 Area 计算几何

                        #include<stdio.h>#include<string.h>#include<iostream>#include<math.h>using namespace std;int dx[10]={0,1,1,1,0,0,0,-1,-1,-1};int dy[10]={0,-

    https://www.u72.net/daima/nh04u.html - 2024-08-03 02:59:39 - 代码库
  • 18:uva-10112-计算几何

                        题意:给你一些点,求这些点组成的三角形面积最大,而且三角形内不能包含其他点 #include <iostream>#include <math.h>#include<stdio.h>using namespace

    https://www.u72.net/daima/nr06d.html - 2024-10-14 14:55:39 - 代码库
  • 19:计算几何学习3

                        完成了题表中的前三部分(由于二、三部分的内容比较少 一。poj 2826用两条木板来盛雨水 问能接到多少线段交 分类讨论1)只要有一条水平 就不能盛水

    https://www.u72.net/daima/nvxd7.html - 2024-10-31 03:26:39 - 代码库
  • 20:【POJ】Intersecting Lines(计算几何

                        http://poj.org/problem?id=1269我会说这种水题我手推公式+码代码用了1.5h?还好新的一年里1A了~~~~#include <cstdio>#include <cstring>#include <cmath>#i

    https://www.u72.net/daima/nsmd6.html - 2024-10-20 11:58:39 - 代码库