-
RGB
RGB的VC各种定义,各种取值,方便使用(rgb for vc define)
- 2013-11-25 14:36:27下载
- 积分:1
-
Camera
用VC+MFC实现摄像头的打开、捕捉、停止功能(Achieved using VC+ MFC open camera to capture and stop function)
- 2010-11-18 14:56:41下载
- 积分:1
-
Skript
Matlab simulink example
- 2019-02-14 14:09:21下载
- 积分:1
-
birdseye
鸟瞰图校正,基于OPENCV的应用,可以把鸟瞰图校正为平面图。(Aerial view of the correction, based on the application of OPENCV, bird' s eye view can be corrected for the plan.)
- 2010-11-09 10:51:46下载
- 积分: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
-
c8051f321
说明: 用的c8051f321芯片,他带usb控制器,用来通过usb口把数据传给电脑,信号来源是容栅传感器,里面有最大数保存、最小数保存、快速跟踪、清0等功能。程序的控制用汇编写的,其他部分用c言语写的(C8051f321 used in chips, he brought usb controller, I used the data through the usb to the computer, the signal from the capacitive sensors, which have the greatest number of preservation, the smallest number of preservation, fast-track clearance functions 0. Compilation of the control procedures written in other parts of speech written by c)
- 2009-08-20 09:25:51下载
- 积分:1
-
NSC
NSC program calculates BER of NSC
- 2014-01-23 22:06:16下载
- 积分:1
-
医保接口源码
医保接口源码,.net代码,源码自己编写,可实现医保信息的读取与交互,已在医院客户项目中成熟使用,能够正常读取
医保信息,供学习!如有问题,请留言,谢谢!
- 2022-06-30 17:57:46下载
- 积分:1
-
vc_AVI
VC操作AVI文件的例子,老是太短,本来就只有这点说明(VC operation example of AVI files, always too short, had only this description)
- 2010-02-01 10:30:17下载
- 积分:1
-
MailBox
基于MFC和ADO实现的电子邮件管理系统。实现了基本的邮件管理功能,包括:发件箱、收件箱、草稿箱、垃圾箱、通信录等。(Based on the MFC and ADO realization of email management system. The realization of the basic message management functions, including: the inbox, outbox, drafts, dustbin, communication etc..)
- 2012-03-11 13:43:11下载
- 积分:1