-
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
-
全景图拼接
说明: VC毕业设计,全景图拼接算法实战源码+论文。算法基本思想,图像A和B,A有至少1/3部分与B重合,在A中找图像块a,在B中找图像块b,利用夹角余弦距离,求a 、b的相似度,利用循环使b在B中移动,找到相似度最大的图像块b。通过b所在点坐标,确定B相对于A的偏移量。通过偏移量将A和B放在同一坐标系实现拼接。(VC graduation design, panorama mosaic algorithm actual source code + thesis. The basic idea of the algorithm is that at least one third of the images A and B overlap with B. Find the image block a in A, and find the image block b in B. Use the cosine distance of the angle to find the similarity of a and b. Use the loop to move b in B to find the image block b with the highest similarity. Determine the offset of B relative to A through the coordinates of the point where b is located. A and B are placed in the same coordinate system through the offset to achieve stitching.)
- 2020-04-04 12:50:11下载
- 积分:1
-
h3cxclient_for_win_source
win下 华为h3c 802.1X V2.20 系列客户端的源程序。本文件概要介绍组成 H3C 应用程序的每个文件的内容,还可作为您编写相应应用程序的起点。
(Huawei h3c 802.1X V2.20-02XX series win under client in Ubuntu Linux system under the corresponding source code.)
- 2020-11-03 18:19:53下载
- 积分:1
-
Gp_Src
说明: VC++ 6.0 MFC for Stock
- 2020-06-25 16:20:01下载
- 积分:1
-
NAT-P2P
vc写的穿透NAT例子。很不错 又说明文件(vc write NAT example of penetration. Also very good note)
- 2020-10-02 16:07:41下载
- 积分:1
-
laplace DP 代码仿真实现
实现了基于拉普拉斯机制的差分隐私,并使用UCI数据集进行了仿真实验(Differential privacy based on Laplacian mechanism is realized, and simulation experiments are carried out using UCI data sets.)
- 2019-04-08 19:31:40下载
- 积分:1
-
贪吃蛇
说明: c++版贪吃蛇,帮助新手快速入门C++开发,学习游戏开发(C-version of the greedy snake, to help novices get started C-development)
- 2020-06-18 23:40:02下载
- 积分:1
-
C-P-P-on-Experiment
东南大学C++上机实验12:类与对象的概念与设计——定义图书类、定义商品类案例(Southeast University, C++-on experiments: class and object concept and design- the definition of library class, the definition of commodity case)
- 2011-05-26 18:58:56下载
- 积分:1
-
vc
说明: vc范例大全,源码,13和14章,主要内容是网络编程和动态库(vc examples of documents, source code, 13 and 14 chapters, is the Internet programming and dynamic library)
- 2010-08-01 13:42:52下载
- 积分:1
-
串口通信
VC平台使用MSComm控件实现串口通讯(VC6.0 to MSComm and UartAssist)
- 2017-07-31 10:58:10下载
- 积分:1