-
CDirectoryChangeWatcher
一个目录变化监控类,空闲时间写的,方便调用,可扩展(A directory change monitoring class, free time to write, easy call, scalable)
- 2021-01-11 14:28:50下载
- 积分:1
-
C#版 IC卡读写实例源码,考勤系统源码(有截图)
C#版 IC卡读写实例源码,考勤系统源码(有截图)
- 2013-01-30下载
- 积分: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
-
ConvDBF
批量将DBF文件中的数据导入到一个MDB文件中,涉及到数据库操作和VC DLG编程。(Batch data in the DBF file into an MDB file, related to the operation of the database and the VC DLG programming.)
- 2013-09-27 20:40:44下载
- 积分:1
-
CPaintDCDemo
第6章 设备描述表和图形对象CPaintDCDemoCPaintDCDemo.rar,很不错的vc源码,有兴趣的朋友可以看看。(Chapter 6 describes the tables and graphics device object CPaintDCDemo CPaintDCDemo.rar, very good vc source, interested friends can see.)
- 2011-09-11 23:02:40下载
- 积分:1
-
FatigueTest
试验检测系统,是为摩托车上泵和制动钳提供检测的而开发的(Test。。。。。。。。。。。。。。。。。。。。。。。。。。。。。)
- 2009-11-17 16:26:04下载
- 积分:1
-
xlpvijx
关于 windows 下 perl 的一个小例子,()
- 2017-11-11 12:41:42下载
- 积分:1
-
69588609
使用WebRTC实现最简单的语言聊天代码,介绍了WebRTCd的用法()
- 2017-11-11 11:05:26下载
- 积分:1
-
C# GSM Modem短信的 发送/接收 示例源码下载
C# GSM Modem短信的 发送/接收 示例源码下载
- 2014-03-26下载
- 积分:1
-
Regedit
C++实现的读写注册表的功能,可以直接读取某个键的值,设定某个键的值和删除某个键的值,非常方便。(Read and write C++ implementation of the registry function, you can directly read the value of a key, set the value of a key to delete a key value, very convenient.)
- 2013-10-27 19:41:13下载
- 积分:1