-
基于汇编语言的电子琴设计.运用汇编语言实现!是完整的程序,有许多功能!...
基于汇编语言的电子琴设计.运用汇编语言实现!是完整的程序,有许多功能!-on assembly language, the flower design. Use language compilation! The procedure is complete, there are many functions!
- 2022-03-17 13:17:32下载
- 积分:1
-
综合布线管理系统,用vb+execel实现,xexcel作为后台数据库存储数据。...
综合布线管理系统,用vb+execel实现,xexcel作为后台数据库存储数据。-integrated wiring management system, with vb execel realized, as xexcel background databases store data.
- 2022-07-26 15:05:09下载
- 积分:1
-
Java进行简单分词的实现
在eclipse上使用Java语言来实现简单地词典的分词,对文本进行简单地分词和查询;通过这样的操作可以完成词典的分词并且带有txt语料库来进行比对。
- 2022-08-13 06:44:18下载
- 积分:1
-
软件体系结构
Software architecture
- 2022-01-26 04:19:14下载
- 积分:1
-
an example of linked list for storage of a store case.
an example of linked list for storage of a store case.
- 2022-05-14 03:31:30下载
- 积分:1
-
将 VC++工程名称转换程序 实现VC++程序重新命名
将 VC++工程名称转换程序 实现VC++程序重新命名-description of VC VC conversion process re-naming
- 2022-11-21 21:10:03下载
- 积分:1
-
我在一个英文网站上找到的C程序,实现了著名的“贪食蛇”游戏。程序中的图形完全采用文字画的形式,很有特色。我曾经和作者用电子邮件联系过,此程序可以任意传播。...
我在一个英文网站上找到的C程序,实现了著名的“贪食蛇”游戏。程序中的图形完全采用文字画的形式,很有特色。我曾经和作者用电子邮件联系过,此程序可以任意传播。-in an English website to find the C program, realized the famous "Snake" game. The procedures are used graphic language in the form of paintings, very unique. I had e-mail contact with the author that this procedure can be arbitrary spread.
- 2022-12-05 01:15:03下载
- 积分:1
-
用C++实现的小游戏,模仿的是很早以前的红白机小游戏小蜜蜂,使用规则和小蜜蜂相似,可玩性较强...
用C++实现的小游戏,模仿的是很早以前的红白机小游戏小蜜蜂,使用规则和小蜜蜂相似,可玩性较强-Using C++ to achieve the small games, imitation is the long game of red and white machine small bees and small bees use rules similar to a strong playability
- 2022-03-04 06:53:22下载
- 积分:1
-
Tip
提示通
设置好日期、时间、内容,就会在指定的日期、时间提示,须确定看到提示,否则两分钟后又提示。-Tip-pass set up the date, time, content, will be at the specified date, time, tips, to be determined to see tips, otherwise, after a two-minute tips.
- 2022-06-26 08:46:01下载
- 积分: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