搜索资源列表

  1. transmissionLine

    0下载:
  2. 时间域有限差分法(TD-FDM)源代码,用于计算任意传输线问题,最后与理论解比较。进一步说明见程序文件timeUpdt.m-Time domain finite difference method (TD-FDM) source code, used to calculate the arbitrary transmission line problems, and finally compared with the theoretic
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:汪巍
  1. HoughChange

    1下载:
  2. 检测图形中的直线,在程序中稍微改动,即可检测多条直线-Detection of graphics in a straight line, a slight change in the procedure, can detect more than a straight line
  3. 所属分类:图形/文字识别

    • 发布日期:2024-04-29
    • 文件大小:2965504
    • 提供者:赵笑可
  1. Bresenham

    0下载:
  2. (1)用Bresenham算法绘制直线 (2)程序适用各种直线情况,包括水平线,垂直线 (3)采用键盘输入线段的两个端点的坐标 -(1) using Bresenham algorithm for drawing a straight line (2) procedure applies to all kinds of straight lines, including horizontal, vertical lines
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:Eean
  1. draw

    0下载:
  2. mpl.add(new MenuItem("DDA画线")) mpl.add(new MenuItem("中点画线")) mpl.add(new MenuItem("Bresenham画线")) mpl.addActionListener(this) mp2=new Menu("画圆") mp.add(mp2) mp2.add(new MenuItem("公式法画圆"))
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-29
    • 文件大小:6144
    • 提供者:李默
  1. fill

    0下载:
  2. disp() { setTitle("扫描线种子填充算法") setSize(width,height) setBackground(Color.white) addWindowListener(this) addMouseListener(this) addMouseMotionListener(this) setVisible(true) -disp () (setTi
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:李默
  1. drawLine

    0下载:
  2. 计算机图形学OPENGL直线生成算法的实现程序: 1.采用键盘输入的方式输入直线段的两端点 2.实现BRESENHAM直线生成算法-Computer Graphics OPENGL linear algorithm to generate the procedure: 1. The use of keyboard input enter the two end points of line segment 2. The real
  3. 所属分类:OpenGL

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:huang
  1. draw

    0下载:
  2. 计算机图形学 此系统由本人独自开发; CGraph类中是画图函数; 画直线: DDA算法 中点Bresenham算法 改进的Bresenham算法 画圆: 中点Bresenham算法 画椭圆: 中点Bresenham算法-Computer graphics system developed by me alone CGraph class is drawing
  3. 所属分类:对话框与窗口

    • 发布日期:2024-04-29
    • 文件大小:1991680
    • 提供者:
  1. lineplot222

    0下载:
  2. VC+OPENCV画直线的程序,很不错!-VC+ OPENCV procedures for painting a straight line, very good!
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:赖做梦
  1. openGL--Bemhan

    0下载:
  2. 本代码为Bresenham直线生成代码,在窗体中可以以任意角度画出直线。-The code for Bresenham line generated code, in the form we can draw a straight line to any angle.
  3. 所属分类:OpenGL

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:李文晖
  1. graph

    0下载:
  2. (1).用Bresenham算法绘制直线. (2).用Bresenham算法画图. (3).用打点(如:C语言的putpixel())法显示汉字,汉字库以文件形式保存,以图形方式显示汉字. (4).在二维空间绘制一个多边形(三角形,四边形任选),然后实施平移变换,对称变换和旋转变换,-(1). Bresenham algorithm for drawing a straight line to use. (2). By dr
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:17408
    • 提供者:鹰隼
  1. touyingpic

    0下载:
  2. 绘制各种统计图,如饼图,柱壮图,折线图,值得学习-Drawing a variety of charts, such as pie, column Zhuang chart, line chart, it is worth learning
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:590848
    • 提供者:terry
  1. 1

    0下载:
  2. 计算机图形学--直线段的裁剪:利用编码裁剪法剪裁直线段.-Computer graphics- the cut line segment: the use of coding cut straight cutting method.
  3. 所属分类:汇编语言

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:刘琦
  1. 2006boundary

    0下载:
  2. 物体边界的识别,形成边界线,用摄像头采集的图像分析-Identification of boundary objects, forming the boundary line, the camera collected image analysis
  3. 所属分类:图形/文字识别

    • 发布日期:2024-04-29
    • 文件大小:2099200
    • 提供者:songqufei
  1. mouse

    0下载:
  2. 在图形模式下显示鼠标,以鼠标坐标位置为基准点在屏幕上画一条纵贯屏幕的垂直线和一条横贯屏幕的水平直线。当鼠标移动时,两条直线也跟着移动。当按下鼠标右键时停止程序运行-In graphics mode mouse to the mouse coordinates of the location for the reference point on the screen draw a vertical line runs through th
  3. 所属分类:汇编语言

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:lg
  1. dsPIC_DSC_Line_Echo_Cancellation_Library

    0下载:
  2. dsPIC DSC Line Echo Cancellation Library
  3. 所属分类:DSP编程

    • 发布日期:2024-04-29
    • 文件大小:710656
    • 提供者:Bai
  1. AIX1

    0下载:
  2. IBM原版的AIX详解,最全的命令行,格式,参数,无论你用windows、还是linux、unix,他绝对是你最好的选择!-IBM s AIX explain the original, most of the command line, format, parameters, whether you use windows, or linux, unix, he is absolutely the best choice for yo
  3. 所属分类:电子书籍

    • 发布日期:2024-04-29
    • 文件大小:2616320
    • 提供者:
  1. MultilineListDemo

    0下载:
  2. 另一个自画的多行LIST控件,可以很好的移植到WINCE上的EVC++开发用的多行列表-Another painting from the multi-line LIST control, can be transplanted into the WINCE on EVC++ Development with multi-line list
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-04-29
    • 文件大小:168960
    • 提供者:中 文
  1. Line

    0下载:
  2. 基于对话框的直线交点计算程序,且可以得出众多交点的最小区域,对学习vc++应用,以及直线相交算法等颇有益处!-Dialog based on a straight line intersection calculation program, and can reach a large number of intersection points of the smallest region, on learning vc appl
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:50176
    • 提供者:hello
  1. Douglas-PeuckerLineApproximationAlgorithm

    0下载:
  2. When working with mathematical simulations or engineering problems, it is not unusual to handle curves that contains thousands of points. Usually, displaying all the points is not useful, a number of them will be rendere
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:429056
    • 提供者:成东
  1. DLCB

    0下载:
  2. 电力载波集中抄表软件delphi源码(普通表)-Concentration of power line carrier meter reading software delphi source (general form)
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:1509376
    • 提供者:jxb
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org