CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Rectangular

搜索资源列表

  1. 矩形对象以及Point类成员计算其面积

    0下载:
  2. 编写C++程序完成以下功能: 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标 观察矩形对象以及Point类成员的构造函数与析购函数计算其面积,并输出 ,The preparation of C++ Process is complete the following functions: the definition of
  3. 所属分类:其他小程序

    • 发布日期:2017-03-21
    • 文件大小:1.17kb
    • 提供者:王靖
  1. 03.rar

    0下载:
  2. 给定n个大小不等的圆c1,c2,c3,...,cn,现要将这n个圆排进一个矩形框中,且要求各圆与矩形框的底边相切。圆排列问题要求从n个圆的所有排列中找出有最小长度的圆排列。编程任务:对于给定的n个圆,设计算法,计算n个圆的最佳排列方案,使其长度达到最小。 输入:第一行有1个正整数n (圆的个数1≤n≤20) 接下来的1行有n个数,表示n个圆的半径 输出:将计算出的最小圆排列的长度(保留2位小数) 例如: 输入: 3 1 1 2 输出: 7.66 ,Given n-si
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:966.29kb
    • 提供者:cj
  1. Palette.zip

    0下载:
  2. 我用Win API编写的画板程序。 能够进行基本的图形绘制功能:直线,圆、矩形和多边形; 数据保存功能,能够把图形数据通过矢量保存到文件中; 简单的编辑功能:双击选中,利用键盘ael键和菜单项删除选中的图形元素; 能够从文件中加载保存的数据,并且能够进行基本的编辑操作; 可以进行对象的放大和缩小; 可以上下左右进行画板移动; 如果在一个计算机上运行两个程序实例,那么在任何一个程序中操作在另外的程序中都可以看到相同的操作结果,也就是程序之间具有通信的功能。 ,I use Win
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1.61mb
    • 提供者:陈忻
  1. areajisuan.rar

    0下载:
  2. 编程计算图形的面积。(程序可计算长方形、正方形和圆形的面积,运行时提示用户选择图形的类型,然后按要求输入相关数据计算面积。,Calculate the area of graphics programming. (Program calculate rectangular, square and round the area, run-time prompts the user to select the type of graph, and then asked to enter the re
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:867.58kb
    • 提供者:mrjun
  1. MyDrawing

    0下载:
  2. mfc但文档程序例子,用鼠标拖动可以实现画圆或矩形-But the documentation procedures mfc example, draw a circle with the mouse drag can be achieved or rectangular
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:61.49kb
    • 提供者:王柳
  1. Untitled

    0下载:
  2. 长方形区域的Laplace方程有限差分法5点法迭代-Rectangular region, finite difference Laplace equation 5-point iterative method
  3. 所属分类:Other systems

  1. juxing

    0下载:
  2. 1、 矩形 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出。 -1, rectangular write C++ program completed the follo
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:813byte
    • 提供者:周彦均
  1. drawline

    0下载:
  2. 画椭圆和矩形,可以选择颜色和画笔的宽度。矩形可以随意的从四面画。-Painted oval and rectangular, you can choose the color and width of the brush. Rectangle can be drawn from all sides.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:16.17kb
    • 提供者:谭荣庆
  1. Brush

    0下载:
  2. SDK中画笔的实现.还可以画直线,椭圆和矩形-SDK in the realization of the brush. Can also draw a straight line, oval and rectangular
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-25
    • 文件大小:3.73mb
    • 提供者:star
  1. zhang

    0下载:
  2. 这个程序是坐标转化程序,是在大地坐标与直角坐标之间的转化.-This procedure is the coordinates transformation procedures, and in the geodetic coordinate transformation between the rectangular coordinates.
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:2.81kb
    • 提供者:zhaozhenguo
  1. 1

    0下载:
  2. 1、 矩形 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出 -1, rectangular prepared C++ Process is complete the f
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:981byte
    • 提供者:李伟
  1. daima

    0下载:
  2. 高斯克吕格投影直角坐标公式对经纬度和直角坐标进行转化-High斯克吕格projection formula rectangular coordinates and rectangular coordinates of latitude and longitude conversion
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1.19kb
    • 提供者:徐权
  1. circlebtn

    0下载:
  2. 特色按钮,传统的矩形按钮改变为其他按钮的形状.-Feature button, the button changes the traditional rectangular shape of the button for other,
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:72.07kb
    • 提供者:liying
  1. ex1

    0下载:
  2. 零件切割问题 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?-Parts problem cutting a given width W of a rectangular plate, rectangular plate of height restrictions. Is required separately from the o
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:45.12kb
    • 提供者:
  1. PointPlace-mouse

    0下载:
  2. 实现窗口控件上鼠标矩形框坐标,即实现用鼠标框选的小例子-Implementation window controls on the mouse coordinates of the rectangular box, that is, use the mouse to achieve a small example
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:764.52kb
    • 提供者:高茜
  1. DOA_2D

    0下载:
  2. Implementation of MUSIC Algorithm using Rectangular array of sensors
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.86kb
    • 提供者:Usman
  1. Newton

    0下载:
  2. 简单潮流计算的牛顿拉夫逊程序,采用直角坐标形式-Simple Newton Raphson power flow calculation program, using the form of rectangular coordinates
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1.74kb
    • 提供者:muli
  1. rectangular

    0下载:
  2. 1、 矩形 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出。 -1, rectangular write C++ program completed the follo
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:945byte
    • 提供者:
  1. algorithm-for-rectangular-packing-

    0下载:
  2. 根据模拟退火算法解决矩形件排样问题 解决矩形件排样问题 -Simulated annealing algorithm for rectangular packing
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.29kb
    • 提供者:
  1. 矩形板位移

    0下载:
  2. 矩形板有限元matlab程序 节点位移 节点应力应变(Rectangular plate finite element matlab program)
  3. 所属分类:其他

« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com