-
LabView平台下的频率计算显示程序,通过串口接收下位机的数据,并进行测频过程的控制,完成计算和显示。...
LabView平台下的频率计算显示程序,通过串口接收下位机的数据,并进行测频过程的控制,完成计算和显示。-LabView platform frequency calculations show procedures, through the serial port to receive the next bit plane data, and frequency measurement process control, complete the calculation and display.
- 2022-04-29 14:16:34下载
- 积分:1
-
VC++编程,有原代码,类似于微软的“磁盘扫描程序”控制。
VC++编程,有原代码,类似微软磁盘扫描的控件。-VC++ Programming, there is the original code, similar to Microsoft ScanDisk controls.
- 2022-01-21 01:29:21下载
- 积分:1
-
内存管理.使用他可以看到一个内存管理的有关情况.
内存管理.使用他可以看到一个内存管理的有关情况.-memory management. He can see the use of a memory management of the situation.
- 2022-08-06 06:26:36下载
- 积分:1
-
书 名:Programming Windows程式开发设计指南
出版日期:2000/6/2
原 作 者:Charles Petzold
译 者:余孟...
书 名:Programming Windows程式开发设计指南
出版日期:2000/6/2
原 作 者:Charles Petzold
译 者:余孟学
-Title: Programming Windows program to develop design guidelines Publication Date: 2000/6/2 original author: Charles Petzold Translator: Studies余孟
- 2022-02-21 20:16:08下载
- 积分:1
-
自己以前做的汇编小程序,希望对大家有用。
自己以前做的汇编小程序,希望对大家有用。-A compilation of their previous small program to do the hope that useful for everyone.
- 2022-10-22 20:15:03下载
- 积分:1
-
C++标准程式库
C++标准程式库-C standard library programs
- 2022-06-17 05:23:04下载
- 积分:1
-
Samsung sjf2410 v4.0 original code to support AMD 29LV800BB, E28F128 StrataFlash
三星sjf2410 v4.0原始代码,支持AMD 29LV800BB,E28F128 StrataFlash
- 2022-10-07 15:40:03下载
- 积分:1
-
pocket pc 2002 on the ras dial
pocket pc 2002上的ras拨号代码,可以提取出其中的代码实现自动拨号-pocket pc 2002 on the ras dial-up code, the code can be extracted out the automatic dial-up
- 2022-04-29 17:21:14下载
- 积分:1
-
bank savings system's main purpose is to depositors of their deposits, and c...
银行储蓄系统的主要用途是为储户保管存款,并计算存款利息,提供自由存款与取款的服务-bank savings system"s main purpose is to depositors of their deposits, and calculate interest on deposits, deposits and withdrawals free services
- 2023-01-19 02:40: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