- STM32 ST公司官方发布的开发板原理图+PCB
- 最常用的matlab图像处理的源代码 #1:数字图像矩阵数据的显示及其傅立叶变换 #2:二维离散余弦变换的图像压缩 #3:采用灰度变换的方法增强图像的对比度 #4:直方图均匀化 #5:模拟图像受高斯白噪声和椒盐噪声的影响 #6:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 #7:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 #8:图像的自适应魏纳滤波 #9:运用5种不同的梯度增强法进行图像锐化 #10:图像的高通滤波和掩模处理 #11:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 #12:利用巴特沃斯(Butterworth)高通滤波器对受噪声干扰的图像进行平滑处理(the most commonly used image processing codes based on MATLAB)
文件名称:windowssdk
-
所属分类:
- 标签属性:
- 上传时间:2013-03-16
-
文件大小:915.71kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
在本课中,我们将用C语言写一个 Windows 程序,程序运行时将弹出一个消息框并显示"hello world"。理论:Windows 为编写应用程序提供了大量的资源。其中最重要的是Windows API (Application Programming Interface)。 Windows API是一大组功能强大的函数,它们本身驻扎在 Windows 中供人们随时调用。这些函数的大部分被包含在几个动态链接库(DLL)中,譬如:kernel32.dll、 user32.dll 和 gdi32.dll。 Kernel32.dll中的函数主要处理内存管理和进程调度;user32.dll中的函数主要控制用户界面;gdi32.dll中的函数则负责图形方面的操作。除了上面主要的三个动态链接库,您还可以调用包含在其他动态链接库中的函数,当然您必须要有关于这些函数的足够的资料。-In this lesson, we will use the C language to write a Windows program, will pop up a message box and display "hello world" program runs. Theory: Windows provides a lot of resources for the preparation of the application. One of the most important is the Windows API (Application Programming Interface). The Windows API is a large group of powerful functions themselves at any time call for people stationed in Windows. Most of these functions are included in several dynamic link library (DLL), such as: kernel32.dll, user32.dll and gdi32.dll. Kernel32.dll function to handle memory management and process scheduling the user32.dll function control user interface gdi32.dll in function is responsible for the operation of the graphics. In addition to the above three main dynamic link library, you can also call the functions contained in the dynamic link library, of course, you must have enough information about these functions.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
(全)windows+sdk编程系列文章.doc
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.