-
UDP Time Handling demo source
UDP Time Handling demo source -UDP Time Handling demo source ...
- 2022-11-03 18:35:03下载
- 积分: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
-
波浪折射程序,By付桂。VB源码,海洋专业推荐一下,
波浪折射程序,By付桂。VB源码,海洋专业推荐一下,-By VB source, marine professionals recommend that Haha
- 2022-07-15 20:24:05下载
- 积分:1
-
这是MTeX套装中的一个重要工具,用于判断一个文件是否包含中文字符,并猜测文件的中文编码(GBK/Big5/UTF8)。...
这是MTeX套装中的一个重要工具,用于判断一个文件是否包含中文字符,并猜测文件的中文编码(GBK/Big5/UTF8)。-This is a suite MTeX an important tool for judging whether or not a file that contains Chinese characters, and speculate on the Chinese document coding (GBK/Big5/UTF8).
- 2022-08-08 21:57:29下载
- 积分:1
-
windows main class function 实例5
windows main class function 实例5-windows main class function examples 5
- 2022-05-30 13:47:17下载
- 积分:1
-
在C++中实现了一个算法的程序
program that implements a algorithm with arrays in C-program that implements a algorithm with arrays in C++
- 2022-05-31 04:34:18下载
- 积分:1
-
winio basic information, including the need to use things in programming, as wel...
winio的基本资料,包括了编程需要用到的东西,以及例程-winio basic information, including the need to use things in programming, as well as routine
- 2022-03-17 23:53:09下载
- 积分:1
-
这个程序是基于Windows CE下的按键驱动程序源代码
这个程序是基于Windows CE下的按键驱动程序源代码-This procedure is based on the button under the Windows CE driver source code
- 2022-09-25 18:25:02下载
- 积分:1
-
library(ocx) for video module to make video conference
library(ocx) for video module to make video conference
- 2023-07-04 21:10:07下载
- 积分:1
-
c++习题与解答。pdg格式。中国IT实验室学习
c++习题与解答。pdg格式。中国IT实验室学习-c++ Exercises with the answer. PDG format. China IT laboratory study
- 2022-01-23 10:24:02下载
- 积分:1