代码搜索:current
找到约 10,000 项符合「current」的源代码
代码结果 10,000
www.eeworm.com/read/464676/7067486
m susan.m
function image_out = susan(im,threshold)
close all
clc
% check to see if the image is a color image...
d = length(size(im));
if d==3
image=double(rgb2gray(im));
elseif d==2
image=doubl
www.eeworm.com/read/301022/13870611
c do_timer.c
//////////////////////////////////////////////////////////////////////////
#include "general.h"
#include "inb_outb.h"
#include "hd_info_struct.h"
#include "dir_entry.h"
#include "msdos_dir_entr
www.eeworm.com/read/301022/13870077
c time_init.c
////////////////////////////////////////////////////////////////////////////////
#include "general.h"
#include "inb_outb_1.h"
#include "cmos_read.h"
#include "bcd_to_bin.h"
#include "hd_info_st
www.eeworm.com/read/145248/12743376
c edit.c
#include "global.h"
/*c=a/b when the remainder is greater
* than one then c plus one*/
int up_round(int base,int cut)
{
int temp;
temp = base/cut;
if(base%cut)
temp++;
return temp;
www.eeworm.com/read/367342/9755829
c showcmos.c
#include
#include
#include
void main(void)
{
struct CMOS
{
unsigned char current_second;
unsigned char alarm_second;
unsigned char curren
www.eeworm.com/read/147410/12554038
c showcmos.c
#include
#include
#include
void main(void)
{
struct CMOS
{
unsigned char current_second;
unsigned char alarm_second;
unsigned char curren
www.eeworm.com/read/291164/8438939
c loader.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2000,2003,2005 by Solar Designer
*/
#include
#include
#include
#include
www.eeworm.com/read/375929/9342007
c an_compare.c
/*
**
****************************************************************************
**
**
** Copyright (c) 2007 - Atmel Corporation
** Proprietaty Information
**
** Proj
www.eeworm.com/read/100052/15571772
c loader.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-99 by Solar Designer
*/
#include
#include
#include
#include
#include