代码搜索:do

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

代码结果 10,000
www.eeworm.com/read/167987/9942652

do_increment

#!/bin/ksh # Script name: increment # Example 10.122 # Using the return Command) function increment { typeset sum # sum is a local variable. (( sum = $1 + 1 )) return $sum #
www.eeworm.com/read/167987/9942781

do_square

#!/bin/sh # Script name: do_square function square { sq=`expr $1 \* $1` echo "Number to be squared is $1." echo "The result is $sq " } echo "Give me a number to square. " read number va
www.eeworm.com/read/167987/9942803

do_increment

#!/bin/sh # Script name: do_increment increment () { sum=`expr $1 + 1` return $sum # Return the value of sum to the script. } echo -n "The sum is " increment 5 # Call function increment;
www.eeworm.com/read/360684/10082110

do wave.do

onerror {resume} quietly WaveActivateNextPane {} 0 add wave -noupdate -radix default -format Logic -color #ff0000 /micro_test/reset add wave -noupdate -radix default -format Logic -color #ff8040 /m
www.eeworm.com/read/360253/10105546

do wave.do

onerror {resume} quietly WaveActivateNextPane {} 0 add wave -noupdate -format Logic /testbench/test_controller/clk add wave -noupdate -format Logic /testbench/test_controller/reset add wave -noupd
www.eeworm.com/read/163880/10141245

do superio.do

www.eeworm.com/read/163769/10146653

gif do.gif

www.eeworm.com/read/357512/10207336

txt do.txt

#define MAX 100 #include #include #include char str[MAX]; char ch; int turn; char strToken[MAX]; int kind; int n=0;//存放strtoken[]元素的个数 struct
www.eeworm.com/read/356809/10221009

do wave.do

onerror {resume} quietly WaveActivateNextPane {} 0 add wave -noupdate -format Logic /testadapter/Clock50MHZ add wave -noupdate -format Logic /testadapter/Clock20MHZ add wave -noupdate -format Logi
www.eeworm.com/read/162343/10312963

do run.do

vlib rtl_wrk vmap work rtl_wrk vlog i2c_slave.v vlog top.v vsim rtl_wrk.top -t us -pli novas.dll run 160 ms quit -sim