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

搜索资源列表

  1. 矩阵所有运算

    2下载:
  2. 矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposition, cholesky decomposition an
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:83488
    • 提供者:球球
  1. 二维图形变换

    1下载:
  2. 包含了二维图形的几何变换算法,比例变换,对称变换-2d image geometry transform algrithm.proportion and symmetry transform.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:44116
    • 提供者:ls
  1. huayuan

    0下载:
  2. 这是一个生成圆周的源代码,首先用Bresenham算法生成八分圆坐标,再计算出8个对称点,生成圆周的所有点之后,按y值排序,转换成线段表。-This is a generation of source code circumference, first using Bresenham algorithm generated nearly circular coordinates, and then work out eight symmetry, circumferential generate
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1279
    • 提供者:朱云
  1. 实验五 二维图形变换

    2下载:
  2. 实现二维图形的平移变换、放缩变换、旋转变换、错切变换及对称变换的程序。 -2D graphics translation transform, transform scaling, rotation transform, transform the wrong cut and symmetry transformation process.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:41273
    • 提供者:kuld
  1. continue_tran

    0下载:
  2. 断点续传和多线程下载,可实现大文件传输.没有采用普遍的客户端,服务器方式,是一个对称性的文件传输器.基于TCP/IP-HTTP and multi-threaded download, enabling large file transfer. Not used widely client, server mode is a symmetry of the file transfer. Based on TCP / IP
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:120264
    • 提供者:wangxue
  1. TuXingXueZongHeShiXi

    0下载:
  2. 这是我图形学的综合实习程序,里面实现直线的dda算法,中点Bresenham算法,改进Bresenham算法的绘图,椭圆的中点Bresenham算法,圆的八分画圆结合中点Bresemham算法的绘制,并包含了图形的翻转,平移,对称,比例变换,内有说明文档-integrated graphics attachment procedures, straight line inside the dda algorithm, the midpoint of Bresenham algorithm, im
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:10651
    • 提供者:4587
  1. guangxian

    0下载:
  2. 光缆通信在我国已有20多年的使用历史,这段历史也就是光通信技术的发展史和光纤光缆的发展史。光纤光缆在我国的发展可以分为这样几个阶段:对光缆可用性的探讨;取代市内局间中继线的市话电缆和pcm电缆;取代有线通信干线上的高频对称电缆和同轴电缆。-cable communications in China has more than 20 years of use history, this is history - the development of ICT and in the history o
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11014
    • 提供者:周发之
  1. 3D_translation

    0下载:
  2. 本程序实现图形的三维变换--平移,旋转,对称变换,正二测,斜二测视图, 包含文件:三维变换 Grphics experiment NO5--三维图形的投影变换 三维变换.exe-this program 3D graphics transformation -- translation, rotation, symmetry transformation, are two tests, two ramps measured View, documents include : 3D
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:139601
    • 提供者:于心不甘
  1. FaceSymExamdk

    0下载:
  2. 计算坐标系中三个点的镜像对称距离_以某一点为基准.-calculated coordinates is three points away from the mirror symmetry _ to a certain point as the benchmark.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1167
    • 提供者:于玲
  1. 2d

    0下载:
  2. The dispersion relation and the optical transmittance of a two-dimensional photonic crystal composed of the hexagonal array of cylindrical air holes fabricated in a dielectric slab were analyzed by group theory and the numerical calculation based
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:185066
    • 提供者:Qtai
  1. Symmetric FIR Filters Flat Passbands, Chebyshev St

    0下载:
  2. 乘序给出了对称Chebyshev滤波器的设计.注意:语法规则 cheblp.m lowpass filter design (specify del) cheblp2.m lowpass filter design (specify ws) chebbp.m bandpass filter design (specify del) chebbp2.m bandpass filter design (specify ws1,ws2) chebdiff.m lowpass differentiato
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:23040
    • 提供者:张锦涛
  1. snowtiger

    1下载:
  2. 本图形学人课程设计报告,内容详尽 里面附带原码和说明文档以及exe程序。 内容包括Breseham算法画直线,圆,椭圆。 还有多边型二维填充算法,还有二维图形的包括平移,旋转,对称,比例,错切等基本变换。以及用Liang-Barsky算法实现的直线段的裁剪。-curriculum design, detailed fringe inside the original code and documentation, and exe. Breseham algorithms including li
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:46847
    • 提供者:刘雪虎
  1. 五.二维图形变换

    0下载:
  2. 二维图形的变换实现平移,对称错切放缩变换及矩阵表示-2D graphics transform translational symmetry Shear Zooming and transform matrix
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:23210
    • 提供者:吴限负
  1. code_exp

    3下载:
  2. abaqus 二次开发子程序之塑性大变形代码-UMAT for plane strain and axial symmetry for elastic, linear strain hardening plastic behaviour using explicit integration with continuum Jacobian, using ABAQUS stress and strain quantities. Suitable for large deformati
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2099
    • 提供者:吴华
  1. Gdiball位图P153

    0下载:
  2. 有关GDI绘图的使用,两个小球在时钟控制下 从中间开始对称得相互绕对方走。-the GDI graphics use, two small balls under the control of the clock from the beginning of symmetry in the middle of mutual walk around the other side.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-12-01
    • 文件大小:39302
    • 提供者:
  1. hanshuku

    0下载:
  2. 实现二维图形的变换,平移、对称、旋转、错切等基本变换-The realization of two-dimensional graphics transformation, translation, symmetry, rotation, shear, such as the basic transform
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1252
    • 提供者:孙晓
  1. erweibianhuang

    0下载:
  2. 二维变换!平移,以及等比例变化,对称!绝对是原创的,希望大家能喜欢!-Two-dimensional Transform! Translation, as well as the proportion of such changes, symmetry! Is absolutely original, and hope that we can love!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-08
    • 文件大小:36756
    • 提供者:zhanghengvista
  1. yuan

    0下载:
  2. //下面是画圆的程序, //画线、画圆、画各种曲线其实都很简单,归根到底就是x、y的二元方程嘛 //对算法感兴趣的话建议去找本《计算机图形学》看看,不是卖关子哦。实在是几句话说不清除,呵呵 // ---------------------------------------------- //字节 void circleDot(unsigned char x,unsigned char y,char xx,char yy)//内部函数,对称法画圆的8个镜像
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-28
    • 文件大小:5575
    • 提供者:刘少
  1. FRST

    0下载:
  2. This folder contains Matlab code for running symmetry detection algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:24295
    • 提供者:菲菲
  1. Symmetry

    0下载:
  2. use gradient to find symmetry axis , but the code just in experientment
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3542
    • 提供者:kissme0808
« 12 3 4 5 »
搜珍网 www.dssz.com