-
DUILIB2.0
这是DUILIB2.0的源码,相对于DUILIB1.0结构更清晰,更稳定。
- 2022-04-30 19:31:15下载
- 积分:1
-
Plane on a given n points, find one of a pair of points, making the composition...
给定平面上的n个点,找其中的一对点,使得在n个点组成的所有点对中,该点对间的距离最小。-Plane on a given n points, find one of a pair of points, making the composition of the n points of all points, the distance between points on the smallest.
- 2022-05-08 20:36:35下载
- 积分:1
-
双机并口通信程序
双机并口通信程序-Two-plane parallel port communication program
- 2023-04-23 16:40:03下载
- 积分:1
-
VB源码窗口变化控件跟随变化
VB源码窗口变化控件跟随变化,当窗口大小发生变化时,控件的位置始终固定在右上角,或是右下角,
右上角的大小不变,但是右下角的大小会变化。
- 2022-04-27 16:23:01下载
- 积分:1
-
很好的webshell 刚刚劫到的 和大家分享一下
很好的webshell 刚刚劫到的 和大家分享一下-Good webshell just robbed and the U.S. share
- 2022-01-22 05:41:27下载
- 积分:1
-
Tsinghua University Wei
清华大学魏敏艳数据结构习题答案,虽然有些答案但它们都是很有启发性的小程序,适合初学者
- 2023-01-12 05:45:03下载
- 积分:1
-
BEZIER曲线的交互式实现的一个实验报告,它使用VC++的图形界面来实现的...
BEZIER曲线的交互式实现的一个实验报告,它使用VC++的图形界面来实现的-Bezier curve interactive experimental realization of a report, which uses VC graphical interface to achieve
- 2023-02-13 01:05:03下载
- 积分:1
-
vc++实现计算器功能 实现计算器功能
vc++实现计算器功能 实现计算器功能 -vc++ Calculator functions to achieve
- 2022-04-24 10:27:43下载
- 积分:1
-
获取CPU温度
获取CPU的温度,网上找的,获取CPU的温度有很多方法,包括WMI,winno等,不过有些需要传感器支持,有些需要驱动支持,大家一起交流。
- 2022-02-12 04:32:39下载
- 积分: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