-
vc下socket编程例子
vc下socket编程例子-the example of socket program in vc
- 2023-02-25 07:00:03下载
- 积分:1
-
学习c的基础代码,适用于c语言的初学者,入门级代码
学习c的基础代码,适用于c语言的初学者,入门级代码-c code
- 2022-07-15 17:42:27下载
- 积分:1
-
查看体育文件头文件头文件
PE文件头的查看工具,用于查看PE文件头-PE file header of the view the tool to view PE file header
- 2022-02-20 02:11:13下载
- 积分: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
-
vc++6.0写的计算器,能实现加,减,乘,除,进制转换,科学计算
vc++6.0写的计算器,能实现加,减,乘,除,进制转换,科学计算-vc++6.0 to write calculator, able to add, subtract, multiply, divide, binary conversion, scientific computing
- 2022-10-10 22:45:03下载
- 积分:1
-
the base pargram with C++ and How to use circle.
使用C++的基本的开发和使用,圈的使用方法-the base pargram with C++ and How to use circle.
- 2022-02-21 22:14:38下载
- 积分:1
-
模拟小时钟,一个小型的模拟演示程序,可以帮助初学者对C++BUILDER的深入理解。...
模拟小时钟,一个小型的模拟演示程序,可以帮助初学者对C++BUILDER的深入理解。-Analog clock, a small simulation demo program that can help beginners C++ BUILDER-depth understanding of.
- 2022-01-26 19:01:23下载
- 积分:1
-
Just enter the code page and then select the character you want with the mouse a...
Just enter the code page and then select the character you want with the mouse and program will calculate it s ASCII code.
- 2022-03-21 06:22:13下载
- 积分:1
-
The two computers can achieve communication. As long as the debug folder in the...
该程序可以实现两台计算机的通信。只要在debug文件夹中按要求输入对方的IP,就可以实现功能,可以传文件之类的。-The two computers can achieve communication. As long as the debug folder in the required input of each other" s IP, we can achieve features such as mass file.
- 2022-07-09 10:29:00下载
- 积分:1
-
一款休闲小游戏的源代码,玩法简单,易上手,消除相同的笑脸
一款休闲小游戏的源代码,玩法简单,易上手,消除相同的笑脸-A casual game of the source code, playing simple,易上手, the elimination of the smiling faces of the same
- 2022-01-22 03:38:22下载
- 积分:1