-
windows网卡的启用和禁用
windows网卡的启用和禁用,通过点击我的连接,右键属性,不能启用该程序禁用的网卡,必须通过该程序启用。主要是通过windows系统的api接口实现的。该程序通过了实际测试和应用,可以放心使用。
- 2022-03-25 18:32:05下载
- 积分:1
-
一个逆波兰式的生成程序
一个逆波兰式的生成程序-an inverse Polish generation procedures
- 2022-03-26 07:13:23下载
- 积分:1
-
打开文件,浏览树形结构。寻找树叶,再找匹配的节点
打开文件,浏览树形结构。寻找树叶,再找匹配的节点-Open files, browse tree structure. Looking for leaves, find matching nodes
- 2023-03-25 18:35:03下载
- 积分:1
-
windows下摄像头capture测试程序
摄像头capture测试程序,windows环境c++代码,完整可编译工程
- 2022-04-20 23:36:50下载
- 积分:1
-
This example function is implemented using VC++6.0 calculate the time difference...
本例子功能是用VC++6.0实现的计算两个日期的时间差值的。在此只实现了计算两个日期的小时差,其它的分钟,秒,天数等类似可以实现。-This example function is implemented using VC++6.0 calculate the time difference between the two dates. This is only achieved two dates to calculate the hour difference, other minutes, seconds, the number of days and the like can be achieved.
- 2022-05-27 08:26:06下载
- 积分:1
-
通过C语言操作文件来实现的控制台信息管理系统
通过C语言操作文件来实现的控制台信息管理系统-File through the C language operations to implement information management system console
- 2022-01-31 09:19:51下载
- 积分:1
-
a marco on excel file to get mac addresses
a marco on excel file to get mac addresses
- 2023-03-21 19:25:04下载
- 积分:1
-
令人兴奋的商场。开车去上班!
应用背景你有90秒到达你的工作简单的汽车,只有硬汽车和自行车有乐趣的朋友。关键技术用钥匙扣,上,下,左,右驱动。你必须要工作90秒,不与其他汽车碰撞,骑自行车和障碍。
- 2022-04-09 11:37:52下载
- 积分: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
-
这是一张通用定时器/计数器卡你可以绕线在我们…
This is a photo of a general purpose timer/counter card you can wirewrap in a weekend. It plugs into your PC s ISA bus just like a sound or modem card. It gives high-resolution timing (microseconds). Because of its programmablity, it is very powerful and flexible. You can even control DC or servo motors using pulse-width modulated (PWM), or stepper motors using its square wave capabilities. The figure below is the actual output (square wave) from the 8254 card captured by an oscilloscope:
- 2023-07-12 20:15:03下载
- 积分:1