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

搜索资源列表

  1. 图形编辑

    0下载:
  2. 实现四个功能:一、图和图素1. 定义屏幕坐标2. 在屏幕中心作下列图素:点 • ; 小方块 ■ ;大方块 ■ ; 圆点 ● 。以上述图素画线二、3. 用DDA法画线段;4. 用DDA法画圆。三、已知如图所示的多面体,其各棱边长均相等。要求1. 用步进法(即+1比较法)编写AB线段生成程序;2. 用法线法编写消隐程序;3. 编写让多面体绕其中心轴线旋转30o、45o、60o的程序四.在三的基础上自动绘制各棱边,自由旋转任意角度-realization of the four funct
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:251954
    • 提供者:张帆
  1. lifangti

    0下载:
  2. java 实现的立方体旋转效果,未用消隐的算法-achieve the rotating cube effect, the unused blanking algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3537
    • 提供者:朋友
  1. ROTATE 旋转的立体 C语言实现

    1下载:
  2. 计算机图形学课程设计-旋转的立体, C语言实现,交互式图形界面,有消隐算法,可选择不同立体,同时可选择按不同方向旋转。-computer graphics curriculum design-rotating three-dimensional, and C language, interactive graphical interface, blanking algorithm choice of different three-dimensional, while the option by
  3. 所属分类:多媒体

    • 发布日期:2011-02-23
    • 文件大小:3604
    • 提供者:杨柯
  1. 使用Z-Buffer算法进行动态面消隐

    1下载:
  2. 请使用Z-Buffer算法对图9-17所示的球进行动态面消隐,消隐效果如图9-37的黄色球所示。,Please use the Z-Buffer algorithm on the ball as shown in Figure 9-17 Dynamic surface blanking, blanking the effect of the yellow ball in Figure 9-37 below.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-24
    • 文件大小:340958
    • 提供者:刘维超
  1. TheVanishpoint.rar

    0下载:
  2. 一种新的摄像机自标定方法的实现代码,具体文献请参考《基于消隐点几何特性的摄像机自标定方法》(《光学学报》2010年第30卷第02期),A new camera self-calibration method to achieve code, please refer to specific documents " based on the geometric properties of blanking-point camera self-calibration method"
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:47782
    • 提供者:杨卫
  1. Z-Buffer

    0下载:
  2. 《计算机图形学》一书的源码,实现ZBuffer消隐。-" Computer Graphics," a source book to achieve ZBuffer blanking.
  3. 所属分类:GDI/图象编程

    • 发布日期:2013-02-27
    • 文件大小:2184349
    • 提供者:王习之
  1. CGproject

    0下载:
  2. 用c++实现了zbuffer的消隐算法。这是计算机图形学中最经典的一个算法。-Using c++ implements zbuffer the blanking algorithm. This is the classic computer graphics an algorithm.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-28
    • 文件大小:11743773
    • 提供者:fang
  1. Display

    0下载:
  2. 1 主要描述:数码管显示通用程序。带高位消隐功能。 2 硬件环境:51MCU, 4位显示共阳数码管。P3口P3.2-P3.5是位选,P1口对应数码管8段。 3 软件平台:Keil c, c51, rtx51 tiny. 4 附加描述:程序段先把数码管全部点亮,然后把一个速度值显示在数码管上。-1 Main Descr iption: Digital Display general program. With high blanking function. 2 Hardware Env
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:1772
    • 提供者:张东杰
  1. eluos

    0下载:
  2. linux下shell下的俄罗斯方块游戏的源代码,在终端下直接用gcc编译这个c源代码后执行生成的.out文件即可使用。实现了所有功能:7种图形的变形和左右移动以及快速下落,消隐功能,记录积分等,其中包括到边界变形的问题的算法,例如:图形靠近边界时可能出现的出界和异常显示的问题。同时利用信号量产生定时下落和变形操作不冲突的问题。当然也有不足之处,就是未实现图形下落到底时进行左插和右插到空挡位置的功能。希望能和大家交流交流做一定的改进。-Russia under linux box under t
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:2990
    • 提供者:黄海
  1. offMenu

    0下载:
  2. 在VC++窗体上布局随意停靠可拖动的智能菜单 一个VC++自绘的窗体菜单,仿Office 2000风格的可停靠、可随意拖动位置的智能型菜单,代码里有一些方法和类是我们值得学习的,比如建立象MSN一样的在状态条上自动弹出和消隐的信息窗口、制作不需要位图资源,而具有阴影的的位图按钮等,这些类文件在你的项目中都能用到 -In the VC++ form, the layout of the smart casual dock can drag the menu from a VC++ pain
  3. 所属分类:Menu control

    • 发布日期:2017-03-29
    • 文件大小:166771
    • 提供者:ert
  1. OGL1-v2

    0下载:
  2. 基于z-buff算法的立方体消隐,方向键控制立方体的旋转-Z-buff algorithm based on cube blanking, the arrow keys to control the rotation of the cube
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:314990
    • 提供者:林勇
  1. ZBuffer

    0下载:
  2. ZBuffer的消隐算法,在VC6.0上实现,是学习掌握ZBuffer算法的较好的辅助工具。可以加深对该算法的理解。-ZBuffer the blanking algorithm implementation in VC6.0 on, are learning to master a better algorithm ZBuffer aids. Can deepen the understanding of the algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3955989
    • 提供者:du
  1. Computer_Graphics

    0下载:
  2. 计算机图形学原理及算法教程(Visual+C++版),包含三维变换、实时动画、图形裁剪、消隐、图形相交—相切、真实感图形学、帧动画等源码。-Computer Graphics Principle and Algorithm Tutorial (Visual+ C++ Version), including three-dimensional transformation, real-time animation, graphics, cutting, blanking, graphics int
  3. 所属分类:Special Effects

    • 发布日期:2017-06-10
    • 文件大小:3555788
    • 提供者:Jane
  1. HSR_Warnock

    0下载:
  2. Warnock算法消隐,鼠标左键单击确定四个顶点,生成固定高度的六面体,键盘上下左右旋转六面体-Warnock algorithm blanking, mouse left-click OK four vertices, the generated hexahedral a fixed height, the keyboard from top to bottom left rotating hexahedral
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3794293
    • 提供者:jin jing
  1. GraphicsHomework2

    0下载:
  2. gui绘图程序:在1的基础之上,实现了三位图像的旋转等算法以及消隐算法的具体实现-gui drawing program: 1 basis to achieve the three image rotation algorithm and blanking in the proposed algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:68533
    • 提供者:chenxinyue
  1. CG

    0下载:
  2. 基于VC6.0编写的MFC计算机图形学程序编写,实现了如下功能: (1)画直线、画多边形、画圆、画字符 (2)对多边形进行填充 (3)图形裁剪 (4)图形的几何变换 (5)三维图形的消隐及着色 -Prepared based on VC6.0 MFC computer graphics programming, to achieve the following functions: (1) draw a straight line, draw the polygon, c
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:114048
    • 提供者:李若
  1. 3dhide

    0下载:
  2. 一个实现消隐的例子-An example of the realization of blanking
  3. 所属分类:Graph program

    • 发布日期:2017-11-10
    • 文件大小:28106
    • 提供者:zyj
  1. CCExam

    0下载:
  2. 此程序实现界面的闪烁与消隐。-This program interfaces with the blanking blinking.
  3. 所属分类:Graph program

    • 发布日期:2017-11-16
    • 文件大小:36201
    • 提供者:陈凯迪
  1. 3d2

    0下载:
  2. 计算机图形学原理及算法教程 (Visual C++版) 数字图象处理 消隐-Computer Graphics Principle and Algorithm Tutorial (Visual C++ Version) digital image processing blanking
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-27
    • 文件大小:58194
    • 提供者:zhangxiang
  1. xiaoyin

    0下载:
  2. bmp图像消隐~~VC源代码,程序里头有详细的介绍,具体的功能代码-bmp image blanking ~ ~ VC source code, there are procedures in detail, the specific function of the code
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:57687
    • 提供者:jackey
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com