代码搜索:Step

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

代码结果 10,000
www.eeworm.com/read/219755/14864517

java alganimframe.java

/* AlgAnimFrame.java */ import java.awt.*; import java.applet.*; import java.io.*; import java.net.*; public class AlgAnimFrame extends Frame { AlgAnimApp parentApp; URL sourceURL; Strin
www.eeworm.com/read/218565/14915379

c md5.c

/* * This code implements the MD5 message-digest algorithm. * The algorithm is due to Ron Rivest. This code was * written by Colin Plumb in 1993, no copyright is claimed. * This code is in the pub
www.eeworm.com/read/117258/14933339

txt document.txt

习题六 跳马问题 6.在一个n*n棋盘的......的答案. 算法描述: 在n*n棋盘上,先给定起始坐标(x,y),然后依次向8个方向:(x-2,y+1);(x-1,y+2);(x+1,y+2);(x+2,y+1);(x+2,y-1);(x+1,y-2);(x-1,y-2);(x-2,y-1) 进行搜索,发现前面无路可走时进行回溯。本程序采用递归思路。 界限函数:每走一步进行是否越界
www.eeworm.com/read/115703/15004543

txt chebev.txt

Function CHEBEV(A, B, C(), M, X) If (X - A) * (X - B) > 0# Then Print "X not in range." D = 0# DD = 0# Y = (2# * X - A - B) / (B - A) Y2 = 2# * Y For J = M To 2 Step -1
www.eeworm.com/read/115615/15006070

java threeinone.java

package mypack; import java.awt.*; import java.awt.event.*; public class ThreeInOne { public static void main(String args[]) { Three t=new Three(); t.display(); } } class _paint exte
www.eeworm.com/read/216367/15018459

txt chebev.txt

Function CHEBEV(A, B, C(), M, X) If (X - A) * (X - B) > 0# Then Print "X not in range." D = 0# DD = 0# Y = (2# * X - A - B) / (B - A) Y2 = 2# * Y For J = M To 2 Step -1
www.eeworm.com/read/213675/15127777

awk getnoderecv.awk

# getData.awk BEGIN { if(step ==0) step = 10; base = 0; start = 0; bytes = 0; total_bytes = 0; max = 0; calc = 0; } $0 ~/^s.* AGT/ { if (base == 0 && $3 == ("_" src "_")) { base = $2;
www.eeworm.com/read/211985/15168660

m cp0802_pdp.m

% % FUNCTION 8.10 : "cp0802_PDP" % % Evaluates the Power Delay Profile 'PDP' % of a channel impulse response 'h' sampled % at frequency 'fc' % % Programmed by Guerino Giancola % function [P
www.eeworm.com/read/211389/15180984

c hmac_process.c

/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The librar
www.eeworm.com/read/211389/15181160

c hmac_memory.c

/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The librar