Welcome![Sign In][Sign Up]
Location:
Search - pdc a

Search list

[Communicationsdk_winbase_io_asyncio

Description: 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 matches. When each thread finishes searching a file, the thread sends the matches contiguously to a standard output.
Platform: | Size: 19087 | Author: 黄磊 | Hits:

[Other resourceLineClip

Description: 一个利用中点画线算法实现的线段剪裁的程序。程序写在override函数OnDraw(CDC *pDC)函数里边-a utilization dotted line algorithm segment of the tailoring process. The override procedure write function OnDraw (CDC * pDC) function inside
Platform: | Size: 26469 | Author: 朱麟 | Hits:

[Button controlputure

Description: 可以扮演的角色有主域控制器(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 should choose the server's role.
Platform: | Size: 526145 | Author: 李颖慧 | Hits:

[Other resourceshowbitmap

Description: 位图装入、显示的c++类。 使用方法: 1 构造类的一个实例对象: 空实例 CDIB bmp() 用资源号构造 CDIB bmp(nResID) 用文件构造 CDIB bmp(\"PATH//Filename.bmp\") 2 若1步构造的是空实例对象,则须装入位图: 从文件装入 BOOL bmp.LoadFromFile(\"PATH//Filename.bmp\") 从资源装入 BOOL bmp.LoadFromResource(UINT nResID) 3 画位图图象 Draw(CDC* pDC,目标图左上角x&y坐标,长&宽,原图象左上角x&y坐标) Draw(CDC* pDC,目标图左上角x&y坐标) Draw(CDC* pDC) Stretch(CDC* pDC, 目标图左上角x&y坐标,长&宽,原图像左上角x&y坐标,长&宽) 注: pDC的获取: CDC *pDC=GetDC() -bitmap loaded, shows the category c. Use : a structural example of a type of object : Air examples Bitmap bmp () with the resources, structure Bitmap bmp (nResID) document structure with CD IB bmp ( "PATH / / Filename.bmp") if a two-step structure of the object is empty examples , must be loaded bitmap : BOOL loaded from the file bmp.LoadFromFile ( "PATH / / Filenam e.bmp ") from the resource loading BOOL bmp.LoadFromResource (UIN T nResID) three paintings Bitmap Draw (CDC * pDC, objectives map upper left corner x
Platform: | Size: 11183 | Author: linus | Hits:

[Other resourceAT91M42800A-UsartPDC-ADS1_2-2_0

Description: This zip file describes a Basic USART using Interrupts and PDC running under EB42 with ARM® ADS 1.2 Software Tool. Includes main.html file for help.
Platform: | Size: 182297 | Author: hwy | Hits:

[GDI-BitmapGeometryDraw

Description: 画图 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)中将图形画出来 8.调用void draw(CDC *pDC, Shape *a[], int n)实现多个几何图形的绘制
Platform: | Size: 104229 | Author: 张平 | Hits:

[Other resource2003010296_大作业1

Description: 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[prev[j]].y,G.vexs[j].x,G.vexs[j].y) str2.Format(\"(%d,%d)\",G.AdjMatrix[i][j],G.Path[i][j]) pDC->TextOut((G.vexs[i].x + G.vexs[j].x) / 2 - 5 * str2.GetLength() / 2,(G.vexs[i].y + G.vexs[j].y) / 2 - 5,str2) j = i } MessageBox(\"找到增流路!\") return true }-a CRect rc (x-12, y-12, 12 x, y 12) pDC - gt; Ellipse (rc) str1.Format ( "% d", j) pDC - gt; SetTextColor (RGB (22, 0)) pDC - gt; DrawText (str1, rc, DT_CENTER DT_VCENTER DT_SINGLELINE) PaintArrow (pDC, RGB (255,0,0), G.vexs [prev [j]]. x, G. vexs [prev [j]]. y, G.vexs [j]. x, G.vexs [j]. y) str2.Format ( "(% d,% d)," G. AdjMatrix [i] [j ], G. Path [i] [j]) pDC - gt; TextOut ((G.vexs [i]. x G.vexs [j]. x) / 2 - 5 * str2.GetLength () / 2, ( G.vexs [i]. y G.vexs [j]. y) / 2 - 5, str2) j = i) MessageBox ( "find increasing flow path!") return true)
Platform: | Size: 514100 | Author: Bob | Hits:

[Graph Drawing2003010296_大作业1

Description: 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[prev[j]].y,G.vexs[j].x,G.vexs[j].y) str2.Format("(%d,%d)",G.AdjMatrix[i][j],G.Path[i][j]) pDC->TextOut((G.vexs[i].x + G.vexs[j].x) / 2 - 5 * str2.GetLength() / 2,(G.vexs[i].y + G.vexs[j].y) / 2 - 5,str2) j = i } MessageBox("找到增流路!") return true }-a CRect rc (x-12, y-12, 12 x, y 12) pDC- gt; Ellipse (rc) str1.Format ( "% d", j) pDC- gt; SetTextColor (RGB (22, 0)) pDC- gt; DrawText (str1, rc, DT_CENTER DT_VCENTER DT_SINGLELINE) PaintArrow (pDC, RGB (255,0,0), G.vexs [prev [j]]. x, G. vexs [prev [j]]. y, G.vexs [j]. x, G.vexs [j]. y) str2.Format ( "(% d,% d)," G. AdjMatrix [i] [j ], G. Path [i] [j]) pDC- gt; TextOut ((G.vexs [i]. x G.vexs [j]. x)/2- 5* str2.GetLength ()/2, ( G.vexs [i]. y G.vexs [j]. y)/2- 5, str2) j = i) MessageBox ( "find increasing flow path!") return true)
Platform: | Size: 514048 | Author: Bob | Hits:

[Communicationsdk_winbase_io_asyncio

Description: 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 matches. When each thread finishes searching a file, the thread sends the matches contiguously to a standard output.
Platform: | Size: 18432 | Author: 黄磊 | Hits:

[Graph DrawingLineClip

Description: 一个利用中点画线算法实现的线段剪裁的程序。程序写在override函数OnDraw(CDC *pDC)函数里边-a utilization dotted line algorithm segment of the tailoring process. The override procedure write function OnDraw (CDC* pDC) function inside
Platform: | Size: 26624 | Author: 朱麟 | Hits:

[Button controlputure

Description: 可以扮演的角色有主域控制器(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 should choose the server's role.
Platform: | Size: 526336 | Author: 李颖慧 | Hits:

[Windows DevelopPDC

Description: 一款搜索文字的小程序,主要是用c语言写的,家上window编程-A search text applet, mainly written by c language at home on the programming window
Platform: | Size: 141312 | Author: 张哈 | Hits:

[ARM-PowerPC-ColdFire-MIPSSAM7X256-USART-PDC-ADS1.2

Description: AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于UASRT异步串口功能测试-ARM System Development Department AT91SAM7X functional test procedures, if you proceed with AT91SAM for systems development, this is indeed a very good information, with him will help you. ADS1.2 of the source code is under source code for UASRT asynchronous serial functional tests
Platform: | Size: 1303552 | Author: 龙觊峰 | Hits:

[ARM-PowerPC-ColdFire-MIPSSAM7X256-USART-PDC-ADS1.2

Description: 将AT91SAM7X256的三个USART口(两个USART口,和一个DBGU口)配置成三个USART口-Will USART I AT91SAM7X256 three (two USART mouth, and a mouth DBGU) configuration into three USART I
Platform: | Size: 1306624 | Author: 刘晓佳 | Hits:

[Othersamba-pdc

Description: 是一本系统学习smb的参考书,主要内容包括 1.Samba 简介 2.构建和配置 Samba PDC 3.目录、帐户和认证 4.客户机配置 5.故障诊断和 SWAT 信息 6.结束语和更多参考资料-Smb is a systematic study of reference books, mainly including 1.Samba Introduction 2. To build and configure the Samba PDC 3. Directories, accounts and certification 4. Client configuration 5. Fault diagnosis and SWAT information 6. Concluding remarks and more information Data
Platform: | Size: 278528 | Author: cassie | Hits:

[Compress-Decompress algrithmsPDC

Description: 中文下载程序,可以在线下载程序,省去仿真器,让开发这样方便简捷,-Chinese download, you can download the program online, eliminating emulator, allowing developers to facilitate such a simple,
Platform: | Size: 246784 | Author: 张厂 | Hits:

[VHDL-FPGA-VerilogD_latch

Description: 周立功 ACTEl FPGA做的一个D触发器程序-ZLG ACTEl FPGA program to do a D flip-flop
Platform: | Size: 770048 | Author: 张金 | Hits:

[Linux-UnixPDC.RAR

Description: PDC return values .. All PDC calls return a subset of these errors.
Platform: | Size: 6144 | Author: llzylh | Hits:

[OtherPULSE-a-DIGITAL-CIRCUITS-LAB-(H.-SUDHA-)

Description: pdc lab for 2 btechgood ece updated-pdc lab for 2 btechgood ece updated
Platform: | Size: 8216576 | Author: ravikumar | Hits:

[OtherWOSSPA_Mathworks_v2

Description: 这个是一个用来计算PDC的程序,可以用来构建脑网络,不过需要其他的一些工具包(This is a program for calculating PDC, which can be used to build brain networks, but requires some other toolkits)
Platform: | Size: 80896 | Author: mengqiangfan | Hits:
« 12 3 »

CodeBus www.codebus.net