-
一个简单的C通讯录,是为了应付学校检查做的
一个简单的C通讯录,是为了应付学校检查做的-a simple address list of c, which is done because of dealing with examination of my school.
- 2022-02-03 06:37:14下载
- 积分:1
-
这是个操作系统中,多线称关于哲学家就餐问题的演示程序!
这是个操作系统中,多线称关于哲学家就餐问题的演示程序!-This is the demo program for the multithread about philosophers having dinner problem in the operating system!
- 2022-05-07 01:41:21下载
- 积分:1
-
用C #开发的图书管理系统。网络很有用
C#.NET开发的图书管理系统,很好恨实用-BOOK MANAGEMENT SYSTEM DEVELOPED By C#.NET VERY USEFUL
- 2022-06-27 23:32:51下载
- 积分:1
-
a outlook style UI realized by VC, it is very beautiful and suitable for people...
一个outlook风格的界面,用vc做的很漂亮适合对界面开发的人员-a outlook style UI realized by VC, it is very beautiful and suitable for people who are engaging in UI developing.
- 2022-08-14 13:10:04下载
- 积分:1
-
多移动机器人改变队形程序VC++实现源码
多移动机器人改变队形程序VC++实现源码-Change the formation of multiple mobile robots program VC++ Achieve source
- 2022-02-01 05:31:33下载
- 积分:1
-
提出一种改进的禁忌搜索算法来求解背包问题。该算法基于禁忌搜索技术,并采用I&D策略,同时设计了两种针对局
部最优解的变异算子。改进后的算法能有效地弥补标准...
提出一种改进的禁忌搜索算法来求解背包问题。该算法基于禁忌搜索技术,并采用I&D策略,同时设计了两种针对局
部最优解的变异算子。改进后的算法能有效地弥补标准禁忌算法对初始解依赖的缺陷,同时也避免了搜索停滞的现象。通过对具
体实例和随机问题的测试,表明改进后的禁忌搜索算法有更好的性能。
关-An improved tabu search algorithm to solve knapsack problem. The algorithm is based on tabu search techniques, using I & D strategies, while designed for the local optimal solution of the two kinds of mutation operator. The improved algorithm can effectively compensate for the standard tabu search algorithm depends on the initial solution defect, but also to avoid the phenomenon of search stagnation. Through specific examples and random-question test, indicating that the improved tabu search algorithm has better performance. Guan
- 2022-05-24 04:09:08下载
- 积分:1
-
向u盘拷贝文件
调用windows的dl文件,获取u盘在pc上的盘符,然后向u盘中拷贝文件。
源方法如下。
判断指定驱动器的类型:GetDriveTypeA函数
该函数能依据根目录识别1个驱动器是软驱或光驱或硬盘等。声明:
Declare Function GetDriveType Lib "kernel32" Alias "GetDriveTypeA" (ByVal nDrive As String) As Long
参数nDrive:驱动器根目录路径的字符串,如"C : ".
函数返回值为1个常数,指定驱动器类型:DRIVE_ REMOVABLE=2,软驱; REMOVABLE是可移动的
如果驱动器不能识别,则返回0,如指定目录不 DRIVE_ FIXED=3,硬盘。
存在,则返回1。 DRIVE _REMOTE=4,网络驱动器;
DRIVE _CDROM=5,光驱;
DRIVE_ RAMDISK=6虚拟磁盘
调用如:
Private Const DRIVE_CDROM = 5
- 2023-02-14 04:40:03下载
- 积分:1
-
获取主机名和IP地址
获取主机名和IP地址,主要是通过API 函数获取计算机的IP与计算机名称。
- 2022-04-13 06:35:06下载
- 积分:1
-
电力系统计算应用广泛的高斯消元法,用来对参数矩阵进行降阶消元。...
电力系统计算应用广泛的高斯消元法,用来对参数矩阵进行降阶消元。-Gauss elimination is also called Gauss-Jordan elimination, which is used to reduce the dimension of a matrix so that it can be solved easily.
- 2022-08-16 03:57:48下载
- 积分:1
-
C
C-编译器的设计文档与源代码.-C-Compiler design documents and source code.
- 2022-07-19 20:50:55下载
- 积分:1