-
winamp播放器的Visual C++源代码
winamp player visual c++ souce code-unusual player visual c souce code
- 2022-02-07 14:27:35下载
- 积分: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
-
Microsoft Windows CE设备驱动程序开发指南
介绍了为基于Windows CE的设备开发设备驱动程序的过程。...
Microsoft Windows CE设备驱动程序开发指南
介绍了为基于Windows CE的设备开发设备驱动程序的过程。-Microsoft Windows CE Device Driver Development Guide for Windows CE-based devices device driver development process.
- 2023-05-12 14:55:04下载
- 积分:1
-
CListCtrl重绘
* 类名称:CMyListCtrl :public CListCtrl
* 类说明:CMyListCtrl类是继承自CListCtrl类,对CListCtrl类进行重绘和扩长新功能
* 功能:可以设置列表的行高大小
* 可以设置列表头的行高大小
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-10-01 16:55:03下载
- 积分:1
-
精灵小程序,含有三个程序
精灵小程序,含有三个程序-genie small program containing three procedures
- 2022-04-29 06:52:57下载
- 积分:1
-
基于Qt的CPU使用的的桌面仪表盘
基于Qt实现的一个小仪表盘,可以监测CPU使用率。双击可退出程序
- 2022-01-22 07:20:51下载
- 积分:1
-
this is a matrix chain multiplication ...in c code
this a matrix chain multiplication ...in c code-this is a matrix chain multiplication ...in c code
- 2022-11-23 02:05:03下载
- 积分:1
-
reference source, study examples
参考源码,学习例子-reference source, study examples
- 2022-04-07 09:04:39下载
- 积分:1
-
用C语言编写的约瑟夫环等问题.用链式存储实现!
用C语言编写的约瑟夫环等问题.用链式存储实现!-C language of Josephus and other issues. Chain store used to achieve!
- 2022-01-26 06:44:01下载
- 积分:1
-
engage database friends, and others, should be commended!
搞数据库的朋友,千万别错过了,值得推荐!-engage database friends, and others, should be commended!
- 2023-08-17 21:55:09下载
- 积分:1