摘要:
Microsoft Visual Studio Ultimate 2012 旗舰版 有效注册密钥:YKCW6-BPFPF-BT8C9-7DCTH-QXGWCMicrosoft Visual Studio Premium 2012 高级版 有效注册密钥:MH2FR-BC9R2-84433-47M63- 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;namespace ThreadPoolDemo{ class Program { static void Main(string[] args) { int nWorkerThreads; int nCompletionPorteads; ThreadPool.GetMaxThreads(out nWorkerThreads, out nCompletionPorteads); Con 阅读全文
摘要:
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 SIMUHKNETSDK;namespace SIMUSDK{ public partial class Form1 : Form { private int m_videoHandle;//视频Handle ... 阅读全文