-
求最小Hamilton回路功能:在n个顶点的带权图G中,一条Hamilton回路是一顶点序列v1,v2,• • • •...
求最小Hamilton回路功能:在n个顶点的带权图G中,一条Hamilton回路是一顶点序列v1,v2,• • • • vn 其中,每个顶点vi由一条边连到vi+1(i=1,2,• • • • • ,n-1),而vn被连到v1。在所有的Hamilton回路中,寻找一条权值和最小的回路,这条回路就是最小Hamilton回路-circuit for the smallest functional Hamilton : n vertices with the right graph G, a Hamilton Circuit is a sequence of vertices v1, v2,# 8226# 8226# 8226# 8226 T. which each vertex vi even from one side to a vi (i = 1,2,# 8226# 8226# 8226# 8226# 8226, n-1), which was connected to the T. v1. All the Hamilton circuit, finding a value and the right to the smallest circuit, this circuit is the smallest HamiltonianCycle
- 2023-08-14 10:15:03下载
- 积分:1
-
Calculation of arbitrary square matrix eigenvalue eigenvector VC++ Source
计算任意方矩阵特征值特征向量的VC++源码-Calculation of arbitrary square matrix eigenvalue eigenvector VC++ Source
- 2022-02-20 06:50:23下载
- 积分:1
-
multithreading demo program! Very good!
多线程演示程序!很不错哦-multithreading demo program! Very good!
- 2023-04-01 00:30:04下载
- 积分:1
-
用C++ Builder编写的操作系统处理程序,经过测试,能用
用C++ Builder编写的操作系统处理程序,经过测试,能用-C++ Builder with the preparation process of the operating system, after testing, can be
- 2022-08-08 16:30:07下载
- 积分:1
-
can相关程序,介绍初始化,发送和接收,希望对你有所帮助
can相关程序,介绍初始化,发送和接收,希望对你有所帮助-can the relevant procedures, introduction to initialize, send and receive, I hope for your help
- 2022-02-04 18:28:07下载
- 积分:1
-
Polimorphic 引擎的批处理脚本
在每次运行后自动更改批处理脚本的代码的代码。
它更改代码中的函数的位置、 添加诱饵线并使用安全性脚本例程进行模糊处理的代码的变量。
- 2023-03-10 12:35:04下载
- 积分:1
-
Windows Game Programming Guru skills. Chm2D and 3D Game Programming with ANDRE L...
Windows游戏编程大师技巧.chm
2D和3D游戏编程基础
ANDRE LAMOTHE 著
曲文卿 姚君山 钟湄莹等译-Windows Game Programming Guru skills. Chm2D and 3D Game Programming with ANDRE LAMOTHE Wenqing Yao Shan Zhong Qu Mei-ying, et al
- 2022-06-03 13:52:10下载
- 积分:1
-
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形...
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?回溯-Parts mutilation given width W of a rectangular plate, rectangular plate of height restrictions. Is the need to cut out from the board, respectively, n-height hi, a width of the rectangular parts wi. Parts of the rules of cutting height direction and the direction of rectangular plates with a high degree of consistency. Asked how to make the use of cutting rectangular plate height h the smallest? Back
- 2023-03-01 07:20:02下载
- 积分:1
-
long integer operations of four, with two
长整数的四则运算,用双向循环链表实现,堆分配存储-long integer operations of four, with two-cycle Chain achieve stacked memory allocation
- 2023-04-26 05:10:03下载
- 积分:1
-
・此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),...
・此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。... -this code demonstrated how to use CreateToolhelp32Snapshot API function except to the current process system. And how HANDLE OpenProcess (...), TerminateProcess (...) to open up the process and the closure of activities. ...
- 2022-08-06 11:43:54下载
- 积分:1