代码搜索:assignment
找到约 8,196 项符合「assignment」的源代码
代码结果 8,196
www.eeworm.com/read/190958/5170013
v testbench.v
// File: testbench.v
// Date: 01/01/2005
// Name: Eric Crabill
//
// This is a top level testbench for the
// loopback design, which is part of the
// EE178 Lab #4 assignment.
// The `timescale d
www.eeworm.com/read/190958/5170097
v testbench.v
// File: testbench.v
// Date: 01/01/2005
// Name: Eric Crabill
//
// This is a top level testbench for the
// loopback design, which is part of the
// EE178 Lab #4 assignment.
// The `timescale d
www.eeworm.com/read/190958/5170098
v loopback.v
// File: loopback.v
// Date: 01/01/2005
// Name: Eric Crabill
//
// This is the top level design for the
// EE178 Lab #4 assignment.
// The `timescale directive specifies what
// the simulation t
www.eeworm.com/read/190666/5174248
c 14664-1.c
// 981203 bkoz
// g++/14664 - test
// Build don't link:
char foo[26];
void bar()
{
//-g++: incompatible types in assignment of 'const char[]' to 'char[]'
//-edg: expression must be a modifiable
www.eeworm.com/read/176904/5334404
dml gmpls_opt_rwa01.dml
# GMPLS Optical Networking (Routing, Wavelength Assignment (RWA) with OSPF-TE)
# examples\gmpls\gmpls_opt_rwa\test01\Gmpls_Opt_rwa01.dml
#
#Client LER
www.eeworm.com/read/162614/5523289
f90 forall_5.f90
! Program to test FORALL with pointer assignment inside it.
program forall_5
type element
integer, pointer, dimension(:)::p
end type
type (element) q(5)
integer, target, dimension(2
www.eeworm.com/read/346158/3190022
m find_mpe.m
function mpe = find_mpe(engine, evidence, varargin)
% FIND_MPE Find the most probable explanation of the data (assignment to the hidden nodes)
% function mpe = find_mpe(engine, evidence,...)
%
% e
www.eeworm.com/read/346158/3190071
m find_mpe.m
function mpe = find_mpe(engine, evidence, varargin)
% FIND_MPE Find the most probable explanation of the data (assignment to the hidden nodes)
% function mpe = find_mpe(engine, evidence,...)
%
% e
www.eeworm.com/read/342726/3229364
ucf test_dualport.ucf
# XSA Board FPGA pin assignment constraints
NET "clk" TNM_NET = "clk";
TIMESPEC "TS_clk" = PERIOD "clk" 10 ns HIGH 50 %;
# Manually assign locations for the DCMs along
www.eeworm.com/read/340665/3274904
c 14664-1.c
// 981203 bkoz
// g++/14664 - test
// Build don't link:
char foo[26];
void bar()
{
//-g++: incompatible types in assignment of 'const char[]' to 'char[]'
//-edg: expression must be a modifiable