搜索资源列表

  1. 11组程序包

    0下载:
  2. 基于matlab平台下,对测量平差下的误差椭圆进行程序设计(Based on the MATLAB platform, the error ellipse under the adjustment of measurement is designed)
  3. 所属分类:Windows编程

  1. Praphics

    0下载:
  2. 图形旋转和歪斜的椭圆 Graph rotation and skew ellipse(Graphics rotation and skew elliptical Graph rotation and skew the ellipse)
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:赵梓含00
  1. client_pwrent_iimedifte

    0下载:
  2. 此功能实现在白板中画椭圆图形!类似Windows的画图模板(This function implementation drawing ellipse shapes in the whiteboard!)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:唐帆78
  1. Mixed FEM code

    0下载:
  2. 利用混合有限元方法求解二阶椭圆问题,代码通俗易懂,适合初学者,且质量很高。(Programming of mixed finite element method for solving second order ellipse problem. The code is easy to understand, and very kind for beginner.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:492544
    • 提供者:落日斜阳
  1. EllipseFitbyDirectLeastSquares

    0下载:
  2. 利用直接最小二乘法进行椭圆拟合,拟合效果好,计算时间短(Ellipse fitting by direct least square)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:扒路君
  1. 测绘实用工具

    0下载:
  2. 这是一个很好用测绘实用工具,各位同行可以下来用一下。((setvar "cmdecho" 1) (setq en (ssget (list '(0 . "spline,arc,line,ellipse,LWPOLYLINE")))) (setq i 0) (setq ll 0) (repeat (sslength en) (setq ss (ssname en i)) (set
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:22528
    • 提供者:李吉成
  1. matlab

    0下载:
  2. 带通滤波器(Butterworth、椭圆、窗函数),采样率fs=2000Hz, 通带范围为300 -600Hz,阶数自选, 画出频率响应并分析比较, 对cameraman.tif图像分别添加椒盐噪声(密度为0.03)和高斯白噪声(均值为0,方差为0.02)的图像,利用三种方法进行去噪,显示原始图像、加噪图像和去噪图像并对实验结果进行分析(Band pass filter (Butterworth, ellipse, window fu
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:潇潇暮雨
  1. elilse

    0下载:
  2. 实现椭圆识别 还有最小二程拟合 等多种功能(Ellipse recognition)
  3. 所属分类:数据挖掘

    • 发布日期:2024-05-18
    • 文件大小:68608
    • 提供者:_haoqi
  1. FitEllipse_Release

    0下载:
  2. 椭圆的最小二程拟合 非常好用 数学建模的好东西(The ellipse's minimal two pass fit is very good, using mathematical modeling of good things)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1317888
    • 提供者:_haoqi
  1. 图像处理

    0下载:
  2. 椭圆拟合 XY 分别对应其坐标轴 XY点 散点 拟合 椭圆 灰度转化真彩(The ellipse fitting XY corresponds to its coordinate axis, XY point, scatter point and ellipse fitting)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:pro^w^
  1. HTYPaint

    0下载:
  2. 画图,画点,画线,画箭头,画矩形,画圆形,镜像,旋转,灰度,马赛克(draw point, line, arrow, rectangle, ellipse, mirror, rotate, gray, mosaic)
  3. 所属分类:绘图程序

    • 发布日期:2024-05-18
    • 文件大小:5066752
    • 提供者:海天鹰
  1. ellipseReflection

    0下载:
  2. 计算以a,b为轴长,(x,y)位原点的椭圆,关于y=kx+n直线的反射变换图形(Calculate the ellipse with a, B as axis length, (x, y) bit origin, and the reflection transformation graph about the y=kx+n line)
  3. 所属分类:绘图程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:gsj3456
  1. tuoyuannihe

    0下载:
  2. 利用最小二乘法椭圆拟合来实现圆心 的查找。(Ellipse fitting using least square method to realize the center of the circle to find.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:13312
    • 提供者:风12云
  1. GpDraw

    0下载:
  2. 计算机图形学 DDA算法 bresenham算法 中点画圆算法 bresenham画圆算法 椭圆算法 扫描线算法(Computer graphics DDA algorithm Bresenham algorithm Midpoint circle algorithm Bresenham circle algorithm Ellipse algorithm Scan line algorithm)
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:小工瑞
  1. 打印机

    0下载:
  2. Computer graphics DDA algorithm Bresenham algorithm Midpoint circle algorithm Bresenham circle algorithm Ellipse algorithm Scan line algorithm
  3. 所属分类:打印编程

  1. OpenGL绘制参数曲线

    0下载:
  2. opengl绘制参数曲线,这里绘制的是很多条短直线逼近一个椭圆,比较适合新手(OpenGL draw parameter curve, here is drawing a lot of short straight line approaching an ellipse, more suitable for novice)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:3548160
    • 提供者:小啰啰
  1. SizeComps1.0.1

    0下载:
  2. This pack contains four totally customizable and run-time resizable shape components. Made for a simple layered paint program they grew in a day and aren't so simple any more. Included shapes are rectangle, ellipse, squa
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:44032
    • 提供者:artist
  1. 例2-5

    0下载:
  2. 例2-5 在屏幕客户区内绘制内切椭圆,椭圆的形状依据客户区形状而改变。椭圆边界为1像素宽的蓝线,内部填充为绿色(Example 2-5 draws an inscribed ellipse in the screen client area, and the shape of the ellipse varies according to the shape of the client area. The ellipse boundar
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:43008
    • 提供者:泉欣
  1. MyTXX

    0下载:
  2. 直线DDA BRESENHAM画法 中心圆画法 中点椭圆画法 图形界面(Straight line DDA BRESENHAM drawing Central circle drawing Midpoint ellipse drawing method)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:327680
    • 提供者:Monster_子虚
  1. ellipse-master (1)

    0下载:
  2. Solar system simmulator in Oxygine N-body simmulation of solar system. Simmulation is done using boost odeint using this example. It is possible to move camera and zoom in and out using mouse wheel/two touches. Fo
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2736128
    • 提供者:穿山甲说
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org