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

搜索资源列表

  1. OpenGL_API

    0下载:
  2. 采用OpenGL和Windows API编写的一个多彩立方体的显式程序-using OpenGL and the Windows API to prepare a colorful cube Explicit procedures
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:19493
    • 提供者:jihongjun
  1. GDIimgae

    2下载:
  2. 一款开源的完整矢量绘图控件源码,支持直线、弧线、矩形、圆角矩形、椭圆、多边形、星形、文本和图片等的绘制,支持旋转、缩放、选择、排列等操作,总的说来功能还是不错的!其实如果稍微懂点计算机图形学的知识要做出比这个还要完善的矢量绘图软件应该是没有问题的。 VB6本身对于绘图的支持是非常弱的,因此一般直接通过其内置方法实现的绘图效率都成很大的问题。解决方法之一是采用Windows API来进行底层GDI的绘制,更好的方法是采用GDI+来绘图,这样效果会更好。
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:77791
    • 提供者:dingchao
  1. dashline

    0下载:
  2. With Windows API, you can only create a dash or dot pen when the pen width is 1. This class permit you to work with virtual dash or dot pen with width bigger than 1.
  3. 所属分类:2D图形编程

    • 发布日期:2014-01-16
    • 文件大小:1397102
    • 提供者:翁經堯
  1. MyBook

    2下载:
  2. 用windows api写的关于C++下模拟翻书效果的程序。可以采用鼠标和摄像头双重控制。同时摄像头检测是通过opencv来做的
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1498056
    • 提供者:姚俊光
  1. trans_effect.ZIP

    0下载:
  2. 一个半透明的图像叠加的演示,利用Windows API将一个较小的图像叠加到一个大图像上并且小图像可以移动-a translucent image superimposed demonstration using Windows API to a smaller image of superimposed images on a large and small images can be mobile
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:33997
    • 提供者:陈云
  1. xingqiong

    1下载:
  2. 利用OpenGL模拟太阳系星球运转 Title: OpenGL with VB6 Author: Saadat Ali Shah Email: shahji_2000@yahoo.com Environment: VB 6.0, Win98/Me/XP Keywords: OpenGL, multiple viewports, mouse picking Level: Intermediate Category: VisualBasic/Graphics/OpenGL
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:518302
    • 提供者:秦胜伍
  1. API绘图小例程

    0下载:
  2. 使用windows的API进行绘图的完整源码例程
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:769747
    • 提供者:joe
  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. DirextX

    0下载:
  2. 写了一个简单的DirectX3D程序,封装了部分windows api,DX3d设备初始化,以及camera类,terrain类,skybox类-DirectX3D write a simple program that encapsulates part of the windows api, DX3d device initialization, and the camera type, terrain type, skybox class
  3. 所属分类:3D Graphic

    • 发布日期:2017-06-09
    • 文件大小:16390230
    • 提供者:叶重阳
  1. CVMFC

    1下载:
  2. 在MFC中使用OpenCV。 调用 OpenCV 函数实现图像文件的输入、输出以及处理。使用 DirectShow 实现图像的视频采集,也调用 OpenCV 函数实现,可实现高分辨率图像的采集。采用 Win32 的 DIBSection 实现图像的显示,调用 Windows API 函数。-MFC_OpenCV_DirectShow
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4277283
    • 提供者:陆宗骐
  1. VCAviCapture

    0下载:
  2. VC++摄像头视频采集、新型位图CDibs可直接调用Windows API图形函数,提供部分图像处理基本功能。 -AviCapture for VC++,Image Processing basic function.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1872738
    • 提供者:陆宗骐
  1. vb_draw_demo

    2下载:
  2. 一款开源的完整矢量绘图控件源码,支持直线、弧线、矩形、圆角矩形、椭圆、多边形、星形、文本和图片等的绘制,支持旋转、缩放、选择、排列等操作,总的说来功能还是不错的!其实如果稍微懂点计算机图形学的知识要做出比这个还要完善的矢量绘图软件应该是没有问题的。 个人认为,VB6本身对于绘图的支持是非常弱的,因此一般直接通过其内置方法实现的绘图效率都成很大的问题。解决方法之一是采用Windows API来进行底层GDI的绘制,更好的方法是采用GDI+来绘图,这样效果会更好。-VB-based vecto
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:77291
    • 提供者:alpha
  1. graph

    0下载:
  2. 直接使用windows API写的,绘制直线的算法的展示,以十倍大小显示-Direct use of the windows API to write and draw a straight line of the display of the algorithm to ten times the size of display
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-28
    • 文件大小:48235
    • 提供者:孟令钊
  1. oglmdi2

    0下载:
  2. have included this Multiple Document Interface example here because any game development requires a good editor for constructing the world or models. The editor should provide multiple views of the scene and therefore the most intuitive method is to
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:425351
    • 提供者:johnnystar
  1. NewDibs

    0下载:
  2. 基于 Win32 DIBSECTION 的新型位图 CDibs,可直接调用 Windows API 图形函数,除底层结构或类的定义稍有不同外,上层的图像处理程序在C、VC++、C++Builder三种编程环境下基本相同。-New CDibs based on Win32 DIBSECTION, Image Processing basic function.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3808762
    • 提供者:陆宗骐
  1. SunLightFace

    1下载:
  2. 支持摄像头,人脸识别二次开发包,相当易用、好用。是VC开发,但只有极小部分用到了MFC,大部分CODE均为标准C++编写。SunLightFace.exe是演示程序,可以通过这个程序来测试SDK的性能。SunLightFace.dll 是SDK,其性能技术指标与演示程序是完全相同的。 SunLightFace.dll是按WINDOWS API的标准调用来生成的动态库,并提供了VB,VC,C#三类范例代码,精简扼要,如果因VS版本问题无法打开,可以用其它文件编辑器打开.CPP,.H,.CS,.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-11
    • 文件大小:2634404
    • 提供者:ruan
  1. windowsgraphicsprogrammingcode

    0下载:
  2. 本书详细介绍Windows图形系统,包括Win32 GDI和 DirectDraw API的技术细节:设备环境、坐标空间和变换、像素、填充区域、位图、图像处理、文字处理、元文件、打印处理等。本书内容翔实、例子丰富、分析透彻,是Windows编程人员的实用参考书。附带光盘包含书中实例、实用程序、相关信息等。-This book details Windows graphics system, including the Win32 GDI and DirectDraw API technical
  3. 所属分类:Graph program

    • 发布日期:2017-06-02
    • 文件大小:15018012
    • 提供者:wangxt
  1. cv_programmer

    0下载:
  2. 四本手册,对于图像工作者及其有用,我的博士生涯就是它们伴随度过的。 windows api opencv mfc 海康 sdk-Four manual workers and their usefulness for image and my life is that they are accompanied by Dr. spent. windows api opencv mfc sdk Haikang
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5972599
    • 提供者:邓宏平
  1. windows-API-Graphic

    0下载:
  2. 不用MFC直接用windows API编写带图形界面的程序,程序简单,适合初学者参考。-MFC windows API directly without the preparation of the program with a graphical interface, the program is simple, suitable for beginners reference.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1157547
    • 提供者:王勇
  1. Labview基于Windows api采集摄像头图片程序框图

    0下载:
  2. Labview基于Windows api采集摄像头图片程序框图 不需要安装其他控件 我也是找很久才下载到的资源。
  3. 所属分类:图形/文字识别

« 12 3 4 »
搜珍网 www.dssz.com