代码搜索:Tcl

找到约 10,000 项符合「Tcl」的源代码

代码结果 10,000
www.eeworm.com/read/185192/9052134

c script.c

/* * script.c -- * * This file contains TCL/TK commands reading for the animation of DLX * processors. * * This file is part of DISC. It was written by Yinong Zhang * (yinong@ecn.purdue
www.eeworm.com/read/390756/8443568

tcl led_tcl.tcl

# Copyright (C) 1991-2007 Altera Corporation # Your use of Altera Corporation's design tools, logic functions # and other software and tools, and its AMPP partner logic # functions, and any outpu
www.eeworm.com/read/185086/9057518

tcl ex-tcl.tcl

# Writing a procedure called "test" proc test {} { set a 43 set b 27 set c [expr $a + $b] set d [expr [expr $a - $b] * $c] for {set k 0} {$k < 10} {incr k} { if {$k < 5} { pu
www.eeworm.com/read/380682/9135165

tcl multiclass.tcl.tcl

set ns [new Simulator] ns-random 0 set f [open out.tr w] set f1 [open out.tr w] set f2 [open out.tr w] set f5 [open out1.tr w] $ns trace-all $f5 Agent/CBR/UDP/SA set flowtype_ -1 set
www.eeworm.com/read/362022/10023266

tcl ex-tcl.tcl

# Writing a procedure called "test" proc test {} { set a 43 set b 27 set c [expr $a + $b] set d [expr [expr $a - $b] * $c] for {set k 0} {$k < 10} {incr k} { if {$k < 5} { pu
www.eeworm.com/read/445974/7587022

tcl uwb.tcl.tcl

# ====================================================================== # Defaults # ====================================================================== #source ../defaults.tcl source ../def
www.eeworm.com/read/127704/6002237

tcl tcl_support.tcl

# # Copyright (C) 1996-1998 by the Board of Trustees # of Leland Stanford Junior University. # # This file is part of the SimOS distribution. # See LICENSE file for terms of the license. # # #
www.eeworm.com/read/493162/6407423

tcl tcl00007.tcl

set ns [new Simulator] set f [open out.tr w] $ns trace-all $f set nf [open out.nam w] $ns namtrace-all $nf set n0 [$ns node] set n1 [$ns node] set n2 [$ns node] $ns duplex-link $n1 $n2 5Mb 2ms Queue
www.eeworm.com/read/17837/761961

tcl led_tcl.tcl

# Copyright (C) 1991-2007 Altera Corporation # Your use of Altera Corporation's design tools, logic functions # and other software and tools, and its AMPP partner logic # functions, and any outpu
www.eeworm.com/read/170577/5403282

tcl xml__tcl.tcl

# xml__tcl.tcl -- # # This file provides a Tcl implementation of the parser # class support found in ../tclxml.c. It is only used # when the C implementation is not installed (for some reason). # # C