-
已知图的结点和权值,求初始结点到目标结点的最短路径
已知图的结点和权值,求初始结点到目标结点的最短路径-Known to map node and weight, find the initial node to the destination node of the shortest path
- 2022-05-19 01:41:02下载
- 积分:1
-
用VC开发的C语言编写的MD5程序源码,作为开发md5的参考
用VC开发的C语言编写的MD5程序源码,作为开发md5的参考-MD5 program resource code using vc develop and wirtten though C language,as reference for MD5 s development.
- 2022-07-11 12:02:27下载
- 积分:1
-
VC++运用WINDOWS API实现应用程序版本检测
VC++运用WINDOWS API实现应用程序版本检测-VC use Windows API application version detection
- 2022-09-22 06:35:03下载
- 积分:1
-
详细的介绍了windows环境的API函数的用法
详细的介绍了windows环境的API函数的用法-detailed account of the windows environment API usage
- 2022-08-09 01:35:40下载
- 积分:1
-
internet explorer password promt
internet explorer password promt
- 2022-10-30 22:10:03下载
- 积分:1
-
实现图像加柔效果
实现图像加柔效果-increase Sophie Image effects
- 2022-01-25 18:11:15下载
- 积分:1
-
WinDiff源代码,Winmerge和Windiff大家肯定都知道吧,瞧瞧吧,
WinDiff源代码,Winmerge和Windiff大家肯定都知道吧,瞧瞧吧,-WinDiff source code, Winmerge and WinDiff, I am sure you all know it, look at it,
- 2022-08-21 12:42:25下载
- 积分:1
-
small voice chip players procedures for reference!
语音播放芯片小程序,供参考!-small voice chip players procedures for reference!
- 2022-03-19 15:54:29下载
- 积分:1
-
在D3D中创建三维字模型。可以设置颜色,位置,旋转等功能
在D3D中创建三维字模型。可以设置颜色,位置,旋转等功能-created in 3D Display word model. Can set the color, position, rotation and other functions
- 2023-01-08 02:50:02下载
- 积分:1
-
具有暂停/继续和进度条的目录复制
翻译 maninwest@Codeforge 作者 :MikesRuthlessYa@CodeProject这只是个具有暂停/继续按钮和进度条的目录复制程序。它很有用,因为展示了如何使用 backgroundworker 为 progressbar 增量以及如何制作简单的暂停/继续按钮,不论是使用 file.copy 代码或者类似我使用的代码的代码。我想它不是世界上最好的代码,但是希望它对“初学者‘有用。使用代码 代码很直观。您可以找到要复制的目录和要复制到的目录,然后单击开始按钮。如果需要,可以暂停或者继续。暂停时,无法取消复制。继续复制后,你可以取消。//My Imports
Option Explicit On
Imports System
Imports System.IO
Public Class FileCopy
//All Of My Variables
Dim filetotalsofarcopied As Double = 0 _
""""Variable To Show How Many MB"s/GB"s Have Been Copied
Dim int As Integer = 0 """Variable For Which File On The Counter That It Is Currently On
Dim filecount As Integer = 0 """"To
- 2022-04-22 06:24:59下载
- 积分:1