-
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
-
rds-win32-4.0.522
raima velocis 4.0.5
- 2008-07-01 06:10:31下载
- 积分:1
-
MFCBandFilter
一个用MFC写的滤波器源代码,代码结构非常精巧,可以参考
功能:1 固定带通滤波
2 可变带通滤波
3 噪声删除
4 输入输出误差计算
实现比较简单,由于使用了Microsoft Foundation classes,代码流程很简单,但是实现的功能比较充分
Filter.h:头文件,定义了CFilterApp 类
Filter.cpp:利用MFC的函数实现了CFilterApp
Filter.rc:资源文件,包括对话框和图标的说明(use a filter to write MFC source code, code structure is very delicate, can be functional : a fixed band-pass filtering two variable bandpass filter to delete four 3 noise input and output error calculation is relatively simple to achieve. As the use of Microsoft Foundation classes, code process is simple, but to achieve the more fully functional Filter.h : The first document, CFilterApp definition of the category Filter.cpp : MFC function realized CFilterApp Filter.rc : resource files, including dialog box and the note icon)
- 2006-12-04 17:13:56下载
- 积分:1
-
C++并发编程实战(中文版)
说明: 很不错的高并发编程资料,讲的也狠细!共大家一起学习!(Learning materials 2312312)
- 2019-07-08 17:41:07下载
- 积分:1
-
opencv3_test
在opencv3中利用SVM进行图像目标检测和分类
采用鼠标事件,手动选择样本点,包括目标样本和背景样本。组成训练数据进行训练
- 2022-03-29 00:15:41下载
- 积分:1
-
动态规划法解决公路问题
该代码致力于解决在一段公路上如何放置广告牌来获取最大利益的问题,使用了动态规划的思想,由CPP所实现。
- 2022-05-20 19:26:44下载
- 积分:1
-
MP085传感器的资料
这是MP085传感器的资料,资料齐全,有需要的可以下载哦(This is the data of MP085 sensor. The data is complete. You can download it if you need it.)
- 2020-06-19 08:00:02下载
- 积分:1
-
ST7789V+CTC2.8 _16BIT
说明: 2.8寸TFT屏 stm32芯片 +ST7789驱动(2.8 inch TFT screen STM32 chip + ST7789 driver)
- 2021-04-21 23:58:49下载
- 积分:1
-
123140
matlab求解二阶常微分方程数值解,具有较好的效果,对学习matlab非常有用。(matlab solving second order ordinary differential equations, with good results, to learn matlab very useful.)
- 2011-05-14 19:31:14下载
- 积分:1
-
ADS1115
本程序调试了TI的高精度模数转换芯片ADS1115,此模数转换器采用双积分型,16位,为IIC通信方式,调试较复杂,在对直流采集方面有着广泛的应用(This program debugging TI s high-precision analog-digital conversion chip ADS1115)
- 2013-08-23 22:49:26下载
- 积分:1