搜索资源列表
copy_2003
- 1 掌握dialog的模式与非模式构建,掌握AfxMessageBox和MessageBox的用法。 2 掌握progress控件和定时器的用法。 3 完成所给工程。-a master model dialog with the non-Mode, MessageBox master AfxMessageBox and usage. 2 master control and timer progress of the usage. 3 to complete the proj
Hough
- Hough变换 BOOL Hough(HWND hWnd){ //定义一个自己的直线结构 typedef struct{ int topx //最高点的x坐标 int topy //最高点的y坐标 int botx //最低点的x坐标 int boty //最低点的y坐标 }MYLINE DWORD BufSize LPBITMAPINFOHEADER lpImgData LPSTR lpPtr HDC hDc
2003010296_大作业1
- a CRect rc(x - 12, y - 12, x + 12, y + 12) pDC->Ellipse(&rc) str1.Format( \"%d\",j ) pDC->SetTextColor(RGB(255,0,0)) pDC->DrawText(str1,&rc,DT_CENTER DT_VCENTER DT_SINGLELINE) PaintArrow(pDC,RGB(255,0,0),G.vexs[prev[j]].x,G.vexs[p
zhengjiaobianhuan
- 几个正交变换的例子,对于学习数字图像的新手来说会有点帮助的。-CWinApp CSingleDocTemplate CCommandLineInfo ShowWindow UpdateWindow DragAcceptFiles CDialog CDataExchange CDocument MessageBox GetCurrentDirectory GlobalAlloc GlobalFree CFile CString CCmdUI CScrollView CView CBrush Tex
XFileOfTwo
- 该工程展示了如何加载两个X文件,并且用键盘控制使其发生碰撞-This project demonstrates how to load two X file, then render it and make them move by keyboard ,and a messageBox will be generated when the collision occures in the scene
outputdebuginfo
- 发现通过MESSAGEBOX弹框比较麻烦,所以写了一个简单的类,可以帮助程序员把各种格式的信息输出到DebugView上面。使用比较方便。-A C++ class to help output debug info to Debugview
条码识别
- Image primaryImage = Image.FromFile(fileName); Bitmap pImg = MakeGrayscale3((Bitmap)primaryImage); using (ZBar.ImageScanner scanner = new ZBar.ImageScanner()) { List<ZBar.Symbol> symbols = new List<ZBar.Symbol>(); System.Diagnostics.