代码搜索:Bresenham

找到约 111 项符合「Bresenham」的源代码

代码结果 111
www.eeworm.com/read/427487/8940364

o bresenham.o

www.eeworm.com/read/427487/8940425

c bresenham.c

#include //#include #include "bresenham.h" // Bresenham Line Algorithm // used by myLine void setPixel(uint32_t* restrict surface, uint32_t x, uint32_t y, uint32_t stride) {
www.eeworm.com/read/427487/8940433

h bresenham.h

#ifndef BRESENHAM_H_ #define BRESENHAM_H_ #ifdef __cplusplus extern "C" { void setPixel(uint32_t* surface, uint32_t x, uint32_t y, uint32_t stride); void drawLine(uint32_t* surface, uint32_t x1, u
www.eeworm.com/read/273008/10931705

dsw bresenham.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/273008/10931710

ico bresenham.ico

www.eeworm.com/read/273008/10931712

aps bresenham.aps

www.eeworm.com/read/273008/10931713

dsp bresenham.dsp

# Microsoft Developer Studio Project File - Name="Bresenham" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86)
www.eeworm.com/read/273008/10931714

ncb bresenham.ncb

www.eeworm.com/read/273008/10931716

rc bresenham.rc

//Microsoft Visual C++ generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // //
www.eeworm.com/read/273008/10931718

cpp bresenham.cpp

// Bresenham.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Bresenham.h" #include "MainFrm.h" #include "BresenhamDoc.h" #include "BresenhamView.h"