Welcome![Sign In][Sign Up]
Location:
Search - Tcl . t

Search list

[CommunicationTCL LOT号计算器

Description: tcl 手机LOT号码解释软件.用于解锁或写软件时对照使用-peers phone numbers interpretation software. Writing for unlocking or control the use of software
Platform: | Size: 31744 | Author: 周斌 | Hits:

[OtherTCL_learning

Description: TCL语言的学习教程和几个程序实例 array.tcl --- --- This simple example shows how to create and manipulate arrays. main commands used: array, puts, foreach, get calculator.tcl -------------- This script asks the user to enter an operation ( ex: 24 + 52 ), analyses the operation, computes it and return the result. main commands used: proc, expr, return, while, puts, flush, switch, lindex, gets file_copy.tcl ------------- This script asks the user to enter a source file, a destination file and copies the source file in the destination file.main commands used: puts, gets, read, seek, open, close.-TCL language learning tutorials and examples of several programs array.tcl--------- T his simple example shows how to create and manip ulate arrays. main commands used : array, puts, foreach. get calculator.tcl-------------- This scrip t asks the user to enter an operation (ex : 24 52), analyzes the operation, it computes and return the result. main command s used : proc, expr, return, while, puts, flush, switch, Lindex. gets file_copy.tcl------------- This script asks the user to enter a source file, a destination file and copies the source file in the destination file.main commands used : puts, gets, read, seek, open, close.
Platform: | Size: 434176 | Author: 王力 | Hits:

[Othertcl-debug.tar

Description: Linux下的tcl语言调试器-under Linux tcl language debugger!
Platform: | Size: 88064 | Author: | Hits:

[Otherexpect_example

Description: tcl例子脚本,使用expect扩展库,window下运行,实现交互式系统测试。-tcl script examples, the use expect extensions, under the window operation, Interactive system testing.
Platform: | Size: 3072 | Author: chenglin | Hits:

[OtherTcl

Description: tcl 很好的自动脚本语言,希望大家一起欣赏-tcl scripting language automatically good, I hope everyone enjoy
Platform: | Size: 614400 | Author: xiao zi | Hits:

[VHDL-FPGA-Verilogqts_qii52003

Description: Quartus II Tcl Scripting说明文档,详细说明了在quartus中如何使用Tcl脚本进行快速开发。-Quartus II Tcl Scripting documentation detailing how to use the Quartus Tcl script for rapid development.
Platform: | Size: 240640 | Author: 杨开轶 | Hits:

[OtherTCLscript

Description: tcl脚本语言中文教程,可以看看,很不错的哦。-tcl scripting language English tutorial, you can see, very good, oh.
Platform: | Size: 618496 | Author: 相耀 | Hits:

[Internet-Networkadhoc.tcl.tar

Description: ad hoc无线网络tcl脚本 可执行dsr aodv协议-ad hoc wireless networks executable tcl script dsr aodv agreement
Platform: | Size: 2048 | Author: 李瑞 | Hits:

[Embeded-SCM DevelopTCL_Training

Description:
Platform: | Size: 618496 | Author: Jason | Hits:

[Internet-Networkworm.tcl

Description: ns2中,实现的基于传染病模型的蠕虫实现。该实现中有一个抽象节点,代表了20万个节点,然后有一个501个节点的具体网络。在抽象望中,只要能反应传播特征即可,具体网络中的扩散,更直观。-ns2, the realization of the infectious disease model based on the realization of the worm. The realization of the abstract, there is a node, representing the 200,000 nodes, and then there is a specific 501-node network. Look in the abstract, so long as we can react to the spread of the characteristics of the specific network proliferation, more intuitive.
Platform: | Size: 2048 | Author: 王佳 | Hits:

[Internet-Networkaodv

Description: 在ns仿真平台上进行的一个aodv协议的tcl脚本,场景为50个随机节点,以随机速度移动-In the ns simulation platform aodv agreement a tcl script, the scene for the 50 random nodes to random speed mobile
Platform: | Size: 1024 | Author: 李娇 | Hits:

[Program docfullSim

Description: This a simulator written in Tcl to simulate a network node carrying GSM and GPRS traffics with QoS mechanisms. The payload type including circuit-switched voice, VoIP and web traffic, and the performance including packet drop, delay can be analyzed. The implemented QoS mechanism is DiffServ, with 4 RED queues for different services with different priorities.-This is a simulator written in Tcl to simulate a network node carrying GSM and GPRS traffics with QoS mechanisms. The payload type including circuit-switched voice, VoIP and web traffic, and the performance including packet drop, delay can be analyzed. The implemented QoS mechanism is DiffServ, with 4 RED queues for different services with different priorities.
Platform: | Size: 26256384 | Author: wang haibo | Hits:

[VHDL-FPGA-Verilogfpga_DO

Description: 根据ModelSim提供的命令或者Tcl/Tk语言的语法,将仿真Cmd流程的仿真命令依次编写到扩展名为“do”的宏文件中,然后直接执行这个DO文件,就可以完成整个仿真流程-According to the order provides ModelSim or Tcl/Tk language syntax, the simulation process simulation Cmd command followed by the preparation of the extension " do" macro file, and then direct the implementation of the DO file, you can complete the entire simulation process
Platform: | Size: 12288 | Author: 崔慧娟 | Hits:

[Internet-Networkex-lan.tcl.tar

Description: LAN simulation script to show network topology and simulation scenario
Platform: | Size: 1024 | Author: babab | Hits:

[VHDL-FPGA-Verilogfpga_tcl

Description: Altera FPGA的特殊管脚的连接(中文).doc TCL_教程.pdf-Altera FPGA tcl
Platform: | Size: 629760 | Author: 朱柏 | Hits:

[Algorithmmatrix

Description: 矩阵运算程序 matrix.h 基于TCL Matrix矩阵类,增加了一些使用的运算函数。具体看源程序。 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法、乘法、除法、求逆、求代数余子式、求伴随矩阵、求行列式值、求条件数等运算。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 文件 TCL Matrix矩阵类.pdf 中介绍了其详细的使用方法。 -Matrix calculation program matrix.h matrices based on TCL Matrix, an increase of some use of computing functions. By looking specifically at source. Functional Analysis: This program can complete the matrix of input and output. With the same number of rows and columns between the matrix addition, subtraction, multiplication, division, inverse, seeking cofactor, seeking adjoint matrix, determinant of the value of demand, demand conditions, the number of such operations. Comply with rules require matrix multiplication between the matrix multiplication. Matrix between the division, the inverse square. Demand matrix transpose matrix functions. File TCL Matrix matrix class. Pdf introduced its detailed use.
Platform: | Size: 376832 | Author: | Hits:

[Otherdsdv

Description: source code of dsdv protocol in tcl for NS2
Platform: | Size: 65536 | Author: tonyel | Hits:

[Othertcl

Description: 这个是运行在NS上的tcl语言,用于编写脚本,这是熟悉tcl语言的一个小例子-This is running on NS on the tcl language used to write the script, which is familiar with the language of a small example tcl
Platform: | Size: 216064 | Author: fangfang | Hits:

[Internet-Networkaodv.tcl.tar

Description: aodv.tcl set opt(tracefile) out.tr set opt(x) 500 #x dimension of the topography set opt(y) 500 #y dimension of the topography set opt(wirelessNodes) 6 #mobile nodes set opt(wiredNodes) 4 #hosts and routers set opt(gatewayNodes) 2 #gateways set val(stop) 10.0 #simulation time set val(start-src) 1 set val(stop-src) 50 set opt(gw_discovery) reactive #gateway discovery method-aodv.tcl set opt(tracefile) out.tr set opt(x) 500 #x dimension of the topography set opt(y) 500 #y dimension of the topography set opt(wirelessNodes) 6 #mobile nodes set opt(wiredNodes) 4 #hosts and routers set opt(gatewayNodes) 2 #gateways set val(stop) 10.0 #simulation time set val(start-src) 1 set val(stop-src) 50 set opt(gw_discovery) reactive #gateway discovery method
Platform: | Size: 2048 | Author: remondas | Hits:

[Linux-Unixexample2.tcl.tar

Description: 简单的无线网络实例,节点移动的范围为人为设定路径-Simple examples of wireless networks, nodes move in the range of artificial path
Platform: | Size: 2048 | Author: cichen | Hits:
« 12 »

CodeBus www.codebus.net