搜索资源列表
DrawBox
- 用WINAPI实现的画图程序,可以绘制直线,矩形,椭圆,多边形,可设定线型和边框色,填充色,简单实现放大,缩小的功能,还有选中,删除的功能。
openbmp
- 该代码详细演示了怎样用vc调用WINAPI函数打开一个BMP文件的,是我的数字图像处理的代码,很不错哦!
wiener滤波处理
- wiener滤波处理 /参数说明: //LPSTR lpDIBBits:指向源DIB图像指针 //LONG lWidth:源图像宽度(象素数) //LONG lHeight:源图像高度(象素数) //函数说明: //该函数用来对DIB图像进行维纳滤波复原操作。 BOOL WINAPI WienerDIB (LPSTR lpDIBBits, LONG lWidth, LONG lHeight)
ewnlb
- 二维图像逆滤波 //LPSTR lpDIBBits - 指向源DIB图像指针 //LONG lWidth - 源图像宽度(象素数,必须是4的倍数) //LONG lHeight - 源图像高度(象素数) / //函数说明: //该函数用来对BlurDIB()生成的DIB图像进行复原操作。 BOOL WINAPI RestoreDIB (LPSTR lpDIBBits, LONG lWidth, LONG lHeight) {
wujiaoxing
- 用API函数编写一个五角星,五条线相接,并且填充不同颜色-long WINAPI WndProc(HWND hWnd,UINT iMessage, UINT wParam,LONG lParam) BOOL InitWindowsClass(HINSTANCE hInstance) BOOL InitWindows(HINSTANCE hInstance,int nCmdShow) int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE
Tips1
- This small code sample shows how to obtain the RGB color of any pixel under the cursor. The code uses a timer control to fire events ever 100 th of a second and then uses the GetPixel, GetCursorPos, and GetDC WinAPI calls to obtain the value.
PrettyWinAp
- Pretty WinApi Class
circleBresenhamLine
- WINAPI写的 画图小程序,用Bresenham算法画直线,中点算法画圆,-WINAPI small program written in paint, with the Bresenham algorithm for drawing a straight line, the midpoint algorithm Circle,
OLYMPIC
- 使用WinAPI方式,利用OpenGL动态显示奥运五连环-Display the Olympic symbol with OpenGL
molecular
- 用WinAPI方式,使用OpenGL,在屏幕上显示了一个分子的空间结构,可以任意角度的旋转-Display a molecula on the screen with OpenGL,and you can rotate it with the keyboard
Tips1
- This small code sample shows how to obtain the RGB color of any pixel under the cursor.The code uses a timer control to fire events ever 100 th of a second and then uses the GetPixel, GetCursorPos, and GetDC WinAPI calls to obtain the value.
Tips1
- This small code sample shows how to obtain the RGB color of any pixel under the cursor.The code uses a timer control to fire events ever 100 th of a second and then uses the GetPixel, GetCursorPos, and GetDC WinAPI calls to obtain the value.
pakentheses-Ring
- 一个24点算法,用WINAPI写的窗口界面,比较老土,但可供学习交流使用()