代码搜索:Step
找到约 10,000 项符合「Step」的源代码
代码结果 10,000
www.eeworm.com/read/157202/11730515
vhd cpu_mm_manager3.vhd
package my_own is
type Step_statement is ( Step_0,Step0,Step1,Step2,Step3,Step01,Step12,Step23,Step00,Step10,Step20,Step30);
type Operation is (Idle_T,Load_T,Move_T,Add_T,Sub_T,AND_T,OR_T,XOR_
www.eeworm.com/read/292187/8368483
m phase.m
% phase.m
% Draw phase response and pdf.
function []=phase(idata, qdata, name)
%****************************** variables *******************************
% idata Ich data
% qdata Qch data
www.eeworm.com/read/292187/8368488
m fadingenv.m
% FadingEnv.m
% Draw fading envelope and pdf
function []=FadingEnv(r, name)
%****************************** variables *******************************
% r Envelope of fading channel co
www.eeworm.com/read/292010/8383160
cpp md5_check.cpp
#ifdef WIN32
/*
* 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 cod
www.eeworm.com/read/292008/8383275
java pi.java
package lab1;
public class Pi {
double pi = 0;
long num_steps;
double sum = 0.0;
double step;
Pi(long num) {
num_steps = num;
step = 1.0/(double)num_steps;
}
}
www.eeworm.com/read/191902/8417184
m newton_descent.m
function Min = Newton_descent(a, theta, fun)
% Minimize a function using the Newton descent algorithm
%
% Inputs:
% a - Initial search point
% theta - Convergence criterion
% fun - The fun
www.eeworm.com/read/191833/8420587
h sla.h
/****************************************************************************
Device : AT90S2333
File name : SLA.h
Ver nr. : 1.0
Description : Header file for S
www.eeworm.com/read/291333/8424493
chf cvgetglcmdescriptor.chf
double cvGetGLCMDescriptor(CvGLCM* GLCM, int step, int descriptor) {
void *fptr;
double retval;
fptr = dlsym(_Chcv_handle, "cvGetGLCMDescriptor_chdl");
if(fptr == NULL) {
www.eeworm.com/read/291333/8424888
chf cvcreateglcmimage.chf
IplImage* cvCreateGLCMImage(CvGLCM* GLCM, int step) {
void *fptr;
IplImage*retval;
fptr = dlsym(_Chcv_handle, "cvCreateGLCMImage_chdl");
if(fptr == NULL) {
fprintf(_stde