登录
首页 » Windows开发 » * rply图书馆,读/写层文件

* rply图书馆,读/写层文件

于 2023-04-17 发布 文件大小:15.73 kB
0 123
下载积分: 2 下载次数: 1

代码说明:

* RPly library, read/write PLY files * Diego Nehab, Princeton University * http://www.cs.princeton.edu/~diego/professional/rply *-* RPly library, read/write PLY files * Diego Nehab, Princeton University * http://www.cs.princeton.edu/~diego/professional/rply *

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

发表评论

0 个回复

  • 这个算法很好的实现了bp算法的功能。能够很好的帮助初学者了解bp算法思想。...
    这个算法很好的实现了bp算法的功能。能够很好的帮助初学者了解bp算法思想。-The algorithm achieved a very good bp algorithm. Can be a good idea to help beginners understand the bp algorithm.
    2022-05-13 22:39:56下载
    积分:1
  • 微软 .NET 框架中可以定义托管类事件并用委托和 += 操作符处理这些事件。这种机制似乎很有用,那么在本机 C++ 中有没有办法做同样的事情?...
    微软 .NET 框架中可以定义托管类事件并用委托和 += 操作符处理这些事件。这种机制似乎很有用,那么在本机 C++ 中有没有办法做同样的事情? -Microsoft.NET framework can be defined category of custody with the incident and commissioned = operator and handling of these incidents. This mechanism appears to be useful, then in the plane C is not able to do the same thing?
    2023-06-25 13:55:03下载
    积分:1
  • VC++图像平滑处理源代码程序
    摘要:VC/C++源码,图形处理,平滑图像,图片锐化 VC++图像平滑处理+程序源码,实现图象的平滑(去噪声),锐化功能,测试时请在C盘下放一个测试用的Bmp图片,路径:C: est.bmp,没有的话没法测试。如上图所示是水平平滑处理,可以对比下,不过感觉颜色失真了,有兴趣的看一下。命令行编译过程如下:  vcvars32  rc bmp.rc  cl smooth.c bmp.res user32.lib gdi32.lib
    2022-07-27 01:47:12下载
    积分:1
  • do with Delphi database applications as simple Although there is no complete sof...
    用Delphi做数据库应用就这么简单 虽然是个没有全部完成的软件,但数据库的插入、查找、更新等等有了,初学者可以看看,呵! 源代码中的打印及查询部分只是包括一些测试时使用的代码,我在了解如何实现打印及查询后就没有继续做下去。这两个部分可以根据不同的需求修改。-do with Delphi database applications as simple Although there is no complete software, but database insert, retrieve, update, etc. With that beginners can see, uh! The source code for the print and inquiries, including some part is the use of the test code, I understand how to achieve Print and inquiries had not continue to do so. These two parts can be based on different needs revision.
    2022-09-02 19:10:03下载
    积分:1
  • Sorts algorithms
    排序算法
    2022-01-26 00:31:37下载
    积分:1
  • 实现对面的功能算法
    实现对面的功能算法-achieve the opposite function algorithm
    2022-05-29 02:47:57下载
    积分:1
  • 采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示...
    采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示: Input Format: 第一行输入两个值,第一个是图中顶点的个数,第二个是图中边的条数 第二行输入各顶点的信息,即输入每个顶点字符 第三行开始输入每条边,每条边的形式为两个顶点的序号,中间以空格隔开,输入完一条边换行 Output format: 首先输出图的顶点信息,输出完毕换行 接着输出图的邻接矩阵,假如图中有n个顶点,则输出形式为n行n列的邻接矩阵,输出完毕换行 接下来一行输出从图的第一个顶点开始进行深度优先遍历的序列,中间以空格隔开,输出完毕换行 最后一行输出从图的第一个顶点开始进行广度优先遍历的序列,中间以空格隔开,输出完毕换行 -Using an undirected graph adjacency matrix representation to complete the map creation, graph depth-first traversal, graph breadth-first traversal operation. In which vertex information is character, the graph vertex number by characters in order. The input sample used in the diagram are as follows: Input Format: The first line of input two values, the first one is the number of graph vertices, the second one is the number of graph edges Second row, enter information in each vertex, that enter each vertex character Start typing in the third line of each side, each side in the form of two vertices
    2022-01-26 03:32:41下载
    积分:1
  • Contents ftp client is a relatively simple ftp procedures, but the procedures fo...
    目录ftp客户端是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现-Contents ftp client is a relatively simple ftp procedures, but the procedures for its interface, to enable readers to view all sorts of complex ftp procedures, the procedures for the various program modules will have been achieved
    2022-01-20 22:46:45下载
    积分:1
  • 学生管理的一个EJB实现,禁止非法的商业行为
    学生管理的一个EJB实现,禁止非法的商业行为-students managed to achieve an EJB prohibit illegal business practices
    2022-01-21 17:24:47下载
    积分:1
  • 目前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的...
    目前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的使用,使其不再被局限于MFC,本人花时间改造了一下这个类,改造后,该类可以应用于任何MFC、 WTL/ATL及其它WINDOWS API编程。   由于原来的CPictureEx是继承于CStatic类,本人改造后,在CPictureEx中直接封装了一个窗口句柄HWND。   假设您在一个弹出式Dialog对话框中加载gif动画,您要做的就是在对话框中放一个控件,可以是BUTTON、STATIC等等。假设您加的这个控件的ID是IDC_FLASH,您的对话框窗口句柄是hDlg,则要使用CPictureEx,将非常简单。详情参见源代码。-present on the Internet which is a CPictureEx category for loading GIF animation, But such is mfc Packaging category for the non-use of the c mfc speaking programmers, which can not be used. To allow such to allow more people to use, it will not be confined to the MFC. I spend time on this transformation of the type that after transformation, and these can be applied to any MFC. WTL/ATL and other Windows API programming. As the original CPictureEx inherited from CStatic category, I transform, In CPictureEx directly Packaging a window handle HWND. Suppose you in a pop-up dialog box loaded Dialog gif animation You need to be done is up in a
    2022-07-09 13:07:36下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载