搜索资源列表
Savage_with_plans_to_cross_the_river_breadth_first
- 关于野人过河问题中的程序设计,包括用图的广度优先搜索算法-Across the river on the Savage program design issues, including breadth-first graph search algorithm
dd
- program representing a communication network using graph terminology
Lesson4Code
- MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC message mapping mechanism analysis, about how to use the ClassWizard,, understand the
ucheenattraccs
- 用于生成陈吸引子的程序源码,能生成三三视图与一个三维吸引子图 可直接使用。-Used to generate the Chen attractor program source code can generate three to three-view with a three-dimensional attractor graph can be used directly.
162100FIcode_v1.8
- 一年多断断续续的编写,途经大修几回,此款程序终于完稿发布,心埃落定。 算上蓝本:162100简约论坛及162100分类信息,时间跨度更久。 编写中途,时有网友索求、甚至购买,今天免费发布出来,希望他们尽早看到。 因为爱好,并不图什么,图的只是朋友们的认可和支持。-More than a year to write off, through overhaul several times, including this program finalized finally released
图着色算法
- 用于D2D用户分簇的图着色,很方便使用的一个程序(D2D user clustering for the graph coloring, it is convenient to use a program)
IPPackCap
- 编制程序,监控网络,捕获一段时间内网络上的IP数据包,按IP数据包的源地址统计出该源地址在该时间段内发出的IP包的个数,将其写入日志文件中或用图形表示出来(建议用图形表示出统计结果)。(Program monitoring network, a period of time to capture IP data packets on the network, according to the source address of the IP packet statistics of the nu
easy road
- 1.问题描述 若用无向图来表示高速公路网,其中顶点表示城市,边表示城市之间的高速公路,试设计一个找路程序,获取两个城市之间的所有简单路径。 2.输入数据 输入结点个数n,输入城市的编号,由于是四位数字,为了简便统一起见,设置为int类型,通过输入两个城市的编号表示这两个城市之间有高速公路。最后找路的时候输入两个城市的编号,表示该路的起点和终点。 3.输出数据 输出由城市编号组成的所有可能路径,类型为int型。(1. problem descr iption If we use und