-
EDIDVIEW
读取注册表中关于显示器edid的记录信息。(Get the EDID information from Reg.)
- 2011-12-28 19:45:54下载
- 积分:1
-
c++实现P2PDemo(点对点聊天)
这个是演示采用UDP协议进行P2P打洞对话原理的演示程序,参考的资料是:1)P2P 之 UDP穿透NAT的原理与实现(附源代码)--http://www.cnpaf.net/Class/hack/0512182034513804825.htm2)王艳平
- 2021-03-23 18:59:15下载
- 积分:1
-
卫星轨道计算
读取星历数据计算卫星位置
- 2021-05-06下载
- 积分: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
-
18301637
wcdma模型,对于学习wcdma的同学非常有用,很好的材料,希望能对大家有帮助()
- 2018-06-10 04:47:42下载
- 积分:1
-
BC_HVAC
BC_HVAC一个LNC DDE的例程,很值得下载(LNC DDE a BC_HVAC the routine, it is worth downloading)
- 2009-06-22 16:35:53下载
- 积分:1
-
Process-Management
编写程序,要求父进程创建一个子进程,子进程对一个50*50的字符数组赋值,由父进程改变子进程的优先级,观察不同优先级进程使用CPU的时间(Written procedures that require the parent process creates a child process, the child process on a 50* 50 array of characters assigned by the parent process to change the priority of the child process, observe the different priorities of CPU time used by the process)
- 2016-05-07 19:10:26下载
- 积分:1
-
reboot
今天再次为vc++编程新手分享一个 Reboot程序源码,实现计算机关机、重启、注销功能,程序较简单那种,有兴趣的新手参考,源码完整,可用VC6.0顺利编译,运行效果请参见源码爱好者测试截图。(Today, once again sharing a Reboot vc++ programming novice program source code to achieve the computer shutdown, restart, logoff function, the program is relatively simple kind, interested novice reference, complete source code, can be used successfully VC6.0 compiler, operating results, see source enthusiasts test shots.)
- 2013-05-24 11:51:08下载
- 积分:1
-
C# QQ自动登陆 例子源码下载
C# QQ自动登陆 例子源码下载
- 2013-10-26下载
- 积分:1
-
spy_fileio_src
说明: spy++的一个小例子,涉及Vxd操作和DDK编译(spy++ a small example, involving the operation and DDK compiler Vxd)
- 2008-10-25 10:08:51下载
- 积分:1