-
YouToo
youtoo.sip电话详细源程序代码...里面赋有详细的说明过程以及使用说明..有利于SIP客户端的开发(youtoo.sip telephone detailed source code ... which are endowed with detailed description of the process so that Note .. used to SIP Client Development)
- 2020-07-02 00:40:01下载
- 积分:1
-
getmac
vc编写的获取windows平台网络硬件地址的软件(get windows mac address)
- 2020-06-21 19:00:01下载
- 积分:1
-
c# winform QQ表情例子 附完整源码
winform qq表情功能实现,支持表情管理,支持分页,仅供学习交流使用
- 2013-09-22下载
- 积分:1
-
RJCQDWI
6 ways to start other programs
- 2018-12-25 10:27:51下载
- 积分:1
-
C#生成二维码、调用摄像头扫描二维码实例源码
C#生成二维码、调用摄像头扫描二维码,可直接拿来测试
- 2013-01-10下载
- 积分:1
-
hsad
利用DevC++写的Windows基本控件的类库,有详细的使用例子,水平有限,希望指正(Use DevC to write the Windows basic control class library, have detailed use example, the level is limited, want to point to correct)
- 2018-12-30 20:31:07下载
- 积分:1
-
c4
说明: 用时间片轮法实现进程的调度,该程序比较短和简单(Time piece wheel realize the process of scheduling, the program relatively short and simple)
- 2008-03-27 21:57:16下载
- 积分:1
-
C#通过读取硬盘序列号,生成license文件。
C#通过读取硬盘序列号,生成license文件。(C# generates the license file by reading the serial number of the hard disk.)
- 2019-05-17 16:54:11下载
- 积分: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
-
c# 定时开机源码下载
远程服务器通过局域网来控制开机,要主板支持Lan开机进入CMOS参数设置。选择电源管理设置“Power Management Setup”菜单。将局域网启动置为enable即可;观察发现不同的CMOS的局域网启动名称不同。注意一下关键字即可 LAN XXXXXX Power UP 有这些关键字就可能是。
- 2014-01-26下载
- 积分:1