代码搜索:Behavior

找到约 3,820 项符合「Behavior」的源代码

代码结果 3,820
www.eeworm.com/read/197686/7976149

one_plan

#!/bin/tcsh ns behavior.tcl $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 mkdir $1-$2-$3-$4-$5-$6-$7-$8-$9-$10-$11 mv -f *.out $1-$2-$3-$4-$5-$6-$7-$8-$9-$10-$11 mv -f *.txt $1-$2-$3-$4-$5-$6-$7-$8-$9-$10-$11
www.eeworm.com/read/140851/13058504

m mysize.m

function sz = mysize(M) % MYSIZE Like the built-in size, except it returns n if M is a vector of length n, and 1 if M is a scalar. % sz = mysize(M) % % The behavior is best explained by examples
www.eeworm.com/read/138798/13211500

m mysize.m

function sz = mysize(M) % MYSIZE Like the built-in size, except it returns n if M is a vector of length n, and 1 if M is a scalar. % sz = mysize(M) % % The behavior is best explained by examples
www.eeworm.com/read/318512/13476790

h car.h

/***************************************************** car.c - simulates the behavior of a car ---------------------------------------------------- The function SimulateCar should be called in r
www.eeworm.com/read/318512/13476818

h car.h

/***************************************************** car.c - simulates the behavior of a car ---------------------------------------------------- The function SimulateCar should be called in r
www.eeworm.com/read/304833/13785578

beh_

behalf,n.利益;方面 behave,v.举止;守规矩 behavior,n.〖美〗品行;举止 behaviour,n.〖英〗品行;举止 behead,v.斩首;杀头 beheld,v.behold的过去式及过去分词 behemoth,n.巨兽;庞然大物 behest,n.命令;吩咐 behind schedule,落后于预定计划 behind the lines,在后
www.eeworm.com/read/136812/5861270

c capitalize.c

#ifndef lint #ifdef sccs static char sccsid[] = "@(#)capitalize.c 1.1 92/07/30"; #endif #endif /* * Copyright (c) 1986 by Sun Microsystems, Inc. */ /* * capitalize -- Read stdin; "capitalize" it
www.eeworm.com/read/101082/6243114

tinyms

.\" short set of macros to simulate behavior of .\" most common -ms macros: .\" .PP, .LP, .EQ, .EN .\" .de PP .br .sp .ll 60n .fi .ti +5n .. .de LP .br .sp .ll 60n .fi .. .de EQ .sp .ce .. .de EN .s
www.eeworm.com/read/490761/6442102

m mysize.m

function sz = mysize(M) % MYSIZE Like the built-in size, except it returns n if M is a vector of length n, and 1 if M is a scalar. % sz = mysize(M) % % The behavior is best explained by examples
www.eeworm.com/read/484664/6572361

vhd fenwei2.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; ENTITY Fenwei2 IS PORT(Numin:IN integer RANGE 0 TO 63; NumC,NumD:OUT Integer RANGE 0 to 9); END ENTITY; ARCHITECTURE behavior OF Fenwei2 IS