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

搜索资源列表

  1. BitmapRotate_src

    0下载:
  2. 图像旋转显示,速度较快,不是使用GetPixel/SetPixel -image rotation, faster than using GetPixel / SetPixel
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:9584
    • 提供者:dean
  1. SourceImageViewerNewver

    0下载:
  2. 与其他的GDI图像处理程序平台相比,该程序最大不同之处在于实现任意角度旋转时并没有使用GetPixel和SetPixel函数,思路可以借鉴-with other GDI image processing platform, the The procedure biggest difference lies in achieving arbitrary rotation angle did not use GetPixel and SetPix el function, we can draw o
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:19605
    • 提供者:WangYang
  1. drawline

    0下载:
  2. 计算机图形学画线,通过计算机图形学的方法。假设setpixel已知
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:32868
    • 提供者:dsafasd
  1. 3d

    0下载:
  2. 以SetPixel()基础,从图形的变换,到图元的填充,讲述了三维图形的大概生成和显示流程.程序中涉及到的图形剪裁和消隐,使用的是简化的.有待完善.仅供学习所用.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:10382
    • 提供者:朱英芳
  1. DrawLib.rar

    1下载:
  2. 绘图库 1. 设计和实现一个图形函数库,具有绘制直线 段、任意圆弧、椭圆弧、多边形区域的阴影填 充和颜色填充等功能。(仅调用画点函数) Windows API: setpixel(hdc,x,y,color),Drawing 1. Design and Implementation of a graphics library, with the straight-line drawing, arbitrary arc, elliptical arc, polygon area fill
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:2600
    • 提供者:litao
  1. ShowBmp

    0下载:
  2. visual C++的CDC类有一个成员函数setPixel可以直接在视区坐标(x,y)点设置成所要显示的颜色crCoIor。-The CDC class visual C++ a member function setPixel can point directly in the viewport coordinates (x, y) is set to the color display crCoIor.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-07
    • 文件大小:2377287
    • 提供者:刘琳
  1. exer1

    0下载:
  2. 图形学中的扫描线填充算法,用VC6.0的MFC实现,较为精炼。使用Getpixel函数和setpixel对像素点颜色取反。-Graphics of the scan line fill algorithm, the MFC with VC6.0 achieve more refined. Setpixel use Getpixel function and color of pixel anti-access.
  3. 所属分类:Graph Drawing

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

    0下载:
  2. image processing using C# getpixel() setPixel()
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:18447
    • 提供者:boghdady
  1. GetPixel-SetPixel

    0下载:
  2. GDI+渲染位图的一部分 BitmapDataSamp and GetPixel-SetPixel-GDI+ rendering of bitmap BitmapDataSamp and GetPixel-SetPixel
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:131423
    • 提供者:Lee
  1. BitmapPixelIO

    0下载:
  2. 提供一个相较于.net framework所提供的bitmap.getpixel or setpixel() 函式更快的bitmap存取方式,详细范例请见readme-To provide a contrast. Net framework provided by the bitmap.getpixel or setpixel () function for faster access to bitmap mode, detailed examples, see readme
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:944
    • 提供者:virgilyeh
  1. frmMain

    0下载:
  2. Simple example of using SetPixel method in C#.
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:523
    • 提供者:Gor
  1. FastBitmap

    0下载:
  2. .net Bitmap wrap with fast getPixel and setPixel methods
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:814
    • 提供者:kostia
  1. project1_500406596

    0下载:
  2. 利用最原始的setpixel函数显示各种类型的bmp图像,对于理解bmp图片帮助很大-Using the most primitive setpixel function display various types of bmp images, bmp image of great help for understanding
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2796552
    • 提供者:long
  1. 3D

    0下载:
  2. 程序为一年前写作,本计划修完D3D后重新修改,但是由于GUI绘制效率太低,同时也没有任何应用价值。所以保持到现在。 程序采用SetPixel()为基础绘制出了彩色立方体。 消隐采用的是背面剔除,裁剪也是采用的简单方式。 同时附带有简单的摄象机类,可以移动到不同角度观看图形。 使用: 鼠标左右上下旋转观察角度(完全自由的摄象机)。 键盘上下左右控制移动方向。 在3D图形方面如果允许,个人完全可以实现D3D的渲染管线(硬件部分没办法)-Writin
  3. 所属分类:Graph program

    • 发布日期:2017-05-06
    • 文件大小:1254967
    • 提供者:xiaoxi10086
  1. lifangti

    0下载:
  2. 本报告围绕自由查看立方体这个主题,分别介绍实现的理论(顶点的各种转换),实现的程序结构,实现重点代码过程。 在绪论中介绍了图形学研究的对象,图形学的出现的原因,图形学的运用。然后从具体的游戏涉及的图形知识具体介绍图形学的发展前提和运用,及其艺术性。在个人工作当中,介绍了报告针对的程序的实现原理。分别指出了图形从物体模型坐标的3维顶点经过如何变换,最终显示到屏幕上得到想要的彩色立体效果。在介绍过程中指出了需要的流程和每个流程中所使用到的变换矩阵,和变换矩阵的使用原理。同时也介绍了如何实现第
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:134182
    • 提供者:xiaoxi10086
  1. huidu

    0下载:
  2. 利用GetPixel()和SetPixel()将彩色图像转换成灰度图像-trans picture
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:361434
    • 提供者:王波
  1. CG

    0下载:
  2. 自己写图形学实验时的一个程序,自己实现的包括线(直线、椭圆),区域填充,分形,真实感图型生成等。开发环境为vs2005.-This is a sample program (source code) for computer graphics. I have implement the basic graphics primitives(only using the function setpixel()) including line,fractal,realistic graphics et
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:60480
    • 提供者:johnson
  1. Location

    0下载:
  2. 画图程序,包含线、点、圆 明位图中的颜色,有若干个表项,每一个表项是一个RGBQUAD类型的结构,定义一种颜色。RGBQUAD结构的定义如下-line, row, round UCHAR b=buffer[(i*width+j)*3+realPitch] UCHAR g=buffer[(i*width+j)*3+1+realPitch] UCHAR r=buffer[(i*width+j)*3+2+realPitch] pDC-&
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1938780
    • 提供者:陈远锋
  1. C_graphics_program_GetPixel_SetPixel

    0下载:
  2. C# GDI+图形程序GetPixel-SetPixelC # GDI + graphics program GetPixel-SetPixel-C# GDI+ graphics program GetPixel-SetPixel
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:49337
    • 提供者:y
  1. CLine

    0下载:
  2. 该代码主要是解决在VC++中利用SetPixel()函数画直线-The code is mainly address the use of VC++ SetPixel () function to draw lines
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-26
    • 文件大小:38620
    • 提供者:美玲
« 12 3 »
搜珍网 www.dssz.com