搜索资源列表
canny_code
- 一步步讲解如何在VC中调用matlab图像处理工具箱来进行canny边缘提取 1.包含pdf文档和源代码 2.源代码code 开发环境是VC6、Matlab7 3.作者 http://contact.ys168.com/ 与我联系:ahuixp@sohu.com -a step by step on how to call in VC Matlab Image Processing Toolbox to a canny edge extraction. Pd
Sampling_Peter
- C#编写的图像高质量的三次插值函数,其中有COM的接口程序,可以在VC中调用-prepared by the high-quality images of the three interpolation function, which is the COM interface, can be called in VC
work2z
- 图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压缩包内的Graph.h文件包含所有的库函数,其调用接口见程
ExcelChartTest
- 用C#调用Excel com组件,并且用程序实现绘制EXCEl中的图表
CUIARX
- Registering and Loading Customised CUI files automatically in AutoCAD 2006 在AutoCAD2006中通过COM方式调用加载用户自定义菜单cui
26595503ComUse
- 以图像处理的线性拉伸、直方图显示及直方图均衡化为例,示例了COM组件的调用,同时还实现了组件的注册、反注册、检测等功能。-To image processing, linear stretching, histogram display and histogram equalization, for example, the sample of the COM component calls, but also to achieve the registration of components,
encode_asp
- ASP调用COM组件成生QRCODE二维码,核心采用C++编写。测试过,很好用-ASP call COM components into the Health QRCODE two-dimensional code, the core using C++ to prepare. Tested, very good use
OperationMatlabmwArrayArray
- 操作Matlab mwArray阵列.Matcom、Matlab COM Builder与Visual C++混编程以及在Visual C++中调用Matlab C++数学库。-Operation Matlab mwArray Array
GEDemo
- Csharp开发google erth,开发工具:VS2010,开发环境:win7 64位,基本实现温伟鹏 “C# 调用 Google Earth Com API开发(三)”的功能http://www.cnblogs.com/wpwen/archive/2009/05/22/1486892.html。但实现更为灵活,无需HookAPI,基于此框架,可以开发面向专业领域的应用。-Csharp development google erth, basically Wen Weipeng " C#
Win_Std_GL
- 这是我在学OpenGL时作的一个程序。在这里面我将OpenGL用于Windows时的设置做成了一个类,方便调用。如果您有这样的适合初学者的OpenGL程序请发过我吧,谢谢!邮箱:kj270@163.com-This is my school when an OpenGL program. I will be there in OpenGL for Windows at the time resulted in a class setting, convenient to call. If you
SmartOGCtrl
- 本人刚刚开始学习OpenGL,觉得OpenGL确实是个相当好的库,但是我还是觉得不够方便。首先要按照它的一些语法去写一些固定的东西,每个应用都要写一些重复的代码。第二,还得了解一些关于投影矩阵方面的知识。第三,要按照一定的规范去写画线,画面等东西。也许对于很多想写3D应用系统的人来说,他们想的是只要我输入坐标就可以得到我所想要的东西。为此,我把OpenGL做了个封装,用ATL和STL做了一个COM组件,然后用.Net来调用它。 -I just started learning OpenGL,
ImgCluster
- vc++6.0+gdal开发的聚类算法的COM组件,可在vb或.Net中直接调用。其中包含的聚类算法有:K-Means,ISODATA等,可对Image影像进行聚类处理。-vc++6.0 development of COM components clustering algorithm can vb or. Net direct call. Which includes the clustering algorithm are: K-Means, ISODATA, etc.
twain_cpp
- c++ 调用扫描仪等 的twain驱动 获取扫描影像的源代码 来源:http://www.codeproject.com/KB/audio-video/twaintest.aspx 其中相关版权问题请详看-c++ call the twain driver scanner for scanning images of the source code Source: http://www.codeproject.com/KB/audio-video/twaintest.aspx whic
Callthesystemfunction
- 调用系统函数.Matcom、Matlab COM Builder与Visual C++混编程以及在Visual C++中调用Matlab C++数学库。-Call the system function
surfer_demo
- 通过C++的COM接口技术调用Surfer 对Surfer Automation的调用,除了通过上述的MFC Automation客户外,还可以通过COM 技术的 IDispatch 接口实现这一功能。-Surfer Automation
encode_php
- PHP调用COM组件生成QRCODE二维码图形。核心用C++编写。-PHP call COM components generated QRCODE two-dimensional graphic code. C++, the preparation of the core.
sift_experiment
- Matlab+C SIFT 特征提取与匹配演示程序 http://download.csdn.net/source/3472933 http://www.pudn.com/downloads372/sourcecode/graph/texture_mapping/detail1607889.html 使用 Matlab+C++混合编程的SIFT特征提取与匹配演示程序,很完整,是 Morton金字塔无缝漫游 GDAL SIFT 照片配准系统 的底层算法,很适合研究改进。使用这个
PdmInteBase
- PDM与ZWCAD集成功能接口程序,支持COM模式的调用,支持各种PDM,PLM集成-Integration of PDM and ZWCAD
dajinfa
- VC调用matlab com组件实现matlab图像嵌入VC界面。-The realization of matlab image embedded VC interface
多项式运算
- 本程序由黄金锭 022397 编写 如遇问题,请发信至aresbb@eyou.com 本程序在往链表插数据时先把所有的数据按大小插入(insert_data(poly , p_node))的办法,然后使用 format_list(poly); 合并了指数相同的项,并删除了系数为零的项。 insert_data(poly , p_node)和format_list(poly)在接下来的多项式相加中再度发挥作用, 提高了代码的复用率,同时使程序的编写简单化。 在多项式相减中,