-
课程设计,用C++编写的目录管理程序,用来对我..
课程设计 一个用C编写得通讯录管理程序 用链接实现得 可以删除添加项目-curriculum design with a C prepared in directory management procedures used to link realize that they can add the item to delete
- 2023-02-07 08:15:03下载
- 积分:1
-
Calculate factorial of large numbers, using an array of methods to calculate a f...
计算大数阶乘,用数组的方法来计算一个大数的阶乘,可以算几万的介乘-Calculate factorial of large numbers, using an array of methods to calculate a factorial of large numbers can be counted by tens of thousands of mediated
- 2022-03-29 07:48:59下载
- 积分:1
-
可以查到自己的ip,能控制关机和开机,得到计算机的属性等
可以查到自己的ip,能控制关机和开机,得到计算机的属性等-Can be found in your own ip, can control the shutdown and startup, get the computer" s properties, etc.
- 2022-09-27 19:00:04下载
- 积分:1
-
Input method change demo
Input method change demo
- 2022-08-23 09:21:03下载
- 积分:1
-
ShutUp lets you automate clean
ShutUp lets you automate clean-up tasks before shutdown. It can
clean out selected history lists, eject CDs, delete the files in
your TEMP directory, and run the programs you specify before
shutting down your computer. It also lets you schedule reminders
every day, one day a week, one day a month, or for a specific
date any time in the future.
- 2022-02-07 07:14:22下载
- 积分:1
-
本程序将完成印章的制作,与导出,同时可以根据用户需要制定不能大小的图形
本程序将完成印章的制作,与导出,同时可以根据用户需要制定不能大小的图形-This procedure will be completed seal production, and export, at the same time users need to be developed in accordance with the size of graphics should not
- 2023-02-09 23:50:04下载
- 积分:1
-
类似于windows的画图板,基于MFC框架,能够实现文件的保存和读取,画点线圆矩形等,可设置线宽,线形和颜色...
类似于windows的画图板,基于MFC框架,能够实现文件的保存和读取,画点线圆矩形等,可设置线宽,线形和颜色-Similar to the windows of the drawing board, based on the MFC framework, can be achieved to save the file and read, draw points and lines circle rectangle and so on, you can set line width, linear and color
- 2022-02-04 20:10:12下载
- 积分:1
-
分形图制作 别人的http://huanqiu.51.net/VC/15.htm
分形图制作 别人的http://huanqiu.51.net/VC/15.htm -Fractal Map others http://huanqiu.51.net/VC/15.htm
- 2022-07-11 09:16:23下载
- 积分:1
-
VC编写的旋转文本
VC编写的旋转文本-VC prepared text of the rotation
- 2022-12-24 21:35:04下载
- 积分: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