代码搜索结果

找到约 10,000 项符合 C 的代码

committees

C2 : M2 , M4, M3 ; C1: M5, M1; C3: M3, M5;

i2c.c

/* //************************************************************************* // // P H I L I P S P R O P R I E T A R Y // // COPYRIGHT (c) 1999 BY

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)

committees

C2 : M2 , M4, M3 ; C1: M5, M1; C3: M3, M5;

to_c.m

function deg_c = to_c(deg_f) % Convert degrees Fahrenheit to degrees C. deg_c = (5/9) * (deg_f - 32);

iic.c

#ifndef I2C_H #define I2C_H /* TWSR values (not bits) */ /* Master */ #define I2C_START 0x08 #define I2C_RESTART 0x10 /* Master Transmitter */ #define I2C_MT_SLA_ACK 0x18 #define I2C_

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)

i2c.c

/* //************************************************************************* // // P H I L I P S P R O P R I E T A R Y // // COPYRIGHT (c) 1999 BY

committees

C2 : M2 , M4, M3 ; C1: M5, M1; C3: M3, M5;

931004-7.c

struct tiny { char c; }; f (int n, struct tiny x, struct tiny y, struct tiny z, long l) { if (x.c != 10) abort(); if (y.c != 11) abort(); if (z.c != 12) abort(); if (l != 123