-
计算器程序You can use Hutch s INCLUDE and LIB files to assemble the program with the...
计算器程序You can use Hutch s INCLUDE and LIB files to assemble the program with the exception of the Windows.inc.
If you use the EWCalc.mak file you will have to change the pointers to the proper directories.-Calculator program You can use Hutch s INCLUDE and LIB files to assemble the program with the exception of the Windows.inc.If you use the EWCalc.mak file you will have to change the pointers to the proper directories.
- 2022-01-27 21:39:17下载
- 积分: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
-
一个限定使用次数的例子,对于开发试用版本的windows应用程序有很大的参考价值...
一个限定使用次数的例子,对于开发试用版本的windows应用程序有很大的参考价值-use of a limited number of examples, for the development of beta version of windows applications have great reference value
- 2022-10-20 01:05:04下载
- 积分:1
-
内存分配算法C++
该程序是在VC++6.0上实现的内存分配算法,包括首次适应算法(从自由空闲区中选取第一个合适空闲区来分配)和最佳适应算法(找到大小最接近的空闲区来分配)两种。
- 2022-01-25 22:36:29下载
- 积分:1
-
一个关于串的基本操作的事例程序
一个关于串的基本操作的事例程序-a series on the basic operation procedures stories
- 2022-03-20 05:46:45下载
- 积分:1
-
RSA算法实现
Visual C++ 环境下开发
RSA算法实现
Visual C++ 环境下开发-RSA algorithm Visual C++ Environment development
- 2022-06-15 13:50:52下载
- 积分:1
-
《vc精华文摘
《vc精华文摘-api篇》-"vc essence Digest- api Chapter"
- 2023-01-23 22:30:03下载
- 积分:1
-
VC6.0平台下direct show抓频代码
VC6.0平台下direct show抓频代码-VC6.0 platform grasping frequency direct show code
- 2022-01-23 10:52:54下载
- 积分:1
-
一个简单的文字识别软件,vc++做的,用office2003所带的组件,识别英文很好,汉字识别不出来...
一个简单的文字识别软件,vc++做的,用office2003所带的组件,识别英文很好,汉字识别不出来-A simple character recognition software, vc++ to do with the components brought office2003, identify good English, Chinese character recognition does not come out
- 2022-12-30 19:05:04下载
- 积分:1
-
用JAVA,开发的一个LCD液晶时钟
用JAVA,开发的一个LCD液晶时钟-with Java, the development of an LCD clock
- 2022-06-13 01:34:28下载
- 积分:1