CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 图形 面积

搜索资源列表

  1. Matlab_SVM

    0下载:
  2. 使用支持向量机对仿人感知器建模,并给出了其在不规则图形面积测量中的应用实例,附有120幅图片及其面积,前100幅用作训练,后20幅用作检验,图片文件默认路径为C:\\MATLAB7\\work\\P100,即应将文件解压到默认路径C:\\MATLAB7\\work,使用其他路径只需将程序中的图片路径替换即可。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-18
    • 文件大小:131.8kb
    • 提供者:胡文金
  1. jifendaima

    0下载:
  2. 求出积分的程序问题,利用面积法通过将图形分成若干个小梯形从而求出面积的总和即为积分的值。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:24.84kb
    • 提供者:阿哲
  1. 1

    0下载:
  2. 编程计算图形的面积。程序可以计算圆形,长方形,正方形的面积,运行时先提示用户选择图形的类型,然后,对圆形要求用户输入半径值,对长方形要求用户输入长和宽的值,对正方形要求用户输入边长得值,计算出面积的值后将其显示出来。-Calculate the area of graphics programming. Program can calculate the round, rectangular, square area, run-time prompts the user to first sel
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:244.2kb
    • 提供者:bipengjiang
  1. Convexhull

    0下载:
  2. 凸包 凸包问题的实现 有无数点,求能包含这些点的图形的最小面积-Convex hull Convex hull problem of realization there are numerous points, seek to include these points, the graphics, the minimum size
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1.24kb
    • 提供者:林风
  1. geometry

    0下载:
  2. C++类运用。几何体。 计算圆与圆外接矩形,矩形外接圆。圆外切三角形四个图形的面积。周长。对角线-C++ classes to use. Geometry. Calculated circle and the circle bounding rectangle, rectangle circle. Cut four triangles outside circle graph area. Circumference. Diagonal
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:543byte
    • 提供者:郭静男
  1. lab2

    0下载:
  2. 编程计算图形的面积。程序可计算圆形、长方形、正方形的面积,运行时先提示用户选择图形的类型,然后,对圆形要求用户输入半径值,对长方形要求用户输入长和宽的值,对正方形要求用户输入边长的值,计算出面积的值后将其显示出来。-Calculate the area of graphics programming. Program calculates circular, rectangular, square area, run-time prompts the user to first select t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.8kb
    • 提供者:飞机
  1. circle

    0下载:
  2. 用matlab程序,以图形的边长和面积之比,实现图片中圆形的检测-detecting circle in a picture
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:404.24kb
    • 提供者:jessie
  1. xuhanshu

    0下载:
  2. 一个程序计算三角,正方形和圆形的面积。 分析:依题意,可以抽象出一个基类CBase,在其中说明一个虚函数,用来求面积,并利用单接口、多实现版本设计各个图形求面积的方法。C++初学者的大作业 -A program to calculate the triangle, square and round the area. Analysis: According to the meaning of problems can be an abstract base class CBase, wh
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:3.45kb
    • 提供者:刘璐
  1. calareaa

    0下载:
  2. 本文件算出闭合曲线图形的面积是根据像素点来的-Closed curves calculated in this document is based on the size of graphics to the pixel
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:564byte
    • 提供者:朱相达
  1. cPP

    0下载:
  2. 基类函数,重载函数的用法,编译求各种图形的面积计算公式-The base class function, overloaded function usage
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:134.26kb
    • 提供者:yaozhifeng
  1. area_intersection_union

    0下载:
  2. 这是一个求平面图形覆盖面积的算法,算法简单,很好理解-This is a plane graphics coverage area of ​ ​ the algorithm, the algorithm is simple and well understood
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:552byte
    • 提供者:LYC
  1. snowflake

    0下载:
  2. 对一个等边三角形,每条边按照Koch曲线的方式进行迭代,产生的分形图称为Koch雪花。编制程序绘制出它的图形,并计算Koch雪花的面积,以及它的分形维数-An equilateral triangle, each edge iterations, in accordance with the manner of the Koch curve generated fractal images is known as the Koch snowflake. Programmed to draw it
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1.25kb
    • 提供者:吴边
  1. aq

    0下载:
  2. 写一个程序,定义抽象基类shape, 由它派生3个基类,Circle(圆),Rectangle(矩形),Trapezoid(梯形)。用虚函数分别计算几种图形的面积,并求他们的和。要求:用基类指针数组,使它的每一个元素指向一个派生类对象-Write a program that defines an abstract base class shape, it is derived from the three basic classes, Circle (round), Rectangle (re
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:612byte
    • 提供者:ad
  1. MATLAB-celiangbuguizetuxingmianji

    1下载:
  2. 以求国土面积为例,用MATLAB求不规则图形的面积。-Land area in order to, for example, using MATLAB find the area of ​ ​ irregular shapes.
  3. 所属分类:matlab

  1. area

    0下载:
  2. 基于虚函数的图形面积计算,并设计界面显示。-Based on the graphical area virtual function and design of the interface display.
  3. 所属分类:Algorithm

    • 发布日期:2017-06-01
    • 文件大小:12.77mb
    • 提供者:何丹
  1. Inscribed_Rectangle

    0下载:
  2. 求解不规则图形的内切矩形,已面积最大为依据-inscribed rectangle
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:519.59kb
    • 提供者:肖博
  1. shape

    0下载:
  2. 基类虚函数,容器的范例,求多个图形面积的源程序程,全部工程文件。-source program example,use base class ,public,virtual function,to get the area of different diagrams.include all project
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:492.84kb
    • 提供者:pengfeng
  1. MFC

    1下载:
  2. (1)定义一个抽象基类Shape,同它派生出5个类:圆、正方形、矩形、梯形、三角形。 (2)利用虚函数计算几种图形面积。 (3)演示构造函数、复制构造函数、析构函数的作用和调用顺序 (4)用类模板具体实现。 (5)利用MFC类库在图形用户界面上绘制及修改这些图形,采用对话框输入输出图形的基本属性,或者利用运算符重载输入输出图形的基本属性。 (6)用文件保存图形信息,且能够从文件中读取并作相应处理。 2)创新要求: 采用头文件与源文件分离的方法,多态性的实现多样化-d
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-01-13
    • 文件大小:252kb
    • 提供者:宋骏霖
  1. kaigei_v65

    0下载:
  2. 包括面积、周长、矩形度、伸长度,计算目标和海洋回波的功率谱密度,对球谐函数图形进行仿真。- Including the area, perimeter, rectangular, elongation, Calculating a target and ocean echo power spectral density, Of spherical harmonics graphic simulation.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:4.55kb
    • 提供者:姚建县
  1. pengzhuangzhidingdingdian

    0下载:
  2. 由输入的定点来确定分别横向和纵向的两个五边形航班简形,根据两图形是否存在重合面积来检测两航班是否发生碰撞。 -The two points of the Pentagon flight profile are determined by the input point, respectively, and the collision area of flight two is detected according to whether there is a coincidence area
  3. 所属分类:matlab

    • 发布日期:2017-12-15
    • 文件大小:1kb
    • 提供者:杨正辉
« 12 »
搜珍网 www.dssz.com