代码搜索结果
找到约 10,000 项符合
C 的代码
i2c_ee.c
/******************** (C) COPYRIGHT 2008 STMicroelectronics ********************
* File Name : i2c_ee.c
* Author : MCD Application Team
* Version : V2.0.3
* Date
anisdiff.m
function Is = anisdiff(I,sigI,NIter);
if nargin < 3,
NIter = 4;
if nargin < 2,
sigI = 10;
end;
end;
% Function that diffuse an image anisotropially.
Is = I;
[ny,nx] = size(I)
anisdiff.m
function Is = anisdiff(I,sigI,NIter);
if nargin < 3,
NIter = 4;
if nargin < 2,
sigI = 10;
end;
end;
% Function that diffuse an image anisotropially.
Is = I;
[ny,nx] = size(I)
1.asv
(12+2*(7-4))/3^2
A=[1,2,3;4,5,6;7,8,9];
s=1-1/2+1/3-1/4+1/5-1/6...+1/7-1/8
z1=3+4*i;z2=1+2*i;z3=2*exp((pi/6)*i)
c=z1*z2
c_real=real(c)
c_imag=imag(c)
c_magnitude=abs(c)
eeprom.c
/********************************************************************
EEPROM.C
Read and write the 24c02 EEPROM
***********************************************
index_corrupt.pl
#!/usr/bin/perl -w
#
# This is a test for a key cache bug (bug #10167)
# To expose the bug mysqld should be started with --key-buffer-size=64K
#
$opt_loop_count=100000; # Change this to make test har
to_c.m
function deg_c = to_c(deg_f)
% Convert degrees Fahrenheit to degrees C.
deg_c = (5/9) * (deg_f - 32);
filechannel.cpp
/*******************************************************************************
* filechannel.cpp: file channel
*-------------------------------------------------------------------------------
* (c)1
dvbinput.h
/*******************************************************************************
* dvbinput.h: DVB Input class definition
*-----------------------------------------------------------------------------
netoutput.h
/*******************************************************************************
* netoutput.h: network output
*-------------------------------------------------------------------------------
* (c)199