-
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
-
m_can
Linux下BOASH公司m_can驱动(Linux BOASH m_can driver)
- 2020-06-21 01:20:08下载
- 积分:1
-
DownloadSample
.net开发的下载文件例子,新手可以参考下(Download file example .net development, the novice can refer)
- 2016-04-07 16:53:15下载
- 积分:1
-
c++五子棋小游戏
通过简单的c编程,在dos界面上实现五子棋小游戏。这个代码用到数据结构,和 c++的相关知识
- 2022-07-27 06:39:25下载
- 积分:1
-
lhphf
通信中的具有jaks频谱的随机函数的产生,jaks频谱是静电的信道功率谱之一(Generation of Random functions with jaks Spectrum in Communication)
- 2018-07-29 21:26:25下载
- 积分:1
-
RN8209
rn8209的驱动程序 rn8209的驱动程序(rn8209 the driver rn8209 the driver)
- 2012-03-26 15:00:46下载
- 积分:1
-
745454
网络服务,精选C#编程学习源码,很好的参考资料。(Network service, select learning C# programming source code, a good reference.)
- 2013-12-15 10:53:33下载
- 积分:1
-
wendukongzhi
温度控制模块, 方便开发人员做程序参考,程序内结合节俭程序。(Temperature control module, convenient for developers to make program reference.)
- 2018-11-19 13:28:55下载
- 积分:1
-
ControlSample1
AE+C#的常用功能集合代码(菜单栏-打开、保存;属性查询;鹰眼的开发)(A collection of commonly used functions AE+C# code (menu bar- open, save attribute query Hawkeye Development))
- 2013-11-20 07:18:41下载
- 积分:1
-
闪灯程序
说明: 内含asm,c,和一个说明文档,实现了dsp闪灯程序(intron asm, c, and a documentation and realized the flashing lights procedures dsp)
- 2005-11-04 13:45:36下载
- 积分:1