登录
首页 » Visual C++ » qhull

qhull

于 2021-03-03 发布 文件大小:616KB
0 226
下载积分: 1 下载次数: 34

代码说明:

  主要介绍了如何在vs2010中使用qhull库以及环境变量配置问题(The project mainly focus on how to set the envirenment variable of qhull library in vs2010)

文件列表:

qhull
.....\Debug
.....\.....\qhull.pdb,1936384,2013-09-13
.....\qhull
.....\.....\Debug
.....\.....\.....\CL.read.1.tlog,33824,2013-09-13
.....\.....\.....\CL.write.1.tlog,648,2013-09-13
.....\.....\.....\link-cvtres.read.1.tlog,2,2013-09-13
.....\.....\.....\link-cvtres.write.1.tlog,2,2013-09-13
.....\.....\.....\link.3804-cvtres.read.1.tlog,2,2013-09-13
.....\.....\.....\link.3804-cvtres.write.1.tlog,2,2013-09-13
.....\.....\.....\link.3804.read.1.tlog,2,2013-09-13
.....\.....\.....\link.3804.write.1.tlog,2,2013-09-13
.....\.....\.....\link.4728-cvtres.read.1.tlog,2,2013-09-13
.....\.....\.....\link.4728-cvtres.write.1.tlog,2,2013-09-13
.....\.....\.....\link.4728.read.1.tlog,2,2013-09-13
.....\.....\.....\link.4728.write.1.tlog,2,2013-09-13
.....\.....\.....\link.4836-cvtres.read.1.tlog,2,2013-09-13
.....\.....\.....\link.4836-cvtres.write.1.tlog,2,2013-09-13
.....\.....\.....\link.4836.read.1.tlog,2,2013-09-13
.....\.....\.....\link.4836.write.1.tlog,2,2013-09-13
.....\.....\.....\link.4968-cvtres.read.1.tlog,2,2013-09-13
.....\.....\.....\link.4968-cvtres.write.1.tlog,2,2013-09-13
.....\.....\.....\link.4968.read.1.tlog,2,2013-09-13
.....\.....\.....\link.4968.write.1.tlog,2,2013-09-13
.....\.....\.....\link.read.1.tlog,2,2013-09-13
.....\.....\.....\link.write.1.tlog,2,2013-09-13
.....\.....\.....\mt.read.1.tlog,310,2013-09-13
.....\.....\.....\mt.write.1.tlog,242,2013-09-13
.....\.....\.....\qdelaun.obj,16763,2013-09-13
.....\.....\.....\qhull.exe.embed.manifest,406,2013-09-13
.....\.....\.....\qhull.exe.embed.manifest.res,472,2013-09-13
.....\.....\.....\qhull.exe.intermediate.manifest,381,2013-09-13
.....\.....\.....\qhull.lastbuildstate,51,2013-09-13
.....\.....\.....\qhull.log,7443,2013-09-13
.....\.....\.....\qhull.unsuccessfulbuild,0,2013-09-13
.....\.....\.....\qhulltext.obj,86709,2013-09-13
.....\.....\.....\qhull_manifest.rc,200,2013-09-13
.....\.....\.....\rc.read.1.tlog,214,2013-09-13
.....\.....\.....\rc.write.1.tlog,222,2013-09-13
.....\.....\.....\vc100.idb,379904,2013-09-13
.....\.....\.....\vc100.pdb,356352,2013-09-13
.....\.....\qdelaun.c,12357,2012-01-25
.....\.....\qhull.vcxproj,4390,2013-09-13
.....\.....\qhull.vcxproj.filters,947,2013-09-13
.....\.....\qhull.vcxproj.user,143,2013-09-12
.....\.....\qhulltext.cpp,4095,2013-09-13
.....\qhull.sln,882,2013-09-12

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

发表评论

0 个回复

  • panda-ea
    超级头皮EA用于E/U 1分钟 一个非常好的外汇软件(Super Scalp EA for E/U 1 分钟)
    2013-11-17 16:05:24下载
    积分:1
  • pack
    C++串口通信代码,接收下位机的数据点,并在前面板画出图形。(数据格式* , , /)内附STM32串口发送数据程序(C++ serial communication code, receive under the data points, and the front panel to draw graphics. (Data format,*, /) containing STM32 serial transmit data program)
    2013-10-28 20:14:38下载
    积分:1
  • USBDriver
    windows 通过USB 同步传输控制实现 实现USB摄像头的功能(Windows is realized through USB synchronous transmission control. To realize the function of USB camera.)
    2018-01-26 17:08:59下载
    积分:1
  • traffic
    [基本要求] (1)提供对城市信息进行编辑(如:添加功删除)的功能 (2)城市之间有两面种交通工具:火车和飞机。提供对列车时间表和飞机航班进行编辑(增设或删除)的功能。 (3)提供两面种最优决策:最快到达或最省钱到达。全程只考虑一种交通工具。 (4)旅途中耗费的总时间应该包括中转站的等候时间。 (5)咨询以用户和计算机的对话方式进行。由用户输入起始站、终点站、最优决策原则和交通工具,输出信息:最快需要多长时间才能到达或者最少需要多少旅费才能到达,并详细说明依次于何时坐哪一趟列车哪一次班机到何地。 [实现提示] (1)对全国城市交通图和列车时刻表及飞机航班表的编辑,应该提供文件形式输入和键盘输入两种方式。飞机航班表的信息包括:起始站台票出发时间、终点站的到达时间和票价;列车时刻表则根据交通图给出各个路段的详细信息。 (2)以邻接表作交通图的存储结构,表示边的结点内除了含有邻接点的信息外,还应包括交通工具、路程中消耗的时间和花费以及出发和到达的时间等多项属性。 ()
    2008-07-07 00:17:13下载
    积分:1
  • WBinEdit
    超级文本文档,实现日历,内存查看,鼠标坐标显示,改变字体,背景颜色(Hypertext documents, realization of the calendar, memory view, the mouse coordinates display, change fonts, background color)
    2010-11-22 21:32:42下载
    积分:1
  • ZigBeePCC2530P12864
    基于CC2530的12860液晶的串行驱动(CC2530-based serial LCD driver 12860)
    2013-09-04 10:18:31下载
    积分:1
  • MulDesk
    提供4个windows桌面的最简洁程序,切换速度快。包括系统托盘图标,支持快捷键alt+1(2,3,4)切换。(Provide four of the most simple windows desktop application, switching speed. Including the system tray icon, support shortcut key alt+1 (2,3,4) switching.)
    2011-07-16 11:01:32下载
    积分:1
  • geos-3.3.3
    geo 3.3.3 最新版本。通常用于GIS开发。(geo 3.3.3 the latest version. Typically used for GIS development.)
    2012-04-26 14:47:23下载
    积分:1
  • animal
    曾经做的一个动物领养系统,涉及到access数据库,程序里对用到了MFC里少见的几个控件,这个程序对于数据库编程的初学者有很大的帮助(Have to do an animal adoption system, relates to access a database program to use the MFC controls in a few rare, this procedure for the database programming has great help for beginners)
    2008-06-08 01:10:08下载
    积分:1
  • ld
    说明:  数据通信的课程设计,用于实现AMI码等等在数据通信中实用的编码。(Data communication curriculum design, code, etc. used to implement AMI useful in data communications code.)
    2011-04-30 20:12:38下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载