登录
首页 » Visual C++ » stl_loader

stl_loader

于 2015-04-29 发布 文件大小:22484KB
0 120
下载积分: 1 下载次数: 31

代码说明:

  OpenGL加载STL类型文件,进行显示,简单的旋转平移交互等操作,代码比较粗糙。(OpenGL load STL file types, display, simple operations such as interactive rotation and translation, the code is relatively rough.)

文件列表:

stl_loader
..........\Debug
..........\.....\stl_loader.exe,140800,2015-04-28
..........\.....\stl_loader.ilk,865632,2015-04-28
..........\.....\stl_loader.pdb,1379328,2015-04-28
..........\ipch
..........\....\stl_loader-990c2c20
..........\....\...................\stl_loader-d86f0b55.ipch,73465856,2015-04-28
..........\stl_loader
..........\..........\bmw.stl,3613199,2015-04-27
..........\..........\Debug
..........\..........\.....\CL.read.1.tlog,36058,2015-04-28
..........\..........\.....\CL.write.1.tlog,330,2015-04-28
..........\..........\.....\link.read.1.tlog,3842,2015-04-28
..........\..........\.....\link.write.1.tlog,562,2015-04-28
..........\..........\.....\mt.read.1.tlog,716,2015-04-28
..........\..........\.....\mt.write.1.tlog,258,2015-04-28
..........\..........\.....\stl_loader.exe.intermediate.manifest,381,2015-04-28
..........\..........\.....\stl_loader.lastbuildstate,52,2015-04-28
..........\..........\.....\stl_loader.log,2187,2015-04-28
..........\..........\.....\stl_reader.obj,539846,2015-04-28
..........\..........\.....\vc100.idb,896000,2015-04-28
..........\..........\.....\vc100.pdb,716800,2015-04-28
..........\..........\lion.stl,2335051,2015-04-28
..........\..........\recliner.stl,9171642,2015-04-28
..........\..........\stl_loader.vcxproj,3487,2015-04-28
..........\..........\stl_loader.vcxproj.filters,948,2015-04-28
..........\..........\stl_loader.vcxproj.user,143,2015-04-28
..........\..........\stl_reader.cpp,9074,2015-04-28
..........\stl_loader.sdf,38227968,2015-04-28
..........\stl_loader.sln,897,2015-04-28

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

发表评论

0 个回复

  • eCan_Rx
    基于DSP的CAN通信的接收过程,主要是在接收时使用该程序(DSP-based CAN communication reception process, mainly in the reception of the use of the program)
    2017-05-13 20:10:54下载
    积分:1
  • brisk
    brisk描述子,matlab语言,好懂易学(brisk descriptors, matlab language, easy to understand to learn)
    2021-04-08 22:59:00下载
    积分:1
  • ImgHazeRemoval_Test
    图像去雾 暗原色 导向滤波 最好的去雾算法 何恺明的matlab代码的opencv的实现(haze removal guided image filtering the best algorithm to fog )
    2012-05-10 16:39:04下载
    积分:1
  • seq
    在数值模拟中控制网格和物体按照设计的需要振动,然后进行数值模拟。(In the numerical simulation, the control grid and the object are vibrate according to the needs of the design, and then the numerical simulation is carried out.)
    2017-12-18 15:23:08下载
    积分:1
  • CBUILDER_FR_June12_2018
    face detection soruce
    2018-11-21 06:19:43下载
    积分:1
  • addressbook
    通讯录管理系统 ,c语言 ,动态链表和结构体,课程设计(Address Book)
    2011-06-19 11:54:58下载
    积分:1
  • levinson
    图1为均衡带限信号所引起失真的横向或格型自适应均衡器(其中横向FIR系统长M=11), 系统输入是取值为±1的随机序列,其均值为零;参考信号;信道具有脉冲响应: 式中用来控制信道的幅度失真(W = 2~4, 如取W = 2.9,3.1,3.3,3.5等),且信道受到均值为零、方差(相当于信噪比为30dB)的高斯白噪声的干扰。试比较基于下列几种算法的自适应均衡器在不同信道失真、不同噪声干扰下的收敛情况(对应于每一种情况,在同一坐标下画出其学习曲线): 1)横向/格-梯型结构LMS算法 2)横向/格-梯型结构RLS算法 并分析其结果。(Figure 1 is a band-limited signal caused balanced horizontal or lattice distortion adaptive equalizer (FIR system in which the lateral length M = 11), the system input is the value of a random sequence of ± 1, mean zero reference signal channel has impulse response: Wherein the amplitude of the distortion for the control channel (W = 2 ~ 4, and so as to take W = 2.9,3.1,3.3,3.5), and subjected to a channel with zero mean and variance (equivalent SNR is 30dB) Gaussian white noise. Compare the following types of algorithm-based adaptive equalizer in a different channel distortion, the convergence of different noise interference (corresponding to each situation, draw their learning curve in the same coordinate): 1) landscape/grid- LMS algorithm ladder structure 2) landscape/grid- RLS algorithm ladder structure And analyze the results.)
    2020-07-02 22:40:01下载
    积分:1
  • CptEditor
    我用本地API写的一个对话框程序,可以改窗口标题与图标,注意是对话框程序,不是窗口程序。不过说到底,对话框和窗口其实是一回事。(A dialog program . you can use it to change title and icon.)
    2012-12-18 11:40:33下载
    积分:1
  • opencv+SURF运动目标检测
     本代码是基于opencv+surf的运动目标检测,首先根据视频帧用鼠标圈出需要跟踪的物体,程序就会自动跟踪并用矩形框框出所跟踪物体,本代码是在opencv2.4.9版本下编写的,本代码的唯一缺点就是实时性有待于提高,希望有相关研究这一方面的可以进行改进!
    2023-08-10 05:20:05下载
    积分:1
  • DoubleNetUDP
    UDP方式双网冗余程序,一网卡断开,另一网卡自动连接,从而保证通讯正常(UDP mode dual-network redundancy procedures, disconnect a network card, another card to connect automatically to ensure the normal communication)
    2009-07-15 21:57:13下载
    积分:1
  • 696518资源总数
  • 105949会员总数
  • 22今日下载