搜索资源列表

  1. UpRect

    0下载:
  2. 一个在c++ builder 6 下,写的类似画橡胶条的源代码.Mouse 弹起移动画矩形框.-one in six c builder, The painting was similar to rubber of the source code. Mobile Mouse pop-up rectangular box painted.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:4096
    • 提供者:xinran
  1. 2D_SmpCAD

    0下载:
  2. 入门级2D绘图CAD程序,包括画线、画圆、画三角形、画矩形,以及拾取、平移、旋转、镜像等功能,同时配备详细的文档实现说明(为《工程计算机图形学》一书的一章节)-entry-level 2D CAD drawing procedures, including line drawing, Circle, Triangle painting, drawing rectangles, and pick up, translation, rota
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-13
    • 文件大小:275456
    • 提供者:王进
  1. ScrollTest

    0下载:
  2. 一个矩形围绕中心旋转的例子。可以手动设置中心和角度。-a rectangle around the center rotation example. Can manually set the center and angle.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-13
    • 文件大小:120832
    • 提供者:ccczzz222
  1. waijiejuxing

    0下载:
  2. 对两个及两个以上目标提取边缘和特征,并通过边缘画出目标的外接矩形,外界矩形广泛用于目标的识别和跟踪。-two pairs and two more goals and edge extraction features, and painted goal edge through the external rectangular, Rectangular widely used outside the target identificat
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:zhouaijun
  1. neijie

    0下载:
  2. 图像处理程序,求出物体轮廓,计算最大正内接矩形-image processing, object contours obtained calculation is the largest internal Rectangular
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-13
    • 文件大小:109568
    • 提供者:byy
  1. cutofbeeline

    0下载:
  2. 基于VC++6.0实现直线段的Cohen-Sutherland算法裁剪. 操作说明: 打开裁剪.EXE,点击画矩形或画直线,就可以进行画矩形或直线;然后点击裁剪,就可以进行直线段的Cohen-Sutherland裁剪。 -based VC 6.0 line of the Cohen-Sutherland algorithm cutting. Operation Note : Open cut. EXE, it painted
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-13
    • 文件大小:1753088
    • 提供者:陈守勇
  1. ColorRect

    0下载:
  2. 向容器中设置背景色为桌面颜色;设置颜色,并绘制矩形、圆角矩形、椭圆,并且将其显示出来;,并填充矩形、圆角矩形、椭圆(设置颜色);设置字体,并显示文本信息。-containers to set the background color of the desktop color; Set the color, and drawing rectangle, rounded corner rectangles, ovals, and to de
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:
  1. liantongyu

    0下载:
  2. 基于4邻接性的宽度优先搜索算法,可以检测图像中的各连通域,并给出连通域的矩形框表示-based on four adjacent width of the first search algorithm can detect the image of the connected domain, and the domain is connected rectangular box said
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:杨玉娟
  1. littlebutperfectplotsystem

    0下载:
  2. 一个比较完善的绘图系统,包括直线、矩形,圆等基本图形,并具有旋转、镜像等修改操作。-a more complete mapping system, including linear, rectangular, round basic graphics, and rotation, Mirrors such modification.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-13
    • 文件大小:230400
    • 提供者:liuwu
  1. paint_red_rect

    0下载:
  2. vc++6.0,使用MFC完成画矩形功能.矩形内部使用BITMAP填充,可以运行的代码-vc++ 6.0, using MFC completed painting rectangular function. BITMAP-filled rectangular internal use, you can run the code
  3. 所属分类:绘图程序

    • 发布日期:2024-05-13
    • 文件大小:40960
    • 提供者:liutao
  1. MyDraw

    0下载:
  2. 功能包括:鼠标控制画直线,矩形,椭圆;设置画笔颜色,线形,宽度;线形包括实线,虚线,点线,点划线,双点划线。-Features include: mouse control, painting a straight line, rectangle, ellipse set brush color, line width linear including the solid line, dotted line, points, lin
  3. 所属分类:绘图程序

    • 发布日期:2024-05-13
    • 文件大小:392192
    • 提供者:zhaofang
  1. Paint

    0下载:
  2. 一个简单的图形绘制程序,里面包含了圆,矩形,直线等矢量图形的绘制保存,里面还包含图形的操作,如拖动,旋转等.-Rendering a simple procedure, which contains a circular, rectangular, straight-line drawing vector graphics, such as preservation, which also includes a graphics ope
  3. 所属分类:绘图程序

    • 发布日期:2024-05-13
    • 文件大小:86016
    • 提供者:THM
  1. Test_Code1

    0下载:
  2. 已知一个序列x(n)=0.5cos(0.55*pi*n)+cos(0.45*pi*n),时域FFT分析其频谱。 (1)使用不同宽度的矩形窗截断该序列为M点,取M分别为:20,40,160,观察不同长度对频谱影响;(2)使用哈明窗和凯泽窗重做;(3)对三种窗的结果进行分析比较;(4)总结窗类型和长度对频谱分析的影响。 -Known a sequence x (n) = 0.5cos (0.55* pi* n)+ Cos (0.45
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:fg
  1. draw

    0下载:
  2. 本程序完成简单的图形学操作。用鼠标实现画线、画圆、画矩形、多边形等,以及图形的填充、直线和多边形的裁剪-This process is complete a simple graphics operation. Use the mouse to achieve the painting line, circle, drawing rectangle, polygon, as well as graphics-filled, straig
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:47104
    • 提供者:龙海霞
  1. fir

    0下载:
  2. 用窗函数设计法设计fir滤波器(矩形窗、汉宁窗、汉明窗、布拉克曼窗、凯泽窗)-Using window function design method the design of fir filter (rectangular window, Hanning window, Hamming window, Blackman window, kaiser window)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:李文嘉
  1. myrectangle

    0下载:
  2. 判断坐标系中矩形是否相交以及相交面积的算法-Rectangular coordinate system to determine whether the intersection and the intersection area of the algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:988160
    • 提供者:刘龙飞
  1. 2007-11-19Expand

    0下载:
  2. 本程序是对全景摄像头获取的图像进行展开,应为全景摄像头获取的图像是圆形,通过此算法将图像转化为矩形。-This procedure is to acquire panoramic camera images to start, should be acquired panoramic camera images of a circular, through this algorithm into a rectangular image.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-13
    • 文件大小:40960
    • 提供者:andrew
  1. 115157704E8_1

    0下载:
  2. MapDisplay 是一个矢量图形读取与编辑软件。我们自定义文件格式包括点、线、面、注记四大方面,对于点我们主要读取它的ID、颜色、坐标,而线另外包括线形、线宽?BR> [简易二维CAD.rar] - 此程序为武汉某开发CAD著名的软件公司初级源码功能包括画圆,画直线,矩形,圆弧,画折线,椭圆,三角,多边形等,还有高级功能如镜象,旋转,移动,反转图形等 -err
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-13
    • 文件大小:196608
    • 提供者:
  1. migong

    0下载:
  2. 迷宫问题 任务:可以输入一个任意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出; 要求: 在上交资料中请写明:存储结构、基本算法(可以使用程序流程图)、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法; [问题描述] 走迷宫是实验心理学中一个古典问题。用计算机解迷宫路径的程序,就是仿照人走迷宫而设计的,也是对盲人走路的一个机械模仿。 [实现提示] 假设迷宫是一个矩形,我
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:chenjia
  1. MyPaintTool

    0下载:
  2. 本源码用VC开发,具有简单的绘制圆,矩形等图形,并具有拾取功能-The source with VC development, with a simple drawing a round, rectangular, such as graphics, and have the pick-up function
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-13
    • 文件大小:103424
    • 提供者:林瑶磊
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org