搜索资源列表
454566978675
- 《visual c/c精选程序集锦》书中的源代码 很不错的大家分享一下 里面还有一些关于数据库的操作 -"visual c / c Featured Collection procedures," the book's source code is very good share with you also inside a number of database operations
procedure
- 程序一:用VC++实现图像检索技术。程序二:在 C 源程序中调用 MATLAB 引擎来计算三次多项式的根。程序三:编译原理词法分析器c++源程序。程序四:银行取款机Cash 系统源程序。程序五:ACCESS2000数据库文件密码的提取。-procedure : VC image retrieval technology. Two procedures : the C source Calling MATLAB engine to calculate cubic polynomial root.
452
- 收录《Visual C++ 编程技巧典型案例解析——图形图像处理与数据库篇》 中43个源代码。其他一些实例的源代码由于作者出于商业目的无法提供,望读 者原谅。-contains "Visual C programming skills typical case analysis -- graphic image processing and database chapter" 4 3 source code. Other examples of the source
4565
- 收录《Visual C++ 编程技巧典型案例解析——图形图像处理与数据库篇》 中43个源代码。其他一些实例的源代码由于作者出于商业目的无法提供,望读 者原谅。-contains "Visual C programming skills typical case analysis -- graphic image processing and database chapter" 4 3 source code. Other examples of the source
4567
- 收录《Visual C++ 编程技巧典型案例解析——图形图像处理与数据库篇》 中43个源代码。其他一些实例的源代码由于作者出于商业目的无法提供,望读 者原谅。-contains "Visual C programming skills typical case analysis -- graphic image processing and database chapter" 4 3 source code. Other examples of the source
4568
- 收录《Visual C++ 编程技巧典型案例解析——图形图像处理与数据库篇》 中43个源代码。其他一些实例的源代码由于作者出于商业目的无法提供,望读 者原谅。-contains "Visual C programming skills typical case analysis -- graphic image processing and database chapter" 4 3 source code. Other examples of the source
4569
- 收录《Visual C++ 编程技巧典型案例解析——图形图像处理与数据库篇》 中43个源代码。其他一些实例的源代码由于作者出于商业目的无法提供,望读 者原谅。-contains "Visual C programming skills typical case analysis -- graphic image processing and database chapter" 4 3 source code. Other examples of the source
4558
- 收录《Visual C++ 编程技巧典型案例解析——图形图像处理与数据库篇》 中43个源代码。其他一些实例的源代码由于作者出于商业目的无法提供,望读 者原谅。-contains "Visual C programming skills typical case analysis -- graphic image processing and database chapter" 4 3 source code. Other examples of the source
source
- 稿件名称:Visual C++.Net中基于ADO的数据库图像输入方法 稿件作者:王亚民 程序名称:Resource.h 运行环境:VC++.NET、SQL Serve 2000、WindowsXP 注意事项:
PRINT_C39
- 使用图形方法显示打印条形码 语言:C++ Builder 扩充:可编程连接数据库实现连续自动生成
test
- 实现图像检索功能,使用Visual c++对相关的图像数据库进行检索。简单方便的实现在图像库中检索与带查询图像相关的图像。
kjk
- Visual C++ 编程技巧典型案例解析——图形图像处理与数据库篇 随书光盘
EXAMPLE39
- 数据库查询器,资源主要参考Visual C++ 系统开发编程精粹-Database query, the resource key reference Visual C++ System Programming Highlights
C_programming_code_to_save_jpg_image_t0_database.r
- C编程保存jpg图像到数据库代码C programming code to save jpg image to database-C programming code to save jpg image to database
C-and-C-P-P-graphics-programming
- C与C++高级图形程序设计完整版 内容摘要: 附录与关键词: 计算机图形学 程序设计 计算机图形学 全文目录 为什么要阅读本书 前言 第一章 数学模块 鸣谢 第一部 分通用程序 第二章 图形界面模块 第三章 如何使用模块 第四章 实体建模理论和数据库结构 第五章 给画面增加物体 第六章 在屏幕上排序和显示物体 第七章 Model.c描述文件生成程序 第八章
sift
- 1 SIFT 发展历程 SIFT算法由D.G.Lowe 1999年提出,2004年完善总结。后来Y.Ke将其描述子部分用PCA代替直方图的方式,对其进行改进。 2 SIFT 主要思想 SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量。 3 SIFT算法的主要特点: a) SIFT特征是图像的局部特征,其对旋转、尺度缩放、亮度变化保持不变性,对视角变化、仿射变换、噪声也保持一定程度的稳定性。 b) 独特性(Distinctive
cmeidangrre
- 通过在线计算锅炉效率及汽轮机效率,利用Visual C++开发DCS数据的生成程序,将Matlab文件编译为动态链接库文件或C++源程序文件,实现单元火电机组供电标准煤耗率的实时计算,并通过Matlab和C++Builder程序混合编程,结合数据库技术,实时显示机组当前的煤耗率及煤耗特性曲线.煤耗特性曲线生成软件可以脱离Matlab环境运行,在保证计算准确性及快速性的同时节省了系统资源.-Online calculation of boiler efficiency and turbine ef
CPPvideoimageprocessing
- 利用Visual C++实现AVI文件的图像截取 实现对图像数据的读取显示 实现视频图像处理技术 编程中如何操作数据库中的图像字段 实现数字图像增强处理-Use Visual C++ AVI file image interception To read the image data display Video image processing technology Programming how to operate the database image fi
pcaExpression
- openCV-C++代码,用PCA算法进行人脸主成分提取,并且用kNN算法进行实时表情识别。程序可以自己建立数据库并且进行识别,非常好用!附课程的作业报告。-openCV-C++ code, using PCA algorithm for face principal component extraction and real-time facial expression recognition algorithm with kNN. Program can create their own
FaceRecognition
- 本算法将进行人脸识别,首先进行人脸定位检测,然后根据数据库里给的标签进行人脸识别,将人脸的信息显示在人脸旁边。本算法能取得较好的效果。(The algorithm will perform face recognition, first face detection, and then according to the database to the label for face recognition, the face of the information displayed next to