搜索资源列表
visual-cPP-point
- 压缩包包括VC++之MFC类库中文手册.chm C语言函数表.chm VC++ 编程指南.chm windows程序设计.chm -Compressed package includes the MFC VC++ Class Library Chinese manual. Chm C language function table. Chm VC++ Programming Guide. Chm windows programming. Chm
Visual.CPP
- 内容不错,是关于网络开发的技术学习资料,VC++开发工具。有进程和线程等的介绍。-Content Yes, it is learning about web development information technology, VC++ development tools. With the introduction of such processes and threads.
Visual-CPP-MFC-example
- 基于vc mfc的编程实例,比较实用,适合vc开发者参考。-Vc mfc programming examples, practical, suitable the vc developer reference.
Visual-CPP
- 介绍了如何在VC的环境下,进行多线程串口通讯-Describes how the VC environment multithreading serial communication
CPP
- 增进对算术编码和Q编码器的认识,加深对图像处理理论方面的理解,熟悉VC++程序的设计和实现、设计方案原理图、理论知识的学习、程序编写、并详细分析其实现过程,使学生掌握算术编码处理图像的无损压缩以及Q编码器的实现-Enhance understanding of arithmetic coding and Q encoder, deepen the understanding of the theoretical aspects of image processing, familiar with
MltiFun
- VC++软件实现多个cpp文件联合编译,使得函数声明与定义分离实现。-VC++ multi-file compilation joint
hough.cpp
- 这是一个基于VC++的Opencv的一个Hough函数的程序-This is a procedure based on VC++ about Hough circle
matlab-and-CPP-hybrid-programming
- 项目需求,最近折腾了下混合编程。网上的相关教程有的太老,方法过时;有的由于matlab版本及系统的问题不适用。摸索整理此文,一是备忘,二是供大家有类似需求时参考。在VC中调用MATLAB,总结有以下几种方法:1、调用Matlab引擎;2、调用Matlab中M函数转化成的dll文件;3、调用Matlab中M函数转化成的c语言的函数。本文实现第二种方法,将m文件转为dll,供VC调用。-matlab and C++ hybrid programming