代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/154972/11909030
x autom4te.x
[name]
autom4te \- Generate files and scripts thanks to M4
www.eeworm.com/read/153155/12055976
js navcond.js
/******************************************
* navcond.js - Condensed version of *
* dhtmllib.js and navbar.js. *
* Copyright 2000 by Mike Hall. *
* Web address: http:
www.eeworm.com/read/253219/12239498
x autom4te.x
[name]
autom4te \- Generate files and scripts thanks to M4
www.eeworm.com/read/225272/14546086
inc version.inc
{$IFDEF VER120}
{$DEFINE D4CB4}
{$ENDIF}
{$IFDEF VER130}
{$DEFINE D4CB4}
{$ENDIF}
www.eeworm.com/read/224165/14603319
cpp vistransform4x4.cpp
///////////////////////////////////////////////////////////////////////////
//
// NAME
// VisTransform4x4.cpp -- basic geometric transformations
//
// DESCRIPTION
// The CVisTransform4x4 class
www.eeworm.com/read/292796/8333199
x autom4te.x
[name]
autom4te \- Generate files and scripts thanks to M4
www.eeworm.com/read/173695/9641518
vhd mux8_synth.vhd
----------------------------------------------------------------------
---- ----
---- mux8_synth.vhd
www.eeworm.com/read/335388/12530093
v 複製 -for4bitmux4.v
module for4bitmux4(a,b,c,d,sel,y,ds,p);
input [3:0] a,b,c,d;
input [1:0] sel;
output [3:0] y,ds;
output p;
reg [3:0] y,ds;
reg p;
always@(sel or a or b or c or d)
begin
case(sel)
2'b00: be