代码搜索结果
找到约 129,825 项符合
Control 的代码
control.cpp
// Control.cpp -- IOCTL handlers for workitem driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stddcls.h"
#include "driver.h"
#include "ioctls.h"
struct _
control.cpp
// Control.cpp -- IOCTL handlers for memtest driver
// Copyright (C) 1999, 2000 by Walter Oney
// All rights reserved
#include "stddcls.h"
#include "driver.h"
#include "ioctls.h"
VOI
control.cpp
// Control.cpp -- IOCTL handlers for fputest driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stddcls.h"
#include "driver.h"
#include "ioctls.h"
// This s
control.cpp
// Control.cpp -- IOCTL handlers for resource driver
// Copyright (C) 1999, 2000 by Walter Oney
// All rights reserved
#include "stddcls.h"
#include "driver.h"
#include "ioctls.h"
#incl
control.cpp
// Control.cpp -- IOCTL handlers for fileio driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stddcls.h"
#include "driver.h"
#include "ioctls.h"
//////////
control.java
/* Control.java --
Copyright (C) 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the terms o
control-proto.h
/*
* control-proto.h - control protocol header definitions
*
* Copyright (C) 2000, 2001 Stefan Jahn
*
* This is free software; you can redistribute it and/or modify
* it under
control-proto.c
/*
* control-proto.c - control protocol implementation
*
* Copyright (C) 2000, 2001 Stefan Jahn
*
* This is free software; you can redistribute it and/or modify
* it under the
control.java
package com.thinkenjoy.control;
//Download by http://www.codefans.net
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.DataInputStream;
import java.io.Dat