-
C# 启动/停止 iis 网站 例子源码(iis 6.0下测试通过)
C# 启动/停止 iis 网站 例子源码(iis 6.0下测试通过)
- 2013-09-08下载
- 积分:1
-
Winform 模拟QQ窗体效果
模拟QQ窗体
- 2013-01-07下载
- 积分:1
-
C# QQ发送消息源码下载(亲测可用)
C# QQ发送消息源码下载(亲测可用)
- 2014-08-14下载
- 积分: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
-
xuliehua
vc基本序列化的程序源码,希望对大家有所帮助(vc basic sequence of the program source code, we want to help)
- 2011-06-05 22:20:23下载
- 积分:1
-
HIDUSB
Windows 系统下
1.USB设备的查找:
2.发送数据到USB设备:
3.接收数据从USB设备:(Windows system 1. USB device search: 2. Send data to USB device: 3. Receive data from USB devices:)
- 2008-05-27 13:26:13下载
- 积分:1
-
58604450
基于多径传输和多普勒频移的 瑞利Rayleigh信道的仿真 主要考虑不同条件下的仿真(Simulation of Rayleigh channel based on multipath transmission and Doppler shift is mainly considered under different conditions.)
- 2018-09-22 13:46:13下载
- 积分:1
-
RstAndClsCmptr
用visual c++实现系统开关机,注销(With visual c++ to achieve switching machines, log off)
- 2010-05-20 16:12:47下载
- 积分:1
-
prkcessing
图形常见变换如维纳,中值滤波 复原等处理要求图像为256色(Common graphic transformation such as weiner, median filtering recovery processing requirements such as image for 256 colors)
- 2017-05-10 23:42:56下载
- 积分:1
-
C#简单游戏键盘外挂
C#简单游戏键盘外挂
- 2013-10-31下载
- 积分:1