-
Adjust form to new resolution
有了这个资源,你可以开发一个固定分辨率的程序,例如800x600,自动调整所有屏幕到一个新的分辨率1024x768
- 2022-05-28 19:42:18下载
- 积分:1
-
VB初学入门很好的教程C#初学入门很好的教程
VB初学入门很好的教程C#初学入门很好的教程
- 2022-08-11 01:55:28下载
- 积分: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
-
这个程序能够实现多种功能,可以查看Word文件,PDF文件,还有可以播放音乐等,嘿嘿,功能还是齐全的....
这个程序能够实现多种功能,可以查看Word文件,PDF文件,还有可以播放音乐等,嘿嘿,功能还是齐全的.-The program can achieve a variety of functions, you can view Word documents, PDF files, play music, laughter, functional or complete.
- 2022-03-10 09:19:21下载
- 积分:1
-
模拟退火算法求解TSP问题,希望对大家有所帮助
模拟退火算法求解TSP问题,希望对大家有所帮助-simulated annealing algorithm for TSP, we hope to help
- 2022-04-09 08:31:03下载
- 积分:1
-
P2P 点对点传输客户端,java实现,包括源码和可执行代码
P2P 点对点传输客户端,java实现,包括源码和可执行代码 -P2P peer-to-client, java implementation, including source and executable code
- 2022-05-21 14:14:05下载
- 积分:1
-
会员关系系统。用在ASP方面。需要着请下载!
会员关系系统。用在ASP方面。需要着请下载!-Member relations system. With regard to the ASP. The need to download!
- 2022-05-14 19:19:06下载
- 积分:1
-
统计学生成绩。 设有十个学生的成分别是:(自己设定)。统计一下60~69分,70~79分,80~89分,90~99分和100分的人数并存放在s6,s7,s8,s...
统计学生成绩。 设有十个学生的成分别是:(自己设定)。统计一下60~69分,70~79分,80~89分,90~99分和100分的人数并存放在s6,s7,s8,s9,s10单元中。(通过对子程序的调用实现)-student achievement statistics. With 10% of the students were : (self-imposed). Statistics about 60 to 69 points, 70 to 79 points, 80 to 89, 90 to 99 points and 100 points on both the number of M16, s670, S8, s9, s 10 modules. (Through subroutine calls realization)
- 2022-03-25 12:48:48下载
- 积分:1
-
一个利用bcb的dll写的vc翻译软件
翻译引擎本身简单,
技巧在于利用vc调用bcb的d...
一个利用bcb的dll写的vc翻译软件
翻译引擎本身简单,
技巧在于利用vc调用bcb的d-a bcb use the dll write vc translation software translation engine itself simple, vc skills is to use the dll called bcb
- 2023-06-12 15:45:03下载
- 积分:1
-
GpsMap, 本程序利用MapX做的电子地图,通过串口接收GPS模块数据,实现在电子地图上对当前在地图上位置的定位,同时显示当前经纬度,当前时间,速度,海拔等...
GpsMap, 本程序利用MapX做的电子地图,通过串口接收GPS模块数据,实现在电子地图上对当前在地图上位置的定位,同时显示当前经纬度,当前时间,速度,海拔等信息的功能。注意使用时要安装MAPX(本程序使用MAPX_V5,如使用其它版本,则可能要修改头文件)。-GpsMap, this procedure use MapX E-map and GPS module, and receive the GPS Data through the serial port, to locate the location on the E-map, at the same time shows the current latitude and longitude, the current time, speed, altitude and other information. Attention: MAPX should be installed if u use this program, this procedure is on MAPX_V5, if u use other versions, you may modify header files.
- 2022-02-13 19:19:58下载
- 积分:1