Welcome![Sign In][Sign Up]
Location:
Search - obj open

Search list

[Other1590590449-555

Description: Samples are organized by chapter, and then by \"application\" or example name. You should open a project in Visual Studio .NET through the .sln (solution) file. Note that Visual Studio .NET automatically creates various temporary and debugging files in the obj and bin sub-directory for each project. The actual uncompiled code is only the .vb files that are contained in the root project directory.
Platform: | Size: 2902641 | Author: eangzhang | Hits:

[Other resourcePicoDrive030_source

Description: 一个PocketPC平台MD游戏模拟器picodrive的源代码. Make sure you have Microsoft Visual C++ installed (I use 6.0 myself). Make sure you have Embedded Visual C++ 3.0 installed (4.0 isn t too great). Find ARMASM.EXE and copy it to the \"Cyclone\" directory (or put it on path). Open Cyclone.dsw in Visual C++ and compile and run (Ctrl-F5). Cyclone.obj should have been created and assembled Open PicoDrive.vcw in Embedded Visual C++ and compile.
Platform: | Size: 315958 | Author: 晓龙 | Hits:

[Graph programopencv两个常见的编译错误

Description:

在利用opencv库进行编程中两个常见的问题的解决方法,十分有效!

以openCV的使用为例,并结合个实验经验,总结一下在使用其它库进行编程时VC环境下编译与链接时经常遇到的两个错误的解决办法.

1.编译错误

问题描述:编译时,出现编译如下编译错误:

fatal error C1083: Cannot open include file: 'cv.h': No such file or directory

意思是找不到语句 #include "cv.h" 的cv.h头文件.

解决办法:在工程环境下,Tools->Options->Directories,在页内Show directories for下拉列表框中选择 Include files,然后在Directories列表框中添加上cv.h的路径,
如:D:\OPENCV\CV\INCLUDE,再编译就能找到cv.h头文件了.

2.链接错误

问题描述:链接时出现如下错误:

Linking...

test.obj : error LNK2001: unresolved external symbol _cvCanny

Debug/cvtest.exe : fatal error LNK1120: 1 unresolved externals

解决办法:明明知道cvCanny函数(_cvCanny是纯C编译生成的目标文件的函数名)的原型说明在文件cv.h中,怎么又出现链接错误呢,可能是静态链接库的问题(可能还有其它的原因),
然后有两各解决办法:(1).通过project->Add to project->Files, 将cv.lib加到工程中(2).①Tools->Options->Directories,Show directories for下拉列表框中
选择 Library files,然后在Directories列表框中添加上cv.lib的路径,如:D:\OPENCV\LIB ② project->settings下的LINK属性页下,在Object/Library modules 的文本框中
加上 cv.lib 后,点击确定.此时链接通过.

 

仅为个人的实验经验,有可能不全面或错误.
 


Platform: | Size: 974 | Author: simon112233 | Hits:

[OpenGL programOBJ_OpenGl

Description: 在VC++6.0下读入OBJ文件并在OpenGl环境下惊醒显示-in VC 6.0 read OBJ file and the environment awakened OpenGl show
Platform: | Size: 2423808 | Author: 肖树才 | Hits:

[OpenGL programReadObj

Description: 一个基于MFC多文档视图的,拥有加载obj格式的3D模型,利用了glm.h和glm.c-MFC-based multi-document view, with load obj format 3D model, used glm.h and glm.c
Platform: | Size: 50176 | Author: 王浩 | Hits:

[Other1590590449-555

Description: Samples are organized by chapter, and then by "application" or example name. You should open a project in Visual Studio .NET through the .sln (solution) file. Note that Visual Studio .NET automatically creates various temporary and debugging files in the obj and bin sub-directory for each project. The actual uncompiled code is only the .vb files that are contained in the root project directory.
Platform: | Size: 2902016 | Author: eangzhang | Hits:

[OpenGL programMesh_Simplification

Description: 三角网格简化的边塌缩算法实现,网格输入文件支持标准.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
Platform: | Size: 354304 | Author: 许民皆 | Hits:

[OpenGL program3DLab

Description: 本程序由QT+OpenGL开发而成,能以点,线,面,平滑表面等方式显示模型,支持自由旋转,缩放,拖动,能检查模型是否完整,并自动补全模型,能读取ascii编码的obj模型和CAD模型-This procedure by QT+ OpenGL developed to a point, line and plane, smooth surface, such as display models, support for free rotation, zoom, drag, can check the model is complete and automatically fill the entire model, can read ascii encoded obj model and CAD model
Platform: | Size: 3197952 | Author: xuyangjie | Hits:

[Internet-Networkweb_client

Description: This a web client program.By giving a URL as a input argument u can download all the obj. in that URL.And your OS will atomically open those obj. with their respective programs.(only for Linux) -This is a web client program.By giving a URL as a input argument u can download all the obj. in that URL.And your OS will atomically open those obj. with their respective programs.(only for Linux)
Platform: | Size: 4096 | Author: Ankur | Hits:

[File FormatOBJFile

Description: OBJ文件是一种文本文件格式,这就意味着你可以直接用写字板打开进行查看修改,如果你能看懂每一行的内容是什么意思,相信距离你成功的解决问题已经不远了。-OBJ file is a text file format, which means you can use WordPad to open the view changes, if you can understand what the content of each line means, I believe that to solve the problem from your success is not far off.
Platform: | Size: 7168 | Author: qiufeng | Hits:

[OpenGL programOBJLoader

Description: Load Obj file into OpenGL
Platform: | Size: 836608 | Author: gawain | Hits:

[Game EngineEX_MOD

Description: 导入OBJ模型, 使用Vpython打开。-Import OBJ model, using Vpython open.
Platform: | Size: 1024 | Author: 王渑滨 | Hits:

[3D Graphicladybug3dViewer

Description: 用C++写的可以实现3d全景图的好程序,可以用VC6.0打开。-Written in C++, 3d panorama can achieve a good program that can open with VC6.0.
Platform: | Size: 2566144 | Author: yan | Hits:

[File Operatepe-master

Description: 用来分析WINDOWS PE, LIB, COFF文件, 从LIB文件中提取OBJ文件。这是我发的开源项目, SVN地址为:https://pe-master.googlecode.com/svn/trunk. -Analyze file of pe,lib, coff format, and extract the obj file from the lib file.this is my open source project.that s developing now,you can join this project,if you like it. svn:https://pe-master.googlecode.com/svn/trunk.
Platform: | Size: 117760 | Author: 王玮 | Hits:

[3D GraphicPROJECT

Description: 可以打开obj文件并进行编辑,进行3D开发,有效提供仿真解决方案-Obj file can open and edit the 3D development, effective simulation solution to provide
Platform: | Size: 4698112 | Author: 叶慧超 | Hits:

[Browser Clientgoogle

Description: Ajax模仿google自动完成,place.cs放入App_code目录,数据库连接自行配置-ajax for google complete function getData(va) { if(va!="") var url= Default2.aspx?k= +escape(va) obj=CreateAJAX() if(obj) { obj.onreadystatechange=handlejs obj.open( get ,url,true) obj.send(null) } else alert("cread AJAX erro!") } }
Platform: | Size: 12288 | Author: licy | Hits:

[GDI-BitmapOpen-GL-read-obj

Description: Open GL读取obj文件 初步进行文件读取与操作-Open GL read obj file
Platform: | Size: 12354560 | Author: 夏天 | Hits:

[Otherdisplay_obj

Description: 在matlab中打开.obj文件,并显示3D图像(Open the.Obj file in MATLAB and display the 3D image)
Platform: | Size: 1024 | Author: freeman111 | Hits:

[OpenGL programopengl读取obj

Description: 用opengl打开obj文件进行编程,代码简单清晰,附上obj模型文件,方便初学者使用(Open the obj file with OpenGL for programming)
Platform: | Size: 927744 | Author: vino6520 | Hits:

[OtherPQ-Fiber_v1.8-open

Description: PQ-Fiber 是清华大学土木工程系结构工程研究所基于大型通用有限元程序ABAQUS 开 发的一组材料单轴滞回本构模型的集合。主要用于在钢筋混凝土结构、钢结构等的弹塑性时 程分析中定义杆系结构的材料本构,同时可用于任何只需要定义材料单轴滞回本构模型的情 况。 作者以 FORTRAN 编译文件.obj 的形式在网上免费发布PQ-Fiber 的最新版本,以供广 大科研与工程设计人员使用,发布的版本没有功能限制。请使用者尊重知识产权,(PQ-Fiber is a Structural Engineering Research Institute of Civil Engineering Department of Tsinghua University. It is based on the large general finite element program ABAQUS. A set of uniaxial hysteretic constitutive models is set up. It is mainly used for elastic-plastic properties of reinforced concrete structures and steel structures. In the process analysis, the material constitutive equation of the bar structure is defined, and it can be used for any material requiring only a uniaxial hysteretic constitutive model. The situation. The author releases the latest version of PQ-Fiber on the Internet for free in the form of FORTRAN compiler.Obj. The use of large research and engineering designers has no functional limitations. Invites users to respect intellectual property rights,)
Platform: | Size: 9216 | Author: fireyang | Hits:
« 12 »

CodeBus www.codebus.net