代码搜索:Threading
找到约 3,703 项符合「Threading」的源代码
代码结果 3,703
www.eeworm.com/read/321010/13413674
cs class1.cs
using System;
using System.Collections;
using System.Threading;
// 这是用来保存信息的数据结构,将作为参数传递
public class SomeState
{
public int Cookie;
public SomeState(int iCookie)
{
Cookie = iCookie;
www.eeworm.com/read/321010/13413730
cs class1.cs
using System;
using System.Net;
using System.Net.Sockets;
using System.Threading;
using System.Text;
namespace Exam7_13
{
// State object for receiving data from remote device.
public c
www.eeworm.com/read/321010/13413740
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Threading;
using System.IO;
using System.
www.eeworm.com/read/321010/13413753
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Threading;
using System.IO;
using System.
www.eeworm.com/read/315533/13541018
cs tcpsockets.cs
using System;
using System.Threading;
using System.Net;
using System.Net.Sockets;
using System.Collections;
using System.Text;
using System.Data;
using System.Runtime.InteropServices;
using Sy
www.eeworm.com/read/315430/13542712
cs converter.cs
using System;
using System.Collections.Generic;
using System.Text;
using LC_XMLControl;
using System.Data.Odbc;
using System.Collections;
using System.Data;
using System.Threading;
using Syst
www.eeworm.com/read/306993/13733585
txt threads.txt
Old threading method: slice-based
application calls x264
x264 runs B-adapt and ratecontrol (serial)
split frame into several slices, and spawn a thread for each slice
wait until all threads are done
d
www.eeworm.com/read/305521/13766716
vb frmconnect.vb
Public Class frmConnect
Inherits System.Windows.Forms.Form
Dim thConn As System.Threading.Thread
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体
www.eeworm.com/read/131283/5947084
nt makefile.nt
## Makefile for Windows NT: Threading include files installation
## (C) GradSoft 2000, 2001
## $Id: Makefile.nt,v 1.2 2001/12/11 21:16:30 kav Exp $
include ..\..\..\..\config\Win32\environment.nt.ma
www.eeworm.com/read/131283/5947120
cpp threadevent.cpp
#include
/*
* part of GradSoft C++ ToolBox
* Threading: ThreadEvent
* (C) GradSoft, 2001
* http://www.gradsoft.com.ua
* $Id: ThreadEvent.cpp,v 1.11 2001/10/31 03:13:50 r