代码搜索:Allot
找到约 57 项符合「Allot」的源代码
代码结果 57
www.eeworm.com/read/376197/9325495
c allot.c
www.eeworm.com/read/355746/10245544
vwf allot.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/355746/10245546
vhd allot.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY ALLOT IS
PORT( s0,s1:IN STD_LOGIC;
n :IN STD_LOGIC;
a,b,c :OUT STD_LOGIC);
END;
ARCHITECTURE on
www.eeworm.com/read/355746/10245547
bsf allot.bsf
/*
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/299039/7896526
vwf allot.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/299039/7896535
vhd allot.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY ALLOT IS
PORT( s0,s1:IN STD_LOGIC;
n :IN STD_LOGIC;
a,b,c :OUT STD_LOGIC);
END;
ARCHITECTURE on
www.eeworm.com/read/299039/7896539
bsf allot.bsf
/*
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/195871/8125203
c allot.c
void allot(int task_no, float size)
{
int i, k, first_meet;
float ad, xk;
k = -1;
first_meet = 1;
xk = size;
i = 0;
while (i < FREE_TABLE_LEN)
{
if (free_table[i].flag &&