搜索资源列表
Lesson3Code
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-err
imagePprocessing
- 高效的图像腐蚀、膨胀、锐化、中值滤波算法。 让你见识下C#的强大。谁告诉你C#不能用指针!-Efficient image erosion, dilation, sharpening, median filtering algorithm. To let you know the power of C# under. Who told you that C# can not use the pointer!
EmrCompression
- 批量将图像进行自定义的压缩、旋转操作,c++Builder指针操作完成,经典代码。-Batch Process Images for rotate and resize.
caBMP
- c语言读取BMP图像,头文件,指针,函数-c & bmp
lena-picture-read-method
- 使用C#直接读取lena图片,不使用任何工具,直接操作文件指针,直接读取数据,学习读取bmp文件。-Lena pictures to use C# directly read, do not use any tools, direct manipulation of the file pointer to read data directly, learning to read the bmp file.
zhizhen--fenge
- 本人自己做的 一个 利用c#指针的 程序,需要在应用时设置环境为安全-this code is done by myself .using c# to part a picture into 2parts
sharpen
- 本程序是在vs2010+opencv的平台上运行的,利用的是opencv2.4.9,C++写的,利用多种方法来遍历图像,例如通过创建迭代器的方法来遍历图像,通过指针的方法来遍历图像等方法来对图像进行处理。最后的得到的效果令人满意。-This program is run on a platform vs2010+opencv, the use of the opencv2.4.9, C++ write, using a variety of methods to traverse the ima
search104
- 一个实现自动查找在一列数中某个数的排名,用的是c++中指针实现的-An automatic check on a few of a number of ranking, using a c++ pointer to achieve
getNewImage
- 使用C#指针缩放图片,这种方法比Image自带的速度要快-with C# through the pointer to generate the scale of the image, this method is more efficient