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

搜索资源列表

  1. RadioButton

    0下载:
  2. 此编程非常的好,适合于任何场合,对图形界面的编程也是非常实用的。-This program is very good, suitable for any occasion, on the graphical interface programming is also very practical.
  3. 所属分类:Button control

    • 发布日期:2017-03-29
    • 文件大小:27325
    • 提供者:于明
  1. ButtonDemo

    0下载:
  2. 这个按钮控件的VC++程序实用性非常的广泛,对于图形界面的编程都可适用。-This button controls VC++ Very wide range of practical procedures for the graphical interface programming can apply.
  3. 所属分类:Button control

    • 发布日期:2017-03-29
    • 文件大小:26789
    • 提供者:于明
  1. vc6.0

    1下载:
  2. VC++6.0教程:VC6.0的安装和集成环境,标准控件,对话框,图形等。每章有相关例子。-VC 6.0 Tutorial: VC6.0 installation and integration environment, the standard controls, dialog boxes, graphics and so on. Each chapter is a relevant example.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-31
    • 文件大小:13803061
    • 提供者:
  1. CourseWare2

    0下载:
  2. 计算机图形学课件及代码详解 VC++编程-Computer graphics software and the code explain VC++ Programming
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:795985
    • 提供者:梅炀
  1. VC++BMPASBGround

    0下载:
  2. 这个程序是使用API函数进行绘图操作,可以绘制简单的图形-This procedure is to use the API function mapping operation, you can draw simple graphics
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:27340
    • 提供者:cpp
  1. ImageTest

    0下载:
  2. 在CListCtrl中显示BMP图形,支持放大缩小,横竖向显示,调整图像间距-In CListCtrl display BMP graphics, support zoom,横竖to show, adjust the image spacing
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1252410
    • 提供者:明儿
  1. paint

    1下载:
  2. 图形GDI程序,可以画各种自定义的图形,可对所画图形编辑,保存,载入,打印预览,打印等。-GDI graphics program, you can draw a variety of custom graphics, can be painted on the graphics editor, save, load, print preview, print and so on.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:1598993
    • 提供者:wade
  1. SDL-devel-1.2.13-VC6

    0下载:
  2. SDL:Simple DirectMedia Layer是用于游戏或图形图像编程的一个多媒体层,VC6.0版,包含头文件、库文件和帮助文档。-SDL: Simple DirectMedia Layer is used for games or graphic image of a multi-media programming layer, VC6.0 version contains the header files, library files and help documents.
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:622085
    • 提供者:steven
  1. zjxcircle

    0下载:
  2. 图形学-画圆,vc源代码,运行成功,可使用!-Graphics- drawcircle, vc source code, to run successfully, you can use!
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:39855
    • 提供者:zuojuxian
  1. osgCal_VCProject

    1下载:
  2. OpenSceneGraph是一款高性能的3D图形开发库。广泛应用在可视化仿真、游戏、虚拟现实、高端技术研发以及建模等领域。使用标准的C++和OpenGL编写而成,可以运行在Windows系列、OSX、GNU/Linux、IRIX、Solaris、HP-Ux、AIX以及FreeBSD操作系统 Cal3d:基于骨骼的角色动画实现 osgCal:针对OSG封装Cal3d,以方便地在OSG里使用Cal3d的库。 osgCal官方没有VC工程,上传的是我自己做的! -OpenSceneG
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-30
    • 文件大小:461548
    • 提供者:李英伦
  1. vtkImagePlaneWidgetReadDCM

    0下载:
  2. VC结合VTK来实现对三维图形的显示,三维图像可有DICOM影像重建得到。-VC combination of VTK to achieve three-dimensional graphics display, three-dimensional images can be DICOM image reconstruction.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-29
    • 文件大小:2150
    • 提供者:平空
  1. GraphicsTools_Andy

    0下载:
  2. VC做的绘图工具。绘制简单图形,Bezier曲线,填充,裁剪,变幻等。-The drawing tools VC. Drawing simple graphics, Bezier curves, filling, cutting, and other changes.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:94945
    • 提供者:刘一丹
  1. bmp

    0下载:
  2. 在用vc做程序时候,经常需要把输出的文本和图形保存到位图文件,当然可以有现成的控件来实现,但总不能如自己所愿,还是自己动手写吧!如下图: 一、实现方法   要把文本和图形保存到位图文件,只要对掌握位图结构有一定的了解,一切都ok呢。先必须要创建内存设备环境,然后内存设备环境创建的DIB区域,别忘了还要创建个CBitmap对象,CBitmap对象必须和DIB区域关联起来,把CBitmap对象选择到当前设备环境,然后在当前设备环境输出文本和图形就可以了。 -Vc
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. VC实现GIS矢量图形的绘制,供初学者参考交流-VC achieve GIS vector graphics rendering, for beginners reference exchange
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:192134
    • 提供者:张小军
  1. Radio

    1下载:
  2. vc++调用matlab6.5数学和图形函数库编程 实例,实例为飞机的飞行航迹显示和记录-vc++ call matlab6.5 graphics library mathematics and programming examples, examples of aircraft flight track display and record
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:562769
    • 提供者:lu
  1. rennianshibiechengxu

    0下载:
  2. 图形用户界面,实现人脸识别功能,语言为:VC-Graphical user interface to achieve face recognition function, language: VC
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:511635
    • 提供者:阿造哥
  1. VC

    0下载:
  2. Windows起源可以追溯到Xerox公司进行的工作。1970年,美国Xerox公司成立了著名的研究机构Palo Alto Research Center(PARC),从事局域网、激光打印机、图形用户接口和面向对象技术的研究,并于1981年宣布推出世界上第一个商用的GUI(图形用户接口)系统:Star 8010工作站。但如后来许多公司一样,由于种种原因,技术上的先进性并没有给它带来它所期望的商业上的成功。-Windows of origin can be traced back to the w
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-07
    • 文件大小:1340675
    • 提供者:郑达
  1. SVG+VIEW

    1下载:
  2. SVG+VIEW,图形化流程图控件,完善图形化的流程,操作更加简单实用-SVG+ VIEW, graphical control flow chart, perfect graphical process, the operation more simple and practical
  3. 所属分类:Windows Develop

    • 发布日期:2015-11-16
    • 文件大小:86767
    • 提供者:邱立业
  1. IMGCaputre

    0下载:
  2. vc图形图像处理第二章,源码,请大家使用!-vc Graphics Image Processing chapter, source code, please use!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:191525
    • 提供者:zhf
  1. LineTrans

    0下载:
  2. vc图形图像处理第三章,源码,请大家使用!-vc graphics Chapter III image processing, source code, please use!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:87671
    • 提供者:zhf
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com