代码搜索:Step
找到约 10,000 项符合「Step」的源代码
代码结果 10,000
www.eeworm.com/read/118804/6093656
java filestorehighestuid.java
/***********************************************************************
* Copyright (c) 2000-2004 The Apache Software Foundation. *
* All rights reserved.
www.eeworm.com/read/109026/6176970
h in_var.h
//==========================================================================
//
// include/netinet/in_var.h
//
//==========================================================================
//
www.eeworm.com/read/100315/6270634
c md5.c
#pragma ident "@(#)md5.c 1.3 95/11/18 Sun Microsystems"
/*
* This code implements the MD5 message-digest algorithm.
* The algorithm is due to Ron Rivest. This code was
* written by Colin Plumb i
www.eeworm.com/read/320368/6295720
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/174392/6318660
m affine.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Affine Parameter Calculation
% ----------------------------
% AUTHOR: Maher Khoury
% DATE: March 1, 1999
% PURPOSE:
www.eeworm.com/read/177634/6335097
m c6_nltvde.m
% File: c6_nltvde.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with Wire
www.eeworm.com/read/463498/6343767
m massey_berlekamp_m3.m
function sigma = massey_berlekamp_M2(n,k,t,S,field)
%http://www.ee.ucla.edu/~matache/rsc/node8.html#SECTION00051000000000000000
%Step 2: Initialize variables
kk = 0;
for i = 1:n
Kap
www.eeworm.com/read/201994/6358327
java gameframe.java
package game;
import java.awt.*;
import java.awt.event.*;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JMenuBar;
import javax.swing.JMenu;
import javax.swing.JMenu