-
mpeg decoder code
mpeg解码代码-mpeg decoder code
- 2022-10-18 11:40:03下载
- 积分:1
-
Binary search in C++6.0 compiler you can look through for reference only
折半查找在C++6.0编译下通过 大家可以看看仅供参考-Binary search in C++6.0 compiler you can look through for reference only
- 2023-08-06 20:20:03下载
- 积分:1
-
操作系统生产者与消费者的进程描述,图形界面
操作系统生产者与消费者的进程描述,图形界面-Producers and consumers, the process of the operating system description, graphical interface
- 2022-09-19 10:20:03下载
- 积分:1
-
本程序在AVL树的算法实现,包括删除,…
这个程序时avl树的所有算法的实现,包括插入删除新建排序,是数据结构学习者的极佳材料,VC实现-this procedure when all the AVL tree algorithm implementation, including delete, insert new sequencing, data structure is a very good learner materials, VC
- 2022-01-26 15:09:15下载
- 积分: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
-
找茬游戏原码,很不错的!
找茬游戏原码,很不错的!-softened the original game code, very good!
- 2022-01-24 16:35:04下载
- 积分:1
-
用c语言实现迷宫算法,程序中含有详细的说明
用c语言实现迷宫算法,程序中含有详细的说明-Realize the maze algorithm in c language, contain the detailed explanation in the procedure
- 2022-08-06 20:42:31下载
- 积分:1
-
MTALAB牛顿迭代源程序
采用牛顿迭代法对初始值进行不断更新迭代,使其误差在设定范围内。
- 2022-08-21 20:50:19下载
- 积分:1
-
与卷动 Picturebox
此示例演示如何将滚动条添加到 picturebox 在 VB6 中。
这是另一种方法对 pozitioning 图片 !
更多和更多的方式要移动图像!
一些模式都比这更加简单易行 !
- 2022-05-05 22:43:08下载
- 积分:1
-
通过RFID技术对车辆进行跟踪定位,定位信息通过GPRS传送到数据中心,后台程序完成对车辆的监控管理...
通过RFID技术对车辆进行跟踪定位,定位信息通过GPRS传送到数据中心,后台程序完成对车辆的监控管理-Adoption of RFID technology to track vehicle location, location information transmitted via GPRS to a data center, the background process is complete the monitoring and management of vehicles
- 2022-01-28 16:12:51下载
- 积分:1