-
dmyectiotwo
W2kPrintDrvSample Feature Support two page directio
- 2017-05-11 12:50:38下载
- 积分: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
-
howtoMatlab7VC++6dll
如何将Matlab7.0函数转换成VC++6.0动态链接库,浅显易懂(How to convert Matlab7.0 function VC++ 6.0 dynamic link library, easy to understand)
- 2008-04-13 19:37:14下载
- 积分:1
-
C#通信调试工具1.0(带源码)
【实例简介】C#通信调试工具1.0(带源码)
串口通信,网络通信,很好用的工具。
- 2022-01-08 00:31:33下载
- 积分:1
-
C# 串口读写程序 串口通讯示例源码
C# 串口读写程序 串口通讯示例源码
- 2014-03-26下载
- 积分:1
-
Monitor
自己写的模拟监控CPU和内存的小程序,可以指定检查某个进程(Write analog monitor CPU and memory applet, you can specify a process check)
- 2011-01-08 23:14:17下载
- 积分:1
-
c# winform QQ表情例子 附完整源码
winform qq表情功能实现,支持表情管理,支持分页,仅供学习交流使用
- 2013-09-22下载
- 积分:1
-
2008031422530437
读书专用方便快接,大家不防用用看.好下在 (Dedicated to facilitate faster access to study, do not prevent use by everyone look. Good in)
- 2009-02-24 17:09:37下载
- 积分:1
-
105
仁脸识别是机器视觉和模式识别领域最富有挑战性的课题之一,同时也具有较为广泛的应用意义。人脸识别技术是一个非常活跃的研究领域,它覆盖了数字图像处理、模式识别、计算机视觉、神经网络、心理学、生理学、数学等诸多学科的内容(Ren-face recognition is the field of machine vision and pattern recognition, one of the most challenging issues, but also a wide range of applications has more significance. Face recognition technology is a very active research field, which covers the digital image processing, pattern recognition, computer vision, neural networks, psychology, physiology, mathematics and many other disciplines content)
- 2008-12-11 16:17:33下载
- 积分:1
-
WCRT-1.12
windows 运行时库 crt 的源代码(windows runtime crt source code)
- 2012-04-20 13:27:40下载
- 积分:1