搜索资源列表
34211
- 图像灰度的改变 void CDibView::OnZftJh() { CClientDC pDC(this) HDC hDC=pDC.GetSafeHdc() //获取当前设备上下文的句柄; SetStretchBltMode(hDC,COLORONCOLOR) CDibDoc *pDoc=GetDocument()-Grayhound change void CDibView : : OnZftJh () (CClientDC pDC (this) HDC pDC.GetSafeHdc
sdk_winbase_io_asyncio
- The AsyncIO sample (also called the \"PDC\" sample) is a character-mode program for searching the files in a directory tree for a match against a pattern. It uses multiple threads, with each thread processing one file at a time, accumulating its matc
VCjiemian
- ①、重载对话框的消息函数: void OnNcLButtonDown(UINT nHitTest, CPoint point) //单击标题栏时是响应 void OnNcMouseMove(UINT nHitTest, CPoint point) //Mous 在标题移动时响应 LRESULT DefWindowProc(UINT message, WPARAM wParam, LPARAM lParam) ②、添加关键成员函数为:BOOL D
puture
- 可以扮演的角色有主域控制器(PDC)、备份域控制器(BDC)、独立的服务器,请先简述一下三种角色的功能,再判断本服务器应选择的角色。-could play a role as a primary domain controller (PDC) and backup domain controller (BDC), independent server, please briefly describe the role of the three functions, then judge shou
PDC
- 一款搜索文字的小程序,主要是用c语言写的,家上window编程
newasp200611413439593
- int PosFromChar(UINT nChar) // 通过指定的字符获得其x轴的位置 int CharFromPos(int nPosX) // 通过给定的x轴的位置获得相应的字符 void CutString() // 剪切字符串 void PasteString() // 粘贴字符串 void CopyString() // 拷贝字符串 void MakeBKGround(CDC *pDC, COLORREF c
Animateline
- 实现动态画线的功能。在客户屏幕上建立一个曲线绘制区域并创建一个与设备描述表pDC兼容的位图,用来保存需要移动的曲线图。曲线每隔200毫秒前进5单元水平距离
多彩窗口
- 可通过改变窗口大小来改变窗口颜色详见CColorWindowView::OnDraw(CDC* pDC)-can change the window size to change the window colors detailed CColorWindowView : : OnDraw (CDC * pDC)
GeometryDraw
- 画图 2.计算计算一组几何图形的面积之和重新写一个函数,类似于sum函数 3.在Shape中添加一个纯虚函数void Draw(CDC *pDC, Coordinate *m_pCoordinate) 它将作为所有几何类绘图的共同方法。 4.添加一个坐标系类:Coordinate。 5.在Polygon中重载void Draw(CDC *pDC) 6.在Ellipse中重载void draw(CDC *pDC) 7.在View类中的OnDraw(CDC *pDC)中将
BinaryEdit
- 用VC写的一个小程式。主要学会 1.流的使用CArchive &ar << string 2.Doc 与 View的关系 3.文本的输出pDc->DrawText(...) 4.文本光标 SetCaretPos(point) ShowCaret() HideCaret() 5.滚动视图类CSrollView, 设置滚动范围SetScrollSizes(MM_TEXT, szRange)
liaozhigan0873
- // CDC::FillSolidRect is faster, but it does not handle 8-bit color depth VERIFY(brush.CreateSolidBrush( RGB(r+rStep*iOnBand, g + gStep*iOnBand, b + bStep * iOnBand))) pDC->FillRect(&rectFill,&brush) VERIFY(brush.Delet
VPFT
- visual prolog for tyros是PDC公司的一个比较经典的prolog教程。
Arrow.rar
- 在视图中画箭头的函数。DrawArrow(CDC *pDC, CPoint ptStart/*起始点*/, CPoint ptEnd/*终点*/),In view of the function arrow painting. DrawArrow (CDC* pDC, CPoint ptStart/* starting point* /, CPoint ptEnd/* end* /)
Girth-8QCL-PDC
- The program contructs column-weight three girth-eight QC-LPDC codes given row-weight and sub-matrix size. row-weights and sub-matrices sizes are variable
BkgndSDI
- 在单文档框架结构的背景窗口上显示图案。重载视图OnEraseBkgnd函数,添加代码:if(!m_bAnimatedBkgnd) pDC->StretchBlt(0,0, rcClient.right-rcClient.left, rcClient.bottom-rcClient.top, &dcMem, 0,0, bm.bmWidth, bm.bmHeight, SRCCOPY) else {
DirectoryList
- class CMyTreeCtrl : public CTreeCtrl { // Construction public: CMyTreeCtrl() // Attributes public: // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CMyTreeCtrl)
chat
- class CMyTreeCtrl : public CTreeCtrl { // Construction public: CMyTreeCtrl() // Attributes public: // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CMyTreeCtrl)
ParallelWorld
- 一个用DirectX9编写的3D小游戏,虽然功能不多,但是基本的倒影,人物行走,对话等都实现。-RView::CRView() { // TODO: add construction code here } CRView::~CRView() { } BOOL CRView::PreCreateWindow(CREATESTRUCT& cs) { // TODO: Modify the Window class or styles her
tsa
- TSA for Computing MVAR and PDC
WOSSPA_Mathworks_v2
- 这个是一个用来计算PDC的程序,可以用来构建脑网络,不过需要其他的一些工具包(This is a program for calculating PDC, which can be used to build brain networks, but requires some other toolkits)