代码搜索:Fall
找到约 1,303 项符合「Fall」的源代码
代码结果 1,303
www.eeworm.com/read/418844/2082682
sdc autoconstraint_data_control.sdc
#Begin clock constraint
define_clock -name {p:data_control|clk} -period 2.466 -clockgroup Autoconstr_clkgroup_0 -rise 0.000 -fall 1.233 -route 0.000
#End clock constraint
www.eeworm.com/read/418844/2082696
sdc autoconstraint_data_control.sdc
#Begin clock constraint
define_clock -name {p:data_control|clk} -period 2.466 -clockgroup Autoconstr_clkgroup_0 -rise 0.000 -fall 1.233 -route 0.000
#End clock constraint
www.eeworm.com/read/393024/2489712
comp limit2.comp
component limit2 "Limit the output signal to fall between min and max and limit its slew rate to less than maxv per second. When the signal is a position, this means that position and velocity are li
www.eeworm.com/read/385191/2594871
svn-base histc_ic.m.svn-base
function [n,xechan] = histc_ic(x,edges)
%HISTC_IC Histogram count
%
% [N XECHAN] = HISTC(X,EDGES), for vector X, counts the number of values
% in X that fall between the elements in the EDGES
www.eeworm.com/read/380709/2654022
tcl pingdemo.tcl
#
# pingdemo.tcl
#
# demonstration of the emulation facilities using the icmp
# echo responder (also uses the arp responder)
#
# K Fall, 10/11/98
# kfall@cs.berkeley.edu
#
# Instructions:
# 1> first c
www.eeworm.com/read/366702/2878405
c pr15296.c
/* PR optimization/15296. The delayed-branch scheduler caused code that
SEGV:d for CRIS; a register was set to -1 in a delay-slot for the
fall-through code, while that register held a pointer u
www.eeworm.com/read/260961/4326813
sdc autoconstraint_state2.sdc
#Begin clock constraint
define_clock -name {b:state2|clk} -period 1.000 -clockgroup Autoconstr_clkgroup_0 -rise 0.000 -fall 0.500 -route 0.000
#End clock constraint
www.eeworm.com/read/260961/4326824
sdc autoconstraint_state1.sdc
#Begin clock constraint
define_clock -name {b:state1|clk} -period 1.961 -clockgroup Autoconstr_clkgroup_0 -rise 0.000 -fall 0.981 -route 0.000
#End clock constraint
www.eeworm.com/read/260961/4326840
sdc autoconstraint_state2.sdc
#Begin clock constraint
define_clock -name {b:state2|clk} -period 2.746 -clockgroup Autoconstr_clkgroup_0 -rise 0.000 -fall 1.373 -route 0.000
#End clock constraint
www.eeworm.com/read/235246/14080379
txt tokens.txt
Using the UnderC Tokenizer Class
It's often necessary to parse complex text files, where standard i/o
is too clumsy. C programmers fall back on strtok(), but this can be
tricky to use properly.