代码搜索:Step
找到约 10,000 项符合「Step」的源代码
代码结果 10,000
www.eeworm.com/read/268695/11125077
c md5.c
/* MD5 checksum routines used for authentication. Not covered by GPL, but
in the public domain as per the copyright below */
#ifdef FREEBSD
# include
#elif defined(LINUX)
# i
www.eeworm.com/read/413870/11138772
h tss.h
#ifndef __TTSS_H_
#define __TTSS_H_
//#define ROWS 48
//#define COLUMNS 96
#define SS_3step 9
#define SS_3step_4 4
#define SR_3step (SS_3step + (SS_3step>>1) + (SS_3step>>2) + 1) //16
#define
www.eeworm.com/read/413317/11159700
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/267861/11160104
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/413132/11165864
c md5.c
/*
* $Id: md5.c,v 1.2 2003/10/20 18:59:57 tomcollins Exp $
* Copyright (C) 1999-2003 Inter7 Internet Technologies, Inc.
*
* This program is free software; you can redistribute it and/or modify
*
www.eeworm.com/read/412484/11198079
cpp etlightmap.cpp
/*
EDITABLE TERRAIN MANAGER for Ogre
Copyright (C) 2007 Holger Frydrych
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Ge
www.eeworm.com/read/266068/11244552
c adjust_balance.c
#include "Sample Playback.h"
//This subroutine is called for every sport interrupt. It's function is
//to sweep the audio balance from right to left and back to right again.
//This is synchroni
www.eeworm.com/read/411428/11245926
vhd key.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity key is
Port (sysclk,key1,reset,add,sub: in std_logic;
led1,led10,led
www.eeworm.com/read/411427/11245949
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/265987/11247485
s exceptions.s
.name "exceptions.s"
.section .abs.00000100
b _start ; System reset exception, per crt0 file
.section .abs.00000500
b external_interrupt_exception
.text
exter