-
一个更完善的财务管理系统,操作简单,功能齐全
一个比较完整的财务管理系统,操作简单,功能比较完整-A more complete financial management system, easy operation, complete function
- 2022-02-05 20:40:53下载
- 积分:1
-
将3个字节的二进制小数部分转换为十进制小数,并可实现保存及显示。...
将3个字节的二进制小数部分转换为十进制小数,并可实现保存及显示。-Will be 3 bytes of binary conversion of decimal fractional part of a small number, and realize the preservation and display.
- 2022-09-08 09:05:03下载
- 积分:1
-
用vc++开发的密码破译小程序,很好玩。
用vc++开发的密码破译小程序,很好玩。-with vc++ code-breaking development of the small program is a lot of fun.
- 2022-01-31 16:39:24下载
- 积分:1
-
x 4,558,302 choice of a complete coding procedures compression rate and display...
x选用lzw编码的一个完整程序 有压缩率和字典显示 功能全-x 4,558,302 choice of a complete coding procedures compression rate and display the entire dictionary
- 2023-09-03 15:30:02下载
- 积分:1
-
PB datawindows窗口控件自适应
这是一款用PowerBuilder 编写的dataWindows窗口控件自适应,dataWindows窗口控件可以根据屏幕分辨率自动调整控件大小,以适应不同分辨率的窗口。
- 2023-08-24 21:30:03下载
- 积分:1
-
SMSC9118网卡驱动,在pxa270上调试并达到很好的传输速率,并实现了DMA的packet发送和接收,在WinCE5.0上测试通过...
SMSC9118网卡驱动,在pxa270上调试并达到很好的传输速率,并实现了DMA的packet发送和接收,在WinCE5.0上测试通过-SMSC9118 card driver, in the PXA270 debugging and achieve a good transfer rate, and realize the DMA of the packet to send and receive, in WinCE5.0 tested through
- 2022-04-07 01:10:09下载
- 积分:1
-
工具箱中有三个主要的功能,字数、文件加密、消息加密计划…
本软件工具箱 具有三大功能,字数计算,文件加密,信息加密存储!-The toolbox has three main functions, word count, file encryption, message encryption store!
- 2022-11-10 15:30:03下载
- 积分:1
-
利用ANF快速计算椭圆曲线上的标量乘法
利用miracl大数库,利用椭圆曲线快速实现算法ANF计算椭圆曲线上的单标量乘法
- 2023-03-30 21:25:04下载
- 积分:1
-
windows 进程守护软件,可以定义响应时间,当指定进程被关闭时自动打开。...
windows 进程守护软件,可以定义响应时间,当指定进程被关闭时自动打开。-guardian of windows process software, response time can be defined, when the specified process was shut down automatically when opened.
- 2022-08-20 08:58:30下载
- 积分: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