代码搜索结果
找到约 10,000 项符合
Driver 的代码
driver-2
# Driver script with two test scripts.
jobs 20
# Run for 10 minutes
time 600
# Pause up to 30 seconds between job executions.
randomize 30000
script 1 leave-message
script 1 retrieve-message
driver-1
# Very simple driver script.
jobs 20
time 300
# Pause up to 30 seconds between job executions.
randomize 30000
script 1 leave-message
driver.pas
//
// first of all this is unit not program
// we need some exports to be working e.g. _DriverEntry - see below
//
unit driver;
interface
//
// the most important unit is DDDK which source
driver.java
/*
Copyright (C) 2002 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the
driver.java
/*
Copyright (C) 2002 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
t
driver.h
#ifndef __DRIVER_H__
#define __DRIVER_H__
//for os
#include "../ucos-ii/includes.h"
//for CPU Define
#include "../target/2410addr.h"
#include "../target/option.h"
//for Touch
#include "
driver.s
;/*****************************************************************************
; * Copyright (C) ARM Limited 1998. All rights reserved.
; ************************************************************
driver.java
package org.hibernate.forum;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import net.sf.hibernate.FetchMode;
driver.h
/****************************************Copyright (c)**************************************************
** 广州致远电子有限公司
** 研发部
*
driver.c
/*
* driver.c
*/
/* INCLUDES *****************************************************************/
#include "services.h"
#define NDEBUG
#include
/* FUNCTIONS ******************