代码搜索:Control System
找到约 10,000 项符合「Control System」的源代码
代码结果 10,000
www.eeworm.com/read/202720/5046815
java control.java
package com.dfun.blackjackServer;
import java.util.*;
/**************************************************
* @author Beetle
* 类功能介绍:系统启动后直接启动主控模块,主控模块启动时初始化
* 连接管理器,房间管理等。 主控主要负责启动其它模块并在适当的
www.eeworm.com/read/202720/5046820
jbx control.jbx
[PropertyInfo]
userList,Hashtable,false,false, , ,false,
[IconNames]
www.eeworm.com/read/198784/5082372
h control.h
#include
#include "../sync.h"
typedef struct data_control {
//pthread_mutex_t mutex;
//pthread_cond_t cond;
CCondition cond;
//CThreadMutex mutex;
int active;
} data_control;
www.eeworm.com/read/198784/5082374
c control.c
/* control.c
** Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc.
** Author: Daniel Robbins
** Date: 16 Jun 2000
**
** These routines provide an easy way to make any type of
** data-structure t
www.eeworm.com/read/198784/5082380
h control.h
#include
typedef struct data_control {
pthread_mutex_t mutex;
pthread_cond_t cond;
int active;
} data_control;
extern int control_init(data_control *mycontrol);
extern int control_
www.eeworm.com/read/198784/5082382
c control.c
/* control.c
** Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc.
** Author: Daniel Robbins
** Date: 16 Jun 2000
**
** These routines provide an easy way to make any type of
** data-structure t
www.eeworm.com/read/197450/5095943
control zroadmap.control
Package: zroadmap
Files: bin/roadmap bin/roadgps apps/Applications/zroadmap.desktop pics/zroadmap.png apps/Applications/zroadgps.desktop pics/zroadgps.png share/roadmap/*
Filename: ./zroadmap_0.15-1_a
www.eeworm.com/read/194563/5126443
h control.h
/////////////////////////////////////////////////////////////////////////////
// Name: control.h
// Purpose: wxControl class
// Author: Stefan Csomor
// Modified by:
// Created: 19
www.eeworm.com/read/194563/5126468
h control.h
#ifdef __WXMAC_CLASSIC__
#include "wx/mac/classic/control.h"
#else
#include "wx/mac/carbon/control.h"
#endif