代码搜索:Pool
找到约 5,820 项符合「Pool」的源代码
代码结果 5,820
www.eeworm.com/read/100811/15864019
pas pool.pas
unit pool;
interface
uses classes,DXClass, DXDraws, DirectX,dialogs;
type tball=class(tobject)
xpos,ypos:real; // position on the pool table
xv,yv:real; // speed vector
ballframe:I
www.eeworm.com/read/100113/15883845
h pool.h
/*****************************************************************************
*
* Pool.h
*
www.eeworm.com/read/391789/8377017
jar commons-pool.jar
www.eeworm.com/read/192111/8403513
hpp memory_pool.hpp
#ifndef _MEMPOOL_HPP_
#define _MEMPOOL_HPP_
#include
#include
#include
#include
#include
using namespace std;
namespace happycode
{
www.eeworm.com/read/375973/9341083
c compo_pool.c
/*******************************************************************************
File name : compo_pool.c
Description : Functions of the data pool Manager
COPYRIGHT (C) STMicroelectronics 2000.
www.eeworm.com/read/375973/9341084
h compo_pool.h
/*******************************************************************************
File name : compo_pool.h
Description : pool manager interface
COPYRIGHT (C) STMicroelectronics 2000.
Date
www.eeworm.com/read/375612/9355657
h thread-pool.h
#include
#include
#include
#include
#include
#ifndef TPBOOL
typedef int TPBOOL;
#endif
#ifndef TRUE
#define TRUE 1
#endif
#if
www.eeworm.com/read/375612/9355659
c thread-pool.c
#include "thread-pool.h"
static void *tp_work_thread(void *pthread);
static void *tp_manage_thread(void *pthread);
static TPBOOL tp_init(tp_thread_pool *this);
static void tp_close(tp_thread_p
www.eeworm.com/read/170391/9808201
h thread_pool.h
#ifndef __THREAD_POOL_H__
#define __THREAD_POOL_H__
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/170391/9808216
cc thread_pool.cc
#include "thread_pool.h"
using namespace std;
thread_pool::thread_pool(int _i, int key) : total(_i)
{
#ifdef __DEBUG
cout