-
这是一个简单的多文档框架程序,对于出学者是很好的例子,能帮助你很快理解MDI编程原理....
这是一个简单的多文档框架程序,对于出学者是很好的例子,能帮助你很快理解MDI编程原理.-This is a more simple procedure framework document for scholars out is a good example, to help you quickly understand MDI programming principles.
- 2023-02-09 04:30:04下载
- 积分:1
-
采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示...
采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示:
Input Format:
第一行输入两个值,第一个是图中顶点的个数,第二个是图中边的条数
第二行输入各顶点的信息,即输入每个顶点字符
第三行开始输入每条边,每条边的形式为两个顶点的序号,中间以空格隔开,输入完一条边换行
Output format:
首先输出图的顶点信息,输出完毕换行
接着输出图的邻接矩阵,假如图中有n个顶点,则输出形式为n行n列的邻接矩阵,输出完毕换行
接下来一行输出从图的第一个顶点开始进行深度优先遍历的序列,中间以空格隔开,输出完毕换行
最后一行输出从图的第一个顶点开始进行广度优先遍历的序列,中间以空格隔开,输出完毕换行
-Using an undirected graph adjacency matrix representation to complete the map creation, graph depth-first traversal, graph breadth-first traversal operation. In which vertex information is character, the graph vertex number by characters in order. The input sample used in the diagram are as follows:
Input Format:
The first line of input two values, the first one is the number of graph vertices, the second one is the number of graph edges
Second row, enter information in each vertex, that enter each vertex character
Start typing in the third line of each side, each side in the form of two vertices
- 2022-01-26 03:32:41下载
- 积分:1
-
基于C++MFC的音乐播放器
基于C++MFC的音乐播放器新的AAC编码器,最高频宽达到20KHz,里面有与FAAC,neroAAC及经典的mp3编码,lame编码后的音频时频图的比较,从时频图和听觉上,falabaaac都要稍好一些 。支持windows与linux平台。 利用FFmpeg和SDL开发的媒体播放器,可实现264格式文件的解码播放。用mciSendString函数写的音乐播放器,能够实现mp3,wav等格式的音频播放。
- 2022-04-17 12:53:26下载
- 积分:1
-
GDI+阴影与光辉效果,转自CODEPROJECT。NET
GDI+阴影与光辉效果,转自CODEPROJECT。NET-GDI+ Shadow and brilliant effect, carried CODEPROJECT. NET
- 2022-02-02 04:05:15下载
- 积分:1
-
用VC编的小游戏程序,能给大家参考,谢谢你们使用,多多帮助我,互相学习....
用VC编的小游戏程序,能给大家参考,谢谢你们使用,多多帮助我,互相学习.-VC series of small game procedures, give your reference, thank you for your use, give more to help me, to learn from each other.
- 2022-09-09 10:35:04下载
- 积分:1
-
绘制的图片可以自由放大缩小,借压缩不需要密码直接使用
绘制的图片可以自由放大缩小,借压缩不需要密码直接使用-drawing pictures free zooming through compression used directly without a password
- 2022-03-03 23:56:35下载
- 积分:1
-
B-Tree Filer is a fast library of file-based database routines for Borland Turbo Pascal & Delphi. B-Tree Filer supports stand-alone programs or those running on Microsoft-compatible networks including Novell Netware.-B-Tree Filer is a fast library of file-based database routines for Borland Turbo Pascal Delphi. B-Tree Filer supports stand-alone programs or those running on Microsoft-compatible networks including Novell Netware.
- 2022-04-22 19:34:47下载
- 积分:1
-
TIFF tag list data detection, can open an image output of the TIFF image that co...
TIFF标签列表数据的检测,可以打开一幅TIFF图像输出该图像包含的标签项-TIFF tag list data detection, can open an image output of the TIFF image that contains the tag of
- 2022-02-06 16:16:59下载
- 积分:1
-
Color ListCtrl Report List
使用CListCtrl控件的过程中,我们会发现使用及其不方便,特别是在使用“report"显示模式时, 想给指定条目添加背景颜色,CListCtrl控件所提供的设置颜色函数只能使得控件的界面变得好看一些,根本不能满足我们的要求,我们无法把特定的一项或几项添加上不同的颜色以示区别。 幸运的是很多VC的使用者在改造CListCtrl类,使之更加功能强大上做了很多工作,开发出了各种各样的继承类来实现这个功能,Sven Freitag 就是其中的一员。他开发出了CListCtrl的继承类CColorListCtrl来实现给指定的条目加背景色的功能,并无偿的在网上公布给VC的使用者,我在源代码中收集了他的源程序,各位读者可以先阅读学习一下。
- 2022-07-15 05:31:29下载
- 积分:1
-
Tools of students management. The function is not perfect ,but there are some fu...
小东西,学生管理工具。功能不十分丰富,但五脏俱全,欢迎大家多多指教-Tools of students management. The function is not perfect ,but there are some function is special.
- 2022-01-31 11:40:12下载
- 积分:1