-
shurufa_moni
通过VC++实现输入法的简单原理,从而让初学者了解输入法编程的含义。(By the simple principle of VC++ input method, allowing beginners to understand the meaning of the input method programming.)
- 2012-09-16 01:54:49下载
- 积分:1
-
USBtest
USBtest,USB测试程序,可以一看(USBtest, USB testing procedures, you can watch one)
- 2007-08-31 09:19:36下载
- 积分: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
-
WcfServer
.net wm系统 wcf三层模式服务器端(Net wm system server-side in wcf three-mode)
- 2012-08-04 19:12:47下载
- 积分:1
-
LCD 12864
LCD 12864驱动,STM32使用,基于Keil Vision5版本(LCD 12864 driver, STM32 use, based on Keil Vision5 version)
- 2017-07-13 09:09:36下载
- 积分:1
-
GPIF_cypress
cypress USB 中GPIF中相关的开发资料(keyword: cypress USB GPIF)
- 2010-06-09 19:38:39下载
- 积分:1
-
基于噪声点检测的中值滤波方法_马学磊
图像识别中,对噪点的检测的中值滤波的方法。(Image recognition, median filtering method for the noise detection)
- 2017-07-06 16:20:55下载
- 积分:1
-
SplitContainerExDemo
C#做的可收缩的panel,设置大小,自动缩放。
(C# to do the retractable panel, set the size, automatic scaling.)
- 2011-09-14 14:22:28下载
- 积分:1
-
UDP_Cfg
UDP rec send data,c++,visual c++ code
- 2020-06-22 10:00:01下载
- 积分:1
-
第8届模拟升降机
说明: 实现蓝桥杯嵌入式第8届省赛题目,实现使用32单片机模拟电梯运行的功能(Realize the 8th provincial competition of Blue Bridge Cup embedded system, and realize the function of using 32 single chip microcomputer to simulate elevator operation)
- 2019-11-05 10:42:54下载
- 积分:1