-
CDirectoryChangeWatcher
一个目录变化监控类,空闲时间写的,方便调用,可扩展(A directory change monitoring class, free time to write, easy call, scalable)
- 2021-01-11 14:28:50下载
- 积分:1
-
openclosetime
读取系统日志,获取开关机时间之后做计算工时(After reading hours to do the calculation system logs for switch time)
- 2014-07-15 11:00:45下载
- 积分:1
-
c# 读取usb信息
【实例简介】.net 实现usb 查看器,读取usb信息
- 2021-08-01 00:31:03下载
- 积分:1
-
c# 多线程操作例子源码
多线程操作 [实例截图] [核心代码]using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Threading;namespace ThreadMore{ public partial class Form3 : Form { public Form3() { InitializeComponent(); } // 发送数据包的类 public class SendPackage { Package pack; // 保存将被发送的数据包 int quantity = 1; // 数据包的个数 // 发送数据包 public SendPackage(Package p, int count) { pack = p; quantity = count; } public void ThreadRun() { // 发送指定数量的数据包 for (int looper = 1; looper
- 2015-03-20下载
- 积分:1
-
C#炫酷音乐播放器 音乐播放例子
C#炫酷音乐播放器 音乐播放例子
- 2015-04-28下载
- 积分:1
-
C#做的 Windows启动项管理工具 源码实例
Windows启动项管理软件, 可开通禁用启动项
- 2013-01-18下载
- 积分:1
-
WMIDemo
WMI查询操作是学习wmi不错的例子,还是值得推荐的(WMI query is learning wmi good example is worthy of recommendation)
- 2014-01-03 22:10:53下载
- 积分:1
-
goodsuperstar_Angel
一个小天使提醒工具的源代码,功能非常强大。感兴趣的朋友可以下来研究下。(A small angel to remind tools source code is very powerful. Interested friends can down under study.)
- 2011-12-29 15:31:39下载
- 积分:1
-
Regedit
vc 编辑注册表信息Regedit的程序源码,值得一看!(vc edit the registry Regedit program source code, worth a visit!)
- 2011-07-01 22:03:37下载
- 积分:1
-
cputime
此程序主要用于计算算法中CPU运行时间的长短,这样可以判断算法的优劣(This procedure the main algorithm used to calculate the CPU to run the length of this algorithm can determine the merits of)
- 2009-02-24 16:29:38下载
- 积分:1