代码搜索:modules
找到约 10,000 项符合「modules」的源代码
代码结果 10,000
www.eeworm.com/read/156109/5612560
h build_modules.h
/*
* Copyright (c) 2003-2004 Linuxant inc.
* Copyright (c) 2001-2004 Conexant Systems, Inc.
*
* 1. Permitted use. Redistribution and use in source and binary forms,
* without modification, are
www.eeworm.com/read/195484/8150591
h pango-modules.h
/* Pango
* pango-modules.h:
*
* Copyright (C) 1999 Red Hat Software
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Publi
www.eeworm.com/read/193880/8203808
v common_modules.v
//******************************************************//
// This file contains definition of common modules used //
// by higher level modules in RS Decoder //
//*********************
www.eeworm.com/read/292574/8347974
ldf modules_log.ldf
www.eeworm.com/read/292574/8347976
mdf modules_data.mdf
www.eeworm.com/read/269026/11111253
v common_modules.v
module mux2_to_1(in1, in2 , out, sel);
input [4:0] in1, in2;
input sel;
output [4:0] out;
reg [4:0] out;
always@(sel or in1 or in2)
begin
case(sel)
0 : out = in1;
www.eeworm.com/read/413068/11168322
zip all-modules.zip
www.eeworm.com/read/300556/13906138
v common_modules.v
//******************************************************//
// This file contains definition of common modules used //
// by higher level modules in RS Decoder //
//*********************
www.eeworm.com/read/204480/15337713