资源列表
[其他小程序] optimize
说明:功能:计算最短路径的长度和最短路径 *方法: *1,记n个城市为1,2,…,n. 对于给定的集合S等于{2,3,...n}和k属于S。 *2,记C(S,k)是由城市1出发,遍历S中每个城市恰好一次,最后终止在城市k的最优费用. *3,当S中只有一个元素k时,C(S,k)= d(1,k) * 当S中有多于一个元素时,C(S,k)等于任意一个属于S-k集合的子集m,C(s-k,m)+d(m,k)中最小的一个, *4,这一方程的求解要求对一切给定大小的集合S及S中的每个可能的元<tangyang> 在 2025-11-25 上传 | 大小:2kb | 下载:0
[驱动编程] load_driver
说明:本代码只有两个函数,LoadNTDriver(...)用于加载驱动,DelSvr(...)用于卸载驱动。-This code has only two functions, LoadNTDriver (...) use to load the driver,and DelSvr (...) use for the uninstalled driver.<lchengh2> 在 2025-11-25 上传 | 大小:2kb | 下载:0
[Windows编程] LinearList
说明:线性表 讲述了C++中关于线性表的具体构建,例程简单明了。有较好的学习作用-Linear table describes C++, built on the linear form of specific, routine and simple. The role of better learning<Brian Watson> 在 2025-11-25 上传 | 大小:2kb | 下载:0
[Windows编程] evaluation_translate
说明: 一个c语言编写的经典开发实例,参考学习evaluation translate-A classic c language development example, refer to learning evaluation translate<ss> 在 2025-11-25 上传 | 大小:2kb | 下载:0
[Windows编程] Hex_conversion
说明:VB程序,多种进制之间的转换,包含十进制、八进制、十六进制和二进制之间的互转-VB program conversion between a variety of hex, including decimal, octal, hexadecimal and binary system conversion between<Icer> 在 2025-11-25 上传 | 大小:2kb | 下载:0
[其他小程序] Digital_Clock
说明:This program has new coding for creating digital clock. It works in V.B-This program has new coding for creating digital clock. It works in V.B<T.Senthilnathan> 在 2025-11-25 上传 | 大小:2kb | 下载:0