-
WPF PDF 查看器
简介: 在这个项目中使用 Adobe PDF 阅读器 COM 组件并包装为 WPF 控件。背景: WPF / C# 有没有内置的控件/库来支持 PDF,这个项目演示了如何在 WPF 中轻松查看 PDF 文档。
- 2022-04-10 00:27:37下载
- 积分:1
-
a general purpose class for multithreaded applications. Derive your class from i...
a general purpose class for multithreaded applications. Derive your class from it, call the constructor with the proper number of threads and populate the lpfns member before starting threads.
The main advantage is that you do not need to bother with the details of making the static method separate from your class and then passing the this pointer to it. CMultithreaded allows you to have all of your class methods in-class, even if they are to be run on separate threads. It is also a good example of RAII.
- 2023-02-05 08:40:03下载
- 积分:1
-
编写一个简单的聊天室程序,增加多客户端,实现聊天室
编写一个简单的聊天室程序,增加多客户端,实现聊天室-Write a simple chat program, increase the number of clients to achieve Chat Room
- 2022-04-12 11:27:45下载
- 积分:1
-
Description:
采用邻接表表示有向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列,...
Description:
采用邻接表表示有向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列,边的输入按照边的顶点序号从小到大的顺序排列,如下图的边的输入顺序为0 1,0 2,0 3,1 2,1 3,2 4,3 4共七条边,邻接表的边结点采用头插法。本输入样例中所用的图如下所示:
Input Format:
第一行输入两个值,第一个是图中顶点的个数,第二个是图中边的条数
第二行输入各顶点的信息,即输入每个顶点字符
第三行开始输入每条边,每条边的形式为两个顶点的序号,中间以空格隔开,输入完一条边换行
Output format:
首先输出图的顶点信息,输出完毕换行
接着输出图的邻接表,格式为首先输出第一个顶点,接着输出该顶点的所有的临界点的序号,换行,然后输出下一个顶点及邻接点,以此类推
接下来一行输出从图的第一个顶点开始进行深度优先遍历的序列,中间以空格隔开,输出完毕换行
最后一行输出从图的第一个顶点开始进行广度优先遍历的序列,中间以空格隔开,输出完毕换行
-Description:
Adjacency list using said directed graph to complete the map creation, map of the depth-first traversal, breadth-first graph traversal operations. In which vertex information is character, the graph vertices in order arranged by character number, while the input side of the vertex according to serial number from small to large order, the following graph of the input side of the order of 0 1,0 2,0 3,1 2,1 3,2 4,3 4 a total of seven edge, the edge-node adjacency list using the first interp
- 2022-01-28 23:09:39下载
- 积分:1
-
MFC Windows程序设计(第二版)随书光盘
MFC Windows程序设计(第二版)随书光盘-MFC Windows Programming (2nd edition) CD with the book
- 2023-03-24 02:35:05下载
- 积分:1
-
C Windows Ce Application Programming
C Windows Ce Application Programming-C Application Programming Windows Ce
- 2022-03-06 01:06:34下载
- 积分:1
-
对串口的端口
的测试类
是javax.comm
的入门
对串口的端口
的测试类
是javax.comm
的入门
-Serial port on the test category is javax.comm entry
- 2022-01-25 16:51:41下载
- 积分:1
-
基于RTF的富文本框
应用背景包含控件的完整源代码和例子程序的完整C #代码,基于RTF开发的用于及时聊天的富文本编辑框,可显示图片和文字,以及其他一些效果。关键技术C #开发,多信息文本格式(RTF)是一种方便于不同的设备、系统查看的文本和图形文档格式。RTF使用美国国内标准协会(ANSI)、pc-8、Macintosh(MAC苹果),或的IBM PC
- 2023-07-02 21:35:03下载
- 积分:1
-
vivi
vivi -vivi 1111111111111111111111111111111111111111111
- 2022-02-01 02:54:08下载
- 积分:1
-
透明窗体制作的实例,一个漂亮的桌面时钟,可以学习透明窗体的制作...
透明窗体制作的实例,一个漂亮的桌面时钟,可以学习透明窗体的制作-Produced examples of a transparent form, a beautiful desktop clock, can learn from the production of a transparent form
- 2022-02-26 04:58:59下载
- 积分:1