代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/321961/13392198
tdf clk_sel.tdf
-- megafunction wizard: %LPM_MUX%
-- GENERATION: STANDARD
-- VERSION: WM1.0
-- MODULE: lpm_mux
-- ============================================================
-- File Name: clk_sel.tdf
-- Meg
www.eeworm.com/read/317166/13508466
v ram2.v
// megafunction wizard: %LPM_RAM_DP+%
// GENERATION: STANDARD
// VERSION: WM1.0
// MODULE: altsyncram
// ============================================================
// File Name: RAM2.v
// M
www.eeworm.com/read/316414/13523313
m dot_to_dot.m
function dot_to_dot(X)
% DOT_TO_DOT Connect the points from a 2-by-n matrix.
X(:,end+1) = X(:,1);
plot(X(1,:),X(2,:),'.-')
axis(10*[-1 1 -1 1])
axis square
www.eeworm.com/read/316230/13527998
cpp transfer.cpp
/***************************************************
** 文件名: transfer.cpp
** 建立日期: 2002年8月2日
** 作者: 何林强
** 描述:
****************************************************/
#includ
www.eeworm.com/read/308645/13697922
tdf lpm_decoder_4_16.tdf
-- megafunction wizard: %LPM_DECODE%
-- GENERATION: STANDARD
-- VERSION: WM1.0
-- MODULE: lpm_decode
-- ============================================================
-- File Name: LPM_DECODER_4
www.eeworm.com/read/307064/13732174
c clock.c
/* GKrellM
| Copyright (C) 1999-2006 Bill Wilson
|
| Author: Bill Wilson billw@gkrellm.net
| Latest versions might be found at: http://gkrellm.net
|
| This program is free software which I re
www.eeworm.com/read/306964/13734602
tcl antnet.tcl
# tcl script for AntNet algorithm on an arbitrary topology of 12 nodes
#number of nodes
set sz 12
#Create event Schedular
set ns [ new Simulator ]
#Open the Trace file
set tf [open antnet_trace.ou
www.eeworm.com/read/305810/13760508
bas actdefine.bas
Attribute VB_Name = "SampleModule"
Global Const DevX = 1
''''CPU TYPE
''' QnACPU
Global Const CPU_Q2ACPU = &H11 ' Q2A
Global Const CPU_Q2AS1CPU = &H12