代码搜索:Processor
找到约 10,000 项符合「Processor」的源代码
代码结果 10,000
www.eeworm.com/read/128806/14278112
java videotransmit.java
/*
* @(#)VideoTransmit.java 1.7 01/03/13
*
* Copyright (c) 1999-2001 Sun Microsystems, Inc. All Rights Reserved.
*
* Sun grants you ("Licensee") a non-exclusive, royalty free, license to use
www.eeworm.com/read/128084/14317177
pas cpuid.pas
unit cpuid;
// CPU identification.
// This unit defines the GetCpuID function, which uses the CPUID
// instruction to get the processor type. GetCpuID returns True if the
// processor support
www.eeworm.com/read/229354/14343765
c interrupt.c
//*****************************************************************************
//
// interrupt.c - Driver for the NVIC Interrupt Controller.
//
// Copyright (c) 2005,2006 Luminary Micro, Inc. Al
www.eeworm.com/read/126957/14391647
man m_dynix.man
.SH "DYNIX DIFFERENCES"
One the Sequent DYNIX operating system, there is a distinction between runable
and running on a processor. The STATE column reflects this by showing "run"
when the process is
www.eeworm.com/read/220047/14854681
java jvidcap.java
/*
* Copyright (c) 1996-2001 Sun Microsystems, Inc. All Rights Reserved.
*
* Sun grants you ("Licensee") a non-exclusive, royalty free, license to use,
* modify and redistribute this software in s
www.eeworm.com/read/219575/14875614
pepa test.pepa
r1=0.1;
r2=0.2;
s=0.3;
Processor0=(task1,r1).Processor1;
Processor1=(task2,r2).Processor0;
Resorce0=(task1,r1).Resource1;
Resource1=(reset,2).Resource0;
(Resource0||Resource0)(Processor0||Proce
www.eeworm.com/read/117726/14906754
h clock.h
/* Routines for using cycle counter */
/* Start the counter */
void start_counter();
/* Get # cycles since counter started */
double get_counter();
/* Measure overhead for counter */
double ovhd();
www.eeworm.com/read/117724/14907209
h clock.h
/* Routines for using cycle counter */
/* Start the counter */
void start_counter();
/* Get # cycles since counter started */
double get_counter();
/* Measure overhead for counter */
double ovhd();