代码搜索:Step
找到约 10,000 项符合「Step」的源代码
代码结果 10,000
www.eeworm.com/read/344931/11852065
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
www.eeworm.com/read/155269/11886999
m dhfz4.m
clc
clear
format short e
%******************************************************************
Rad_Degree=1/180.0*pi; % “度”转为“弧度”
zh=1/180*pi/3600;% “度/小时”转换成“弧度/秒”
A=zeros(17);
%****************
www.eeworm.com/read/155255/11887583
m kalman2.m
clear all;
h=50.0;
Re=6378393.0;
g0=9.78049; g=g0*(1.0-2.0*h/Re);
pi=3.1415926; k=pi/180.0;
phi=45.7796; phi=phi*k;
wie=7.2921185e-5;
w=[0;cos(phi);sin(phi)]*wie;
T=eye(3);
t=30; step=0.8
www.eeworm.com/read/155255/11887592
m kalman.m
clear all
wd=45.6679;
PI=3.1415926;
wie=7.29e-5;
R=6378.393*1000;
g=9.8;
step=2;
t=30;
time=t*60/step;
dw=0.01*PI/180/3600;
df=1e-4*g;
dphi=PI/180;
w=[wie*cos(wd*dphi);wie*sin(wd*dphi)];
www.eeworm.com/read/154808/11926197
a51 des.a51
$IF __PHILIPS != 2
$IF __PHILIPS != 0
$include(regmf2.inc)
$ENDIF
NAME DES ; Name of the module
?PR?DES?DES SEGMENT CODE ; Segment for prg code in 'des'
PUBLIC _DES_CORE
www.eeworm.com/read/257010/11960951
m electsys.m
function xdot = electsys(t,x); % returns the state derivatives
V = 1; % Step input
R =1.4; L = 2; C = 0.32;
xdot = [x(2)/C ; 1/L*( V - x(1) - R*x(2) ) ];
www.eeworm.com/read/342948/11988422
c main.c
#include
#include
#include "switch.H"
#define NO_USED_IR 1
#define COM_KEY 1
#define TRUE 1
#define FALSE 0
/*100 US FOR 24MHZ*/
#define MS1TL0 0x37
#define MS1
www.eeworm.com/read/153660/12014161
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/151670/12182638
cpp group.cpp
// Group.cpp: implementation of the CGroup class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "FluteD.h"
#include "Group.h"
#ifdef
www.eeworm.com/read/151670/12182669
cpp group.cpp
// Group.cpp: implementation of the CGroup class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "FluteD.h"
#include "Group.h"
#ifdef