代码搜索:priority
找到约 10,000 项符合「priority」的源代码
代码结果 10,000
www.eeworm.com/read/269048/4247585
java priority.java
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copy
www.eeworm.com/read/268818/4249555
v priority.v
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|12 Jun 2002 16:31:56 -0000
vti_extenderversion:SR|5.0.2.4330
vti_lineageid:SR|{74807442-E9F7-422D-943E-A77B9D4087EC}
vti_cacheddtm:TX|12 Jun 2002 16
www.eeworm.com/read/268818/4249572
v priority.v
module priority (Code, valid_data, Data);
output [2: 0] Code;
output valid_data;
input [7: 0] Data;
reg [2: 0] Code;
assign valid_data = |Data; // "reduction or" operat
www.eeworm.com/read/442342/1763434
java priority.java
// Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi space
// Source File Name:
www.eeworm.com/read/431275/1908566
java priority.java
/*
* Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modi
www.eeworm.com/read/428246/1961794
java priority.java
/*
* Copyright 1999-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/427781/1966027
cs priority.cs
using System;
using System.Collections;
using System.Collections.Generic;
using BugNET.DataAccessLayer;
namespace BugNET.BusinessLogicLayer
{
///
/// Summary description for Prior
www.eeworm.com/read/427781/1966100
sql priority.sql
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[Priority]') AND type in (N'U'))
DROP TABLE [dbo].[Priority]
GO
CREATE TABLE [dbo].[Priority](
[PriorityID] [int] IDENT
www.eeworm.com/read/427741/1966681
java priority.java
class Priority implements Runnable
{
int runtimes=0;
private boolean running=true;
Thread thread;
public Priority( int p )
{
thread = new Thread(this);
thread.setPriorit
www.eeworm.com/read/426051/1996255
java priority.java
/*
* Copyright (C) The Apache Software Foundation. All rights reserved.
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been in