搜索资源列表
TestView
- 单文档绘图测试程序。单文档绘图测试程序。-single document mapping test. Single document mapping test.
testView
- 给工具条设置背景图案,
testView
- Bitmap 1. 从资源中获取位图 2. 获取位图的信息 3. 显示位图 4. 位图缩放 5. 位图旋转-Bitmap
TestView
- 如何判断鼠标是否与Ctrl键共同操作 C-How to determine whether the mouse co-operation with the Ctrl key
testView
- 该程序细致的描述了VC++应用于考试监控的功能,能帮助初学者更好的学习VC++语言,同时还介绍了数据库的应用,两者很好的结合-Detailed descr iption of the program VC++ applied to test the functions of monitoring, can help beginners better learning VC++ language, but also introduced a database application, a good
TESTView
- 阴影检测,遥感图像阴影检测复杂场景图像的阴影检测-Shadow detection
testView
- windows 的窗体滚动条,可供参考,MFC,vs2008
ComputerGraghics
- 运用CDC类的主要绘图成员函数,定义、选取画笔,定义、选取画刷,绘制多边形。 本实验的例子全部在TestView.cpp文件的void CTestView::OnDraw(CDC * pDC)函数中完成。 实验预期结果:绘制一个由8个三角形组成的八边形,每个三角形用不同的颜色填充,颜色次序为彩虹色。-Use CDC class drawing member functions defined, select the brush, the definition, select a b
TestView
- 一种简单的用停靠实现的树形控件,实现视图的分割,树形菜单中选择右边视图中重绘各自的视图。-A simple to use tree controls implemented by the dock, split view, select the right view to redraw each view in the tree menu.
TestView
- viewpager两种滑动效果,类似于ireader的覆盖翻书效果-book effect viewpager two kinds slide effect similar ireader and coverage
FinanceTest4
- ListView下拉刷新,查看更多,布局类型右面图片,左边标题简介TestView,类似网易新闻-The ListView pull to refresh to see more, the layout of the type of picture to the right of the left title Introduction the TestView of similar Netease news
Testview
- MFC绘制坐标轴,可以实现简单的坐标绘制功能-MFC draw xyz
testView
- 画一个金刚石,在C++环境下,建立一个MFC工程,要求实现运行窗口有菜单,并且可通过对话框来设置图形的半径-Draw a diamond in C++ environment, build a MFC project, required to achieve operational window has menus and dialog boxes to set the graphics by the radius
TestView
- MFC非模式对话框的创建和销毁,Creation and destruction of non-modal dialog MFC-Creation and destruction of non-modal dialog MFC,Creation and destruction of non-modal dialog MFC
myhello
- android开发 显示一按键和按后改变testview功能-android developers and press the button to display a function of changes in testview
TestView
- An implementation of SurfaceView that uses the dedicated surface for displaying an OpenGL animation.
CDC
- 在Windows平台上,应用程序的图形设备接口(graphics device interface,GDI)被抽象为设备上下文(Device Context,DC)。 在微软基类库MFC中,CDC类是定义设备上下文对象的基类,所有绘图函数都在CDC基类中定义。当需要输出文字或图形时,就需要调用CDC类的成员函数,这些成员函数具备输出文本、绘制图形的功能。 本节讲解的例程全部在TestView.cpp文件的 void CTestView::OnDraw(CDC* pDC)函数中实现。