搜索资源列表
实例52
- 功能在窗口中的图象显示马赛克效果,适合初学。-function in the window of an image mosaic effect, suitable for beginners.
RectTracker
- MFC 带有一个 CRectTracker 类. 用来画出所谓的橡皮条矩形. 但在 WTL 里面, 没有对应的类. 所以,自己写了一个非常简单的 mix-in class, 在 WTL 里面使用, 将这个类作为您的窗口的基类即可让窗口具有画橡皮条矩形的行为.上载的压缩文件包含两个源文件, RectTracker.h 即为这个 mix-in class. SnapShotWnd.h 为使用这个类的一个窗口. 还有一张屏幕抓图, 从图片可以看出这个窗口的功能, 他实现类似透明窗口的功能.
Photoshop20059.14
- 该图像处理程序实现了图像的一般处理,并且有预览功能,重要的是该程序实现了Photoshop中的导航窗口功能。-the image-processing program for the realization of the general image processing, and a preview function, it is important to the program Photoshop window of the navigation function.
透明窗口SetWindowLong
- 本程序通过调用user32.dll中的系统函数 SetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE, GetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE)^0x80000) 完成对窗口半透明的处理-this program by calling user32.dll the system function SetWindowLong (this - gt; GetSafeHwnd
jiao448
- 一个用matlab检测直线交点的源程序,适合于二值图像,函数实现了图像中单象素宽白色相交直线交点的检测利用的是最简单的邻域中计算白点的个数的算法,当一个象素的window邻域中有四个邻域为白色的时候,该点即为交点。-a linear detection using Matlab intersection of the source, suitable for two binary images, Function of image pixels wide single white line in
cb_video
- 视频捕获及通过回调函数获得每一帧图象数据,把它显示到另一窗体上,也可以把数据根据选择的网络方式发送到其他地方-video capture and access through the callback function each frame image data, display it to another window, the data can also choose according to the network sent to other places
Lunar Calendar
- 一个显示农历月历的程序,支持1801~2100年的公历、农历、节气的显示。除了一个活动窗口,程序还在桌面背景上显示一个半透明的日历(这个功能是通过桌面显示的钩子实现的)。同时在系统栏内显示日历图标。程序包含两个工程,编译连接后分别生成LunarCalendar.exe和DesktopCalendar.dll,两者需要合作才能运行。-a show of the Lunar Calendar procedures, support 1801 ~ 2100 of the Gregorian calen
GraphicTest
- 图形的绘制,如何使用自定义画笔(颜色,线宽,线形)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-graphics rendering, since the definition of how to use the brush (color, line width, alignment).
Graphics-dengzi
- 一个简单图形软件包。 设计一个简单图形软件包,它调用已有的DDA程序,并包括如下功能: 1. Window(x1,y1,x2,y2) 2. Viewport(x1,y1,x2,y2) 3. MoveTo2(x,y) 4. MoveBy2(x,y) 5. LineTo2(x,y) 6. LineBy2(x,y) 7. Shift2(dx,dy) 8. Pivot2(x,y) 9. Rotate2(angle) 10. Scale2(S
VC6_draw
- 6.0关于绘图的程序设计,图形的绘制,如何使用自定义画笔(颜色,线宽,线形)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-6.0 on the graphics programming, graphics rendering, since the definition of how to
GDI.draws
- 内容: 1. 绘制正叶线的程序,参数包括叶片长度、数目颜色和中心位置。 2. 绘制阴阳八卦的程序,可以由参数指定其内外半径、外线段的颜色和中心位置。 3. 讲稿中的各种实例。 程序将所有内容在一个项目中实现了,所以用了滚动条并将窗口设置的较大,以容下 所用图像,有些图像没有显示,但在OnDraw函数中已经包含了其代码,只需将注释符‘/* */’ 去掉即可在视图中显示其对应内容。-: 1. Rendering is the process leaves lines, inc
littlewavelet
- 图像的wavelet变换程序,能够实现简单的wavelet变换、滤波处理、数字图像处理的复原增强融合,以及窗口的层叠等特技显示功能-image wavelet transform procedures to achieve simple wavelet transform, filter, Digital image processing to enhance the resilience of integration, and the stack window stunts such as d
CaptureVideo
- 用来捕捉正在播放的视频文件的图像窗口内容,比如使用Media Player。这个功能使用DirectX and DirectShow可能很容易就实现了,当时我没有看到相关的文章或者源代码,据我所知,HyperSnap-DX好像是捕捉播放的视频图像的一个工具。 我做了一个示例程序,当你使用播放器播放视频文件的时候,运行这个程序,在“Option”菜单中选择“Start Caputre”即可进行捕捉,在“File”菜单可以选择“Save...”菜单可以保存捕捉的图像为bmp文件。-i
DrawLine
- 用纯windows api编写的画线小程序,但是通过动态内存分配能保存所画的所有的线,同时通过图像双缓冲技术使得图像的显示非常流畅,另外运用了映射模式实现了就算是所画的线超出了窗口的范围,也能在窗口中显示出来的功能。-Written in pure windows api to draw a line applet, but dynamic memory allocation can save all the lines drawn, and through the double-bufferi
841088
- 此程序为vC平台开发,其主要功能是窗口卷轴功能。-This procedure for vC platform development, and its main function is to scroll the window function.
9927441Bid
- 此程序为vC平台开发,其主要功能是窗口bid功能。-This procedure for vC platform development, and its main function is to bid the window function.
brush
- MFC编程,实现窗口程序。自定义画笔,在窗口下实现画笔功能。-MFC programming, the window procedure. Custom brushes, brush in the window function to achieve.
distort
- 这是一个VC高级编程的例子,他实现特殊窗口的动态变形功能。-This is an example of advanced programming VC, he realized the dynamic deformation of a special window function.
2812_FIR
- FIR直接卷积运算 加窗函数 hann采样频率128000 截止频率5-Hann FIR convolution operation directly add window function
floyd
- 本程序是为了实现读取一张图片,根据图片标注的特殊像素颜色,以及输入的路径权值,和起止点,实现最短路径寻路,并清晰显示到窗口上的功能,同时支持导出到另一张24位的BMP图片(函数已经写好了,有需求只需要调用). 包含内容: 由控制台创建窗口 BMP文件读取函数(自己编写) 目标点的查找,坐标化 寻路 标记以及用箭头展示路径.-This procedure is to read a picture, according to label the pictu