代码搜索:priority
找到约 10,000 项符合「priority」的源代码
代码结果 10,000
www.eeworm.com/read/479786/6678780
c priority.c
/*
*
* Sample Code for Gtk+ Programming in C, 1st Edition, Prentice Hall
*
* Copyright 2000 - 2002 Syd Logan, All Rights Reserved
*
* This code is distributed without warranty. You are free to u
www.eeworm.com/read/408091/11405244
h priority.h
// Copyright (c) 1994 James Clark
// See the file COPYING for copying permission.
#ifndef Priority_INCLUDED
#define Priority_INCLUDED 1
#include
#include "Boolean.h"
#ifdef SP_NAMESPACE
www.eeworm.com/read/407332/11420687
c priority.c
#include
#include
#include
#include
#define LEDFILE "/dev/xup_v2pro_led"
#define DIPFILE "/dev/xup_v2pro_dip"
int main()
{
printf("Content-typ
www.eeworm.com/read/406905/11432877
v priority.v
//////////////////////////////////////////////////////////////////////////
// Block Name : priority.v
// Author : Jason Kassoff
// Date : 01/28/01
// Last
www.eeworm.com/read/400031/11585731
vhd priority.vhd
library IEEE;
use IEEE.std_logic_1164.all,IEEE.numeric_std.all;
entity priority is
generic(n:POSITIVE :=2);
port(a:in std_logic_vector(2**n-1 downto 0);
y:out std_logic_vector(n-1 down
www.eeworm.com/read/400031/11585732
vwf priority.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/347223/11681616
c priority.c
/******************************************************************/
/****include**************************/
#include "vxWorks.h"
#include "taskLib.h"
#include "logLib.h"
#include "stdio.h"
/*
www.eeworm.com/read/258642/11849124
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/258642/11849192
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/155415/11875848