-
pic24单片机资料
microchip pic24 data
- 2022-04-22 17:49:56下载
- 积分:1
-
基于 vb 的图书馆系统
图书馆管理系统
- 2022-10-09 10:00:03下载
- 积分:1
-
this is my matlab program
this is my matlab program
- 2022-03-22 03:27:39下载
- 积分:1
-
elong SCM temperature control, and led keys and control category C source code,...
elong单片机温控,led和按键控制等源代码类C文件,459调试通过-elong SCM temperature control, and led keys and control category C source code, debugging through 459
- 2022-12-26 22:55:03下载
- 积分:1
-
build environment : VC6.0 and above reader Sector (byte or word reader) to read...
编译环境:VC6.0及以上版本
读写扇区(以字节或字读取)
读写簇(以字节或字读取)
读取FAT项
获取BPB信息
获取某文件或文件夹的目录项信息(入口簇及偏移量)
设置目录项信息(可以通过这来实现更改文件名,文件属性,创建时间等信息)-build environment : VC6.0 and above reader Sector (byte or word reader) to read and write Cluster (byte or word reader) to read FAT items BPB access information access a document or folder directory information items (imported cluster and offset) the installation of Contents items (which can be passed to to achieve change file names, file attributes, create time information)
- 2022-11-14 19:55:03下载
- 积分:1
-
仿windows的画板程序
适合初学者使用
仿windows的画板程序
适合初学者使用-imitation windows slate procedures for beginners
- 2022-03-03 03:55:19下载
- 积分:1
-
VC++ 实现打飞机小游戏
全部实现源码+ 算法
VC++ 实现打飞机小游戏
全部实现源码+ 算法-Visua C++ plan game
xiao game
- 2022-05-19 13:01:02下载
- 积分:1
-
Merchant shopping web site source code. write in jsp+mysql+javabena. Database cr...
该系统是jsp+mysql+javabean的大型购物。 1、正确配置服务器,该系统已经在tomcat4.0.1和resin3.0下调试通过; 2、用doc目录下的表结构在mysql上建表, 3、正确配置poolman.xml中的数据库连接池,-Merchant shopping web site source code. write in jsp+mysql+javabena. Database creating sql in dictory doc, database connect pool config in poolman.xml.
- 2022-10-23 18:30:04下载
- 积分:1
-
travle
深度优先遍历和广深优先遍历的实现及实现源代码-travle
- 2022-03-17 17:29:03下载
- 积分: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