-
Download file by HTTP, multi thread and continue to download from breakpoint whe...
通过HTTP多线程下载文件,中断时从断点继续下载。
- 2022-04-17 05:00:55下载
- 积分:1
-
卡耐基课程SSD1实践要求源代码完成的鲶鱼…
iCarnegie课程上的SSD1的一个练习,要求做完Catfish的源代码的exercise。需要的可以看看。写的不好,别见怪。-iCarnegie courses SSD1 a practice to require the source code Catfish finish the exercise. Need to look at. Write well,别见怪.
- 2022-01-25 16:04:52下载
- 积分:1
-
对WINDOW界面的应用
适合初学者
多交流一下呀
对WINDOW界面的应用
适合初学者
多交流一下呀
-WINDOW interface on the application of more exchanges suitable for beginners like me
- 2022-08-19 09:42:51下载
- 积分:1
-
网络Socket传输, 视频建控的源代码...
网络Socket传输, 视频建控的源代码-Socket network transmission, video construction of the source code control
- 2022-09-17 14:20:04下载
- 积分:1
-
Akura School Administrator
Àkura 是一个动态的学校管理系统,有效地利用到最新的技术和有效地管理学校的环境。它提供了一个平台来团结学校当局、 教师、 学生及家长,以提高教育质量。Àkura 从出勤记录、 跟踪到生成的报告和更多的学生学术/co-课程/宗教活动管理学校的日常活动。教师可以监视学生的进步,而校长可以监督的每个类和职等的进展情况。父母也受益于 Àkura,因为能够监测和了解孩子的进步。在一段时间时维护家长 — — 教师互动是困难的 ;Àkura 桥梁这一差距,并允许学校向学生们提供更好的服务。
- 2022-08-15 13:42:02下载
- 积分:1
-
一个用于监视Windows文件系统变化的小工具。可以监视文件(文件夹)的创建、删除、更新、改名等动作。...
一个用于监视Windows文件系统变化的小工具。可以监视文件(文件夹)的创建、删除、更新、改名等动作。-A Windows file system used to monitor changes in gadget. Can monitor file (folder) creation, deletion, update, change its name, such as action.
- 2022-05-22 12:48:36下载
- 积分:1
-
Excel贴图(VB.NET)
将Image图片自动贴入Excel文件中,可调整单元格大小及图片位置,具有很强的实用性
- 2022-12-01 03:45:03下载
- 积分:1
-
#包括<;STDLIB. H & gt;
#include
#include
#include
//#include
#include "debugmalloc.h"
#include "dmhelper.h"
/*Define the macro */
#define ALIGN 8
#define FENCE 0xDEADBEEF
#define HEADERSIZE sizeof(struct header)
#define FOOTERSIZE sizeof(struct footer)-#include
#include
#include
//#include
#include "debugmalloc.h"
#include "dmhelper.h"
/*Define the macro*/
#define ALIGN 8
#define FENCE 0xDEADBEEF
#define HEADERSIZE sizeof(struct header)
#define FOOTERSIZE sizeof(struct footer)
- 2022-01-20 23:08:39下载
- 积分:1
-
应用银行家算法解决死锁问写的银行家算法,只能实现固定进程和资源的操作,不过要是应付作业什么的没有问题,绝对可以运行...
应用银行家算法解决死锁问写的银行家算法,只能实现固定进程和资源的操作,不过要是应付作业什么的没有问题,绝对可以运行 -application bankers algorithm to solve the deadlock was asked bankers algorithm, the process can only be fixed and operational resources, but what if the deal with no operational problems and it can definitely run
- 2022-02-16 01:52:18下载
- 积分: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