代码搜索:param
找到约 10,000 项符合「param」的源代码
代码结果 10,000
www.eeworm.com/read/455269/1624823
tcl param.tcl
getopt $argc $argv opt ;# Reads the command line parameters
set opt(seed) 777 ;# Seed of the Random Number Generator
set opt(x) [expr $opt(dia).0
www.eeworm.com/read/453161/1642426
inc param.inc
.ifndef PARAMINC
.set PARAMINC, 1
;
; CPU options
;
.equ RD2, 0
; .equ RD2, 1
.set BDT2, 1 ;if defined use Timer2 for Baud Clock Generator else use Timer1
.include "cpu.inc"
; CPUFRQ = CPU cloc
www.eeworm.com/read/453161/1642431
inc param.inc
.ifndef PARAMINC
.set PARAMINC, 1
;
; CPU options
;
.equ RD2, 0
; .equ RD2, 1
.set BDT2, 1 ;if defined use Timer2 for Baud Clock Generator else use Timer1
.include "cpu.inc"
; CPUFRQ = CPU cloc
www.eeworm.com/read/453161/1642443
inc param.inc
.ifndef PARAMINC
.set PARAMINC, 1
;
; CPU options
;
; .equ RD2, 0
.equ RD2, 1
.set BDT2, 1 ;if defined use Timer2 for Baud Clock Generator else use Timer1
.include "cpu.inc"
; CPUFRQ = CPU cloc
www.eeworm.com/read/453161/1642448
inc param.inc
.ifndef PARAMINC
.set PARAMINC, 1
;
; CPU options
;
; .equ RD2, 0
.equ RD2, 1
.set BDT2, 1 ;if defined use Timer2 for Baud Clock Generator else use Timer1
.include "cpu.inc"
; CPUFRQ = CPU cloc
www.eeworm.com/read/453161/1642460
inc param.inc
.ifndef PARAMINC
.set PARAMINC, 1
;
; CPU options
;
; .equ RD2, 0
.equ RD2, 1
.set BDT2, 1 ;if defined use Timer2 for Baud Clock Generator else use Timer1
.include "cpu.inc"
; CPUFRQ = CPU cloc
www.eeworm.com/read/453161/1642465
inc param.inc
.ifndef PARAMINC
.set PARAMINC, 1
;
; CPU options
;
; .equ RD2, 0
.equ RD2, 1
.set BDT2, 1 ;if defined use Timer2 for Baud Clock Generator else use Timer1
.include "cpu.inc"
; CPUFRQ = CPU cloc
www.eeworm.com/read/452691/1648879
flash_param
#!/usr/bin/kermit +
# usage: ./flash_param parameters
# Parameters: IP Address ETH Address ERIC Number
# Format: xxx.xxx.xxx.xxx xx:xx:xx:xx:xx:xx xxxx
set line /dev/ttyS0
set spee
www.eeworm.com/read/251575/4418646
c~ param.c~
/*
* vivi/lib/param.c: Simple vivi parameter management
*
* Copyright (C) 2001 MIZI Research, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o