CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 2D图形编程 搜索资源 - lt-

搜索资源列表

  1. C

    0下载:
  2. cout< \"a.b两点之间的距离\"<<a.dis(b)<<\"\\n\"
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1487
    • 提供者:ly
  1. RL

    0下载:
  2. 方波输入下的下RL电路响应曲线图,输入为方波电压(<=5.0V)方波频率,电阻值,电感系数
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1002
    • 提供者:李顺
  1. delaunay

    0下载:
  2. void CDelaunayView::OnDelaunay() { // TODO: Add your command handler code here CDelaunayDoc* pDoc = GetDocument(); ASSERT_VALID(pDoc); if(!pDoc->PointList->GetCount()) { char str[100]; ostrstream osr(str,100); osr<&
  3. 所属分类:2D图形编程

  1. vector_system_programming

    0下载:
  2. < 矢量图形系统开发与编程>>一书的配套光盘,包括了一个矢量图形系统和一个GIS系统的源码-< < Vector graphics system development and programming> > 1 book matching CD-ROM, including a vector graphics system and a GIS system source code
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-20
    • 文件大小:1232056
    • 提供者:chen
  1. Bresenham

    0下载:
  2. 该程序实现了Bresenham算法画直线,将四个象限的问题通过交换端点的方法合并成一,四象限的问题。再利用sign变量,统一成一个问题。又考虑到斜率<=1,>1,不存在,最终问题分成了三种情况。-The program implements Bresenham algorithm for drawing a straight line, the four quadrants of the problem through the exchange of endpoint methods
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-07
    • 文件大小:1642034
    • 提供者:王程冬
  1. Cycloid

    0下载:
  2. Cycloid plotted in C by the <graphics.h> library.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:1957
    • 提供者:mohammad
  1. lt

    0下载:
  2. 3D立体图片,不需要佩戴眼镜就可以看到3D立体效果-3D stereoscopic images without wearing glasses can see the 3D stereo effect
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-07
    • 文件大小:410237
    • 提供者:末末
  1. yuan_vc

    0下载:
  2. 求两圆相交面积 两圆半径分别问ar,br,两圆圆心距为d-Seeking two circles intersect area radius Q ar, br, two round Heart distance is d if ar+ br < d return 0 two circles from else if (fabs (ar-br),> d return area (min (ar , br)) of two circles covering else the two
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:631716
    • 提供者:shiyulong_bt
  1. DistortionCorrect

    0下载:
  2. 这是用于镜头视角<pi/2的摄像头采集的图像的畸变校正。-This is used for camera Angle < PI/2 camera acquisition of image distortion correction.
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-09
    • 文件大小:589
    • 提供者:wanghongmin
  1. ASSIGN1

    0下载:
  2. 北邮大三计算机图形学第一次大作业(2010级):实现一个图形函数库,直线段,圆弧,椭圆弧,阴影线,颜色<均为多种算法实现>-failed to translate
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-11
    • 文件大小:2001615
    • 提供者:向月车
  1. scanfill

    0下载:
  2. 光栅图形学中的扫描填充算法。list<Line> AET和list<Line>* NET构成了活性边表和新边表.算法先初始化各扫描线新边表,之后对于每条扫描线更新活性边表,并且配对交点来着色。 -Raster graphics scanning fill algorithm. list <Line> AET list <Line>* NET constitute the active side of the table and side tab
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-18
    • 文件大小:6854292
    • 提供者:
  1. qwt-6.1.0

    0下载:
  2. QWT全称是Qt Widgets for Technical Applications,是一个基于LGPL版权协议的开源项目, 可生成各种统计图。它为具有技术专业背景的程序提供GUI组件和一组实用类,其目标是以基于2D方式的窗体部件来显示数据, 数据源以数值,数组或一组浮点数等方式提供, 输出方式可以是Curves(曲线),Slider(滚动条),Dials(圆盘),Compasses(仪表盘)等等。该工具库基于Qt开发,所以也继承了Qt的跨平台特性。 【QWT基类】[2]QwtAbstra
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-13
    • 文件大小:3468931
    • 提供者:王涛
  1. CSS

    0下载:
  2. 推荐一种实用的CSS分页样式,在鼠标放在分页按钮上的时候,按钮会放大显示,有朋友称之为鲁斯狼分页按钮,不知道为什么叫这个名字。其实之前有过类似的效果,这种分页样式现在仍在流行,简洁但又不缺失很好的操作体验,在一些大网站上经常会见到的分页效果。-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html&g
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:699
    • 提供者:周昌波
  1. BEzier

    0下载:
  2. Bézier curve生成三次贝塞尔曲线的源代码, 函数ComputeBezier将以控制点cp产生的曲线点填入Point2D结构的数组 调用者必须分配足够的空间以供输出结果——<sizeof(Point2D) numberOfPoints>-Bzier curve cubic Bezier curve generated source code, function ComputeBezier will control point cp curve points to fil
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:818
    • 提供者:kevin
  1. CAISESHIZHONG

    0下载:
  2. 彩色时钟#include<math.h> #include<dos.h> #include<graphics.h> #define CENTERX 320 #define CENTERY 175 #define CLICK 100 #define CLICKDELAY 30 #define HEBEEP 10000 #define LOWBEEP 500 #define BEEPDELAY 200 int Mrk_1[8
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1096
    • 提供者:
  1. lbp

    0下载:
  2. 来自<Multiresolution gray-scale and rotation invariant texture classification with local binary patterns>,LBP,用于图像的纹理特征分析-From <Multiresolution gray-scale and rotation invariant texture classification with local binary patterns>,LBP, us
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:2465
    • 提供者:汪洋
  1. 54-80CoordExchaneForArcgis9.3

    0下载:
  2. 地理信息系统,坐标系统转换,从北京1954< >西安1980之间的转换算法,仿射,7参数-Coordinate files exchange, form beijing 1954 to xi an 1980
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-11
    • 文件大小:2521633
    • 提供者:quyongzhi
搜珍网 www.dssz.com