-
levelset_withoutreinitialization
利用水平集函数来检测物体轮廓,一般水平集收敛用到signed distance function的,但是这里实现的程序不用每次都要进行reinitialization就可以使水平集函数趋于收敛。(The use of level set function to detect an object contour, the general level set signed distance function used in the convergence, but the program here do not realize every time to be able to make the level set reinitialization functions tend to converge.)
- 2010-01-13 22:30:46下载
- 积分:1
-
798567
DAO数据库表字段操作演示VC++精选编程学习源码,很好的参考资料。(DAO database table field operation and demonstration of VC++ selected learning programming source code, a good reference.)
- 2013-11-21 09:05:25下载
- 积分:1
-
The-CPP-Programming-Language
《C++程序设计语言》英文版,第3版,C++之父Bjarne Stroustrup著,经典推荐(The C++ Programming Language, Special 3rd Edition, by Bjarne Stroustrup)
- 2013-07-19 17:51:01下载
- 积分:1
-
duilib-master (4)
说明: 3/3份DUIlib源代码 这是分享的第4份(3/3 of DUIlib source code. This is the fourth share.)
- 2019-05-30 16:43:20下载
- 积分:1
-
d3d9wj
说明: #include
#include "d3d9.h"
#include "main.h"
tDirect3DCreate9 oDirect3DCreate9;
IDirect3D9 *APIENTRY hkDirect3DCreate9(UINT SDKVersion)
{
IDirect3D9 *d3dint = oDirect3DCreate9(SDKVersion);
if( d3dint != NULL )
{
hkIDirect3D9 *ret = new hkIDirect3D9(&d3dint);
add_log("Direct3DCreate9(%i) succeeded...", SDKVersion);
add_log("Hooked Direct3D9 interface: 0x%x -> 0x%x", ret->m_pD3Dint, ret);
}
else
add_log("Direct3DCreate9(%i) failed...", SDKVersion);
return d3dint;
}
- 2020-06-22 08:00:02下载
- 积分:1
-
DynamicFusion-master
本程序基于dynamicfusion的方法,对动态场景实时三维重建。(This procedure is based on dynamicfusion method, real-time three-dimensional reconstruction of dynamic scene.)
- 2017-08-17 14:29:23下载
- 积分:1
-
LibraryMIS
一个简单的图书馆管理信息系统,使用CS结构(A simple library management information system)
- 2009-07-17 13:40:44下载
- 积分:1
-
BSSM_sensorless
无刷励磁同步电机旋转高频电压注入法无位置矢量控制起动算法实现。(Sensorless control stategy baseed on rotating voltage injection methed implemented on BSSM.)
- 2021-02-25 17:19:38下载
- 积分:1
-
manager
使用MFC编写的模仿电脑管家部分功能,例如清理垃圾、MD5匹配杀毒、服务管理、软件卸载、启动项管理、内存优化等功能。(Use MFC prepared to imitate some of the functions of the computer housekeeper, such as cleaning up garbage, MD5 matching anti-virus, service management, software uninstall, startup items management, memory optimization and other functions.)
- 2017-05-09 11:07:18下载
- 积分:1
-
ftp
在Linux下用tcp实现ls命令的实现、下载和上传文件。(Using TCP to implement LS command, download and upload files under Linux.)
- 2020-06-20 13:00:01下载
- 积分:1