代码搜索:priority
找到约 10,000 项符合「priority」的源代码
代码结果 10,000
www.eeworm.com/read/415793/11053724
vhd priority.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.all;
ENTITY priority IS
PORT ( req1, req2, req3 : IN STD_LOGIC ;
f : OUT STD_LOGIC_VECTOR(1 DOWNTO 0) ) ;
END priority ;
ARCHITECTU
www.eeworm.com/read/413847/11139740
h priority.h
#ifndef PRIORITY_H_H
#define PRIORITY_H_H
class priority{
private:
char Op;
int InStack;
int OutStack;
public:
priority(){}
priority(char o,int InSt,int OutSt)
{Op=o;InStack=InSt;Out
www.eeworm.com/read/146768/12614050
c priority.c
/*
**===========================================================================
** PRIORITY.C - Provide functions for time-critical code
**---------------------------------------------------------
www.eeworm.com/read/238047/13910244
tcl priority.tcl
# proc priority is called in ns-mobilenode_802_11e.tcl if interface-queue
# (in the run-script) is set to Queue/DTail/PriQ.
#
# here the different backoff-priority parameters may be set for each Pri
www.eeworm.com/read/236138/14030926
tcl priority.tcl
# proc priority is called in ns-mobilenode_802_11e.tcl if interface-queue
# (in the run-script) is set to Queue/DTail/PriQ.
#
# here the different backoff-priority parameters may be set for each Pri
www.eeworm.com/read/113428/15456289
java priority.java
public class PriorityTime {
private List threadList = new List( "时间片调用" );
private Inform thread1 , thread2 , thread3 , thread4;
private JTextArea output;
public PriorityTime {
Inform
www.eeworm.com/read/100982/15859008
zip priority.zip
www.eeworm.com/read/430906/8719507
h priority_queue.h
#ifndef PRIORITY_QUEUE
#define PRIORITY_QUEUE
typedef struct {
int actionType;
int timeStamp;
int id;
int type;
}heapInfo;
typedef struct {
heapInfo *heap;
unsigned int maxSize;
unsigned int
www.eeworm.com/read/430906/8719520
c priority_queue.c
#include
#include
#include "priority_queue.h"
priorQueue* newHeap(unsigned int qsize) {
priorQueue *p = (priorQueue*)malloc(sizeof(priorQueue));
p->heap = (heapInfo*)malloc(qsi
www.eeworm.com/read/286738/8746470
c priority_decrease.c
/* *
* $Id: priority_decrease.c 80 2005-01-25 17:51:15Z federico $
*
* This file is part of Fenice
*
* Fenice -- Open Media Server
*
* Copyright (C) 2004 by
*
* - Giampaolo Mancini