代码搜索:Pool

找到约 5,820 项符合「Pool」的源代码

代码结果 5,820
www.eeworm.com/read/492058/6423690

h resource.h

//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by Common.rc // #define IDI_TRUECRYPT_ICON 501 #define IDI_TRUECRYPT_VOL_ICON 502 #define IDD_
www.eeworm.com/read/468873/6980816

h particleemitter.h

#pragma once #include "BaseHeader.h" #include "ParticleAffector.h" #include "ParticleSystem.h" #include "Particle.h" //发射器 // 一个渲染池最大具有512个粒子发射池 #define MAX_PARTICLE_POOL_LENGTH 512 // 最大只允许
www.eeworm.com/read/136989/5838732

cpp client_task.cpp

// // Client_Task.cpp,v 1.5 2003/11/01 11:15:10 dhinton Exp // #include "Client_Task.h" #include "ace/OS_NS_time.h" ACE_RCSID(Thread_Pool_Latency, Client_Task, "Client_Task.cpp,v 1.5 2003/11/01
www.eeworm.com/read/136989/5839154

cpp client_task.cpp

// // Client_Task.cpp,v 1.4 2003/11/01 11:15:10 dhinton Exp // #include "Client_Task.h" #include "ace/OS_NS_time.h" ACE_RCSID(Thread_Pool_Latency, Client_Task, "Client_Task.cpp,v 1.4 2003/11/01
www.eeworm.com/read/470720/1450349

c 20021118-2.c

/* Originally added to test SH constant pool layout. t1() failed for non-PIC and t2() failed for PIC. */ int t1 (float *f, int i, void (*f1) (double), void (*f2) (float, float)) { f1 (3.0);
www.eeworm.com/read/470693/1462295

c 20021118-2.c

/* Originally added to test SH constant pool layout. t1() failed for non-PIC and t2() failed for PIC. */ int t1 (float *f, int i, void (*f1) (double), void (*f2) (float, float)) { f1 (3.0);
www.eeworm.com/read/453704/1637848

java mythreadpool.java

package book.thread.pool; import java.util.LinkedList; /** * 线程池,继承ThreadGroup。 * ThreadGroup用于处理一组线程的类,它是一种树状结构,他的下层节点还可以是ThreadGroup对象 */ public class MyThreadPool extends ThreadGroup {