-
包括最基本的画线功能,有好几种方法可以使用。
包括最基本的画线功能,有好几种方法可以使用。-Including the most basic function of drawing a line, there are several methods you can use.
- 2022-02-13 14:22:01下载
- 积分:1
-
用指针实现的多项式运算系统
用指针实现的多项式运算系统-Pointer achieved with polynomial computing systems
- 2023-04-04 03:40:04下载
- 积分:1
-
一个在windows打开对话框下边显示选中的图片文件预览的一个例子。...
一个在windows打开对话框下边显示选中的图片文件预览的一个例子。-Windows open a dialog box to select the picture below shows an example of a document preview.
- 2022-06-14 01:31:06下载
- 积分:1
-
雪花在场景中飞舞的效果 ,有很多雪花不断地落下
雪花在场景中飞舞的效果 ,有很多雪花不断地落下-Snow in the scene flying effect.There are many snowflakes continue to fall!
- 2022-11-30 05:05:04下载
- 积分:1
-
One of the experiments will make the operating system, although very simple, but...
操作系统必做实验之一,虽然很简单,但是很实用,FIFO调度算法样例-One of the experiments will make the operating system, although very simple, but very practical, FIFO scheduling algorithm sample
- 2023-03-09 02:20:02下载
- 积分:1
-
Send Key Visual Basic
Send key is project其对Send key的操作活动事件是pass,键事件用于处理此项目。此项目在Microsoft visual basic 6.0版本上工作。
- 2022-02-22 09:12:36下载
- 积分:1
-
你好
hello
I write this program to chenge the size of all forms and controls in my projects.and I useing it for larg projects .But you can change it for any pubic change in your pojects
Just chenge your target in conver() method and enjoy-hello
I write this program to chenge the size of all forms and controls in my projects.and I useing it for larg projects .But you can change it for any pubic change in your pojects
Just chenge your target in conver() method and enjoy
- 2022-02-05 12:42:48下载
- 积分:1
-
基于Visual C++.NET的安装程序制作
基于Visual C++.NET的安装程序制作-Visual C.NET installation procedures production
- 2022-04-08 17:41:45下载
- 积分: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
-
这是本人用DELPHI编制的在新一代大智慧基础上,能自动选股,对股票的操作提示买卖强弱信号,和按买卖信号操作后的评估结果的一款软件,非常简单实用。...
这是本人用DELPHI编制的在新一代大智慧基础上,能自动选股,对股票的操作提示买卖强弱信号,和按买卖信号操作后的评估结果的一款软件,非常简单实用。-This is why I compiled with DELPHI at a new generation of great wisdom, based on automated stock picking, stock trading strength of the operation prompt signal, and by the sale of the signal operating results of the assessment after a piece of software is very simple and practical.
- 2022-03-15 06:35:52下载
- 积分:1