-
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
-
FTool
说明: 使用MFC技术演示了如何安装和加载驱动,驱动代码在另外一个上传文件中(Using MFC technology to demonstrate how to install and load drivers)
- 2019-03-08 10:46:57下载
- 积分:1
-
peid0.95_en支持64位
说明: 功能说明peid0.95_en支持64位免费(wkdwqdkqw dkqwojds peid)
- 2020-06-10 08:24:46下载
- 积分:1
-
vld-10-srcz
memory leak lib src
- 2008-07-22 23:49:28下载
- 积分:1
-
ChipGenius
U盘数据重写,可以想已损坏的U盘重新向里面写入新的数据,(U disk data rewriting can be damaged U disk to re-write new data to the inside,)
- 2010-07-09 02:16:38下载
- 积分:1
-
CDT-Install
CDT 安装包可以下载安装CDT,如果需要安装此文件的蛮有用(The CDT installation package can download and install the CDT, quite useful if you need to install this file)
- 2012-10-05 14:40:26下载
- 积分:1
-
MiniBlinkPinvoke-master
说明: C#简单版blink内核webbrowser浏览器开发,优点:文件极小,不像cefsharp动辄就要上百兆大小,这个只需要几百K即可(C# simple version of blink kernel web browser browser browser development, advantages: the file is very small, unlike cefshare, which requires hundreds of megabytes in size, this only needs a few hundred K)
- 2019-07-05 10:54:23下载
- 积分:1
-
865736
使用消息框,C++Builder精选编程学习源码,很好的参考资料。(Use a message box, C++Builder select learning programming source code, a good reference.)
- 2013-11-22 06:49:36下载
- 积分:1
-
ClipsNet
MommoSoft公司的CLIPS程序集以及例子,可以用于C#和CLIPS的混合编程(CLIPS assembly from MommoSoft, as well as examples, can be used in C# and a mixture of CLIPS programming)
- 2020-12-01 19:29:26下载
- 积分:1
-
VCPP-QrCode
Vc++ 6.0 qrcode二维码代码封装,希望有帮助
- 2014-02-11 16:23:06下载
- 积分:1