登录
首页 » Visual C++ » gloop

gloop

于 2020-06-26 发布 文件大小:1101KB
0 60
下载积分: 1 下载次数: 2932

代码说明:

  OpenGL类库源码 (The sourcecode for OpenGL library )

文件列表:

3dAxis.cpp
3dBackgroundDialog.h
3dBackgroundPropSheet.cpp
3dBoundingBox.cpp
3dCamera.cpp
3dCameraDialog.h
3dCameraPage.cpp
3dCameraPropSheet.cpp
3dColor.cpp
3dColorList.cpp
3dEngine.cpp
3dFog.cpp
3dFrame.cpp
3dGrid.cpp
3dLightList.cpp
3dMaterial.cpp
3dMaterialList.cpp
3dObject.cpp
3dObjectCloud.cpp
3dObjectCone.cpp
3dObjectCSG.cpp
3dObjectCube.cpp
3dObjectCylinder.cpp
3dobjectdialog.h
3dObjectDisk.cpp
3dObjectDisk.cpp NEW
3dObjectGrid.cpp
3dObjectHSpline.cpp
3dObjectHSpline.h
3dObjectLathe.cpp
3dObjectLight.cpp
3dObjectList.cpp
3dObjectNURB.cpp
3dObjectPlane.cpp
3dObjectPropSheet.cpp
3dObjectSphere.cpp
3dObjectTerrain.cpp
3dObjectTorus.cpp
3dObjectTriangle.cpp
3dObjectTTF.cpp
3dPageAnimation.cpp
3dPageBackground.cpp
3dPageBackgroundColors.cpp
3dPageBackgroundFog.cpp
3dpagecloud.cpp
3dPageCloudColor.cpp
3dPageColorMatl.cpp
3dPageCone.cpp
3dPageCSG.cpp
3dPageCube.cpp
3dPageCylinder.cpp
3dPageDisk.cpp
3dPageGrid.cpp
3dPageHSpline.cpp
3dPageHSpline.h
3dPageLathe.cpp
3dPageLight.cpp
3dPageLightColor.cpp
3dPageNURB.cpp
3dPageOrigin.cpp
3dPagePlane.cpp
3dPageRotate.cpp
3dPageScale.cpp
3dPageSphere.cpp
3dPageTerrain.cpp
3dPageTerrainColor.cpp
3dPageTerrainTexture.cpp
3dPageTexture.cpp
3dPageTorus.cpp
3dPageTranslate.cpp
3dPageTriangle.cpp
3dPageTTF.cpp
3dPoint.cpp
3dPointArray.cpp
3dPointList.cpp
3dWorld.cpp
Animation.cpp
AnimationDialog.h
AnimationList.cpp
AnimAVI.cpp
AnimKeyFrame.cpp
AnimPageAVI.cpp
AnimPageKeyFrame.cpp
AnimPageSpin.cpp
AnimPageWobble.cpp
AnimPropSheet.cpp
AnimSpin.cpp
AnimWobble.cpp
AudioPlayer.cpp
Debug
DibUtil.cpp
DibUtil.h
EditColorDlg.cpp
EditColorDlg.h
EditColorsDlg.cpp
EditColorsDlg.h
EditMaterialDlg.cpp
EditMaterialDlg.h
EditNameDlg.cpp
EditNameDlg.h

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Mesh_Simplification
    三角网格简化的边塌缩算法实现,网格输入文件支持标准.obj格式(bin文件夹中附有一个,可用notepad打开),化简后通过OpenGL显示结果(Triangle mesh simplification edge collapse algorithm, the grid supports standard input file. Obj format (bin folder with a notepad available to open), after simplification of the result will be displayed through the OpenGL)
    2008-07-13 22:05:14下载
    积分:1
  • pca
    这篇文章是盲信号处理,因为是英文文章,所以大家看内容就好了。(Principal component analysis (PCA) is a mainstay of modern data analysis- a black box that is widely used but poorly understood. The goal of this paper is to dispel the magic behind this black box. This tutorial focuses on building a solid intuition for how and why principal component analysis works furthermore, it crystallizes this knowledge by deriving from simple intuitions, the mathematics behind PCA . This tutorial does not shy away from explaining the ideas informally, nor does it shy away from the mathematics. The hope is that by addressing both aspects, readers of all levels will be able to gain a better understanding of PCA as well as the when, the how and the why of applying this technique.)
    2011-10-17 09:07:08下载
    积分:1
  • MultiPing
    ICMP扫描器的设计源码。能实现ping功能,扫描IP地址可以手动输入。方便初学者学习。。(ICMP scanner design source. Ping function, scanning the IP address can be entered manually.)
    2012-11-08 14:23:46下载
    积分:1
  • DL645
    电力系统电度表通讯协议,主要针对DL645协议标准(Power system meter communication protocol, mainly for DL645 protocol standards)
    2013-10-23 22:13:10下载
    积分:1
  • tongxunlu
    通讯录系统,简单的对通讯录进行编程,可实现文件的输出(Address book system, easy to program to the address book, documents can be output)
    2009-04-06 11:34:33下载
    积分:1
  • Visual-C-MATLAB-image-processing
    本书系统地介绍了图像处理与识别的基本原理、典型方法和实用技术。全书共分12章,第1章~第6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别;第7章~第10章是图像处理与识别的工程实例,涵盖了医学图像处理、文字识别和自导引小车路径识别等应用实例,并结合理论算法,提供了大量MATLAB代码程序,以帮助读者掌握如何使用MATLAB语言快速进行算法的仿真、调试和估计等方法。第11章~第12章,是两个综合性较强的实例,分别是Visual C++实现的基于神经网络的文字识别系统和车牌定位系统。 本书附带的光盘给出了各个章节列举的实例的源代码,同时赠送了28个常用数字图像处理算法的Visual C++代码实现。 本书讲解深入浅出,实例程序丰富,注重理论与实践相结合。本书可作为计算机应用、自动化、图像处理与模式识别、机电一体化专业的高年级本科生或研究生的参考书,也可供从事图像处理与识别的研究人员和工程技术人员阅读参考。(This book introduces the basic principles of image processing and recognition of the typical methods and practical skills . The book is divided into 12 chapters , Chapter 1- Chapter 6 is the basis of the content of image processing and recognition , including images scientific overview , MATLAB programming language images, image enhancement, image segmentation, image feature extraction and image recognition Chapter 7- Section Chapter 10 is a project example image processing and recognition , covering the medical image processing, character recognition and self- guided trolley path recognition example , the combination of theory and algorithms, for a lot of MATLAB code procedures to help readers learn how to use MATLAB language fast simulation , debugging and estimation methods algorithm. Chapter 11- Chapter 12 , are two examples of highly integrated , namely Visual C++ implementation based on neural network character recognition system and a license plate positioning system. The book)
    2014-03-26 11:09:37下载
    积分:1
  • TCP_Server
    tcp服务器端程序;tcp/ip协议;vc++编写(tcp server-side program tcp/ip protocol vc++ write)
    2011-07-14 20:33:20下载
    积分:1
  • Desktop
    有Burst Launcher fix by Gorilla K这把刀的渣画质版本吗 - 《... 13条回复 - 发帖时间: 2015年2月28日 2015年2月28日 - 就是这个 资源黑名单上的 我忘记从哪里下的太刀合集里面就有这把看着很舒服 没想到竟然进了黑名单...求助 ... bbs.3dmgame.com/thread... - 百度快照(GTA_V_Crash_Fix_Launcher crack game gta V if Software TestingGTA_V_Crash_Fix_Launcher crack game gta V if Software Testing.)
    2016-01-20 18:47:07下载
    积分:1
  • AWGN
    awgn信道的建模。matlab实现方针,进行了比较(awgn channel modeling. matlab realize the principle of a comparative)
    2021-01-30 02:48:34下载
    积分:1
  • 鍏冭優鑷?姩鏈_cpp
    元胞自动机疏散规划。。。。。。。。。。。(Evacuation Planning of Cellular Automata)
    2019-01-28 13:34:01下载
    积分:1
  • 696518资源总数
  • 104360会员总数
  • 40今日下载