代码搜索:C语言基础
找到约 10,000 项符合「C语言基础」的源代码
代码结果 10,000
www.eeworm.com/read/227114/14440693
c 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_
www.eeworm.com/read/225935/14510427
m 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)
www.eeworm.com/read/119589/14825992
c i2c.c
/*
//*************************************************************************
//
// P H I L I P S P R O P R I E T A R Y
//
// COPYRIGHT (c) 1999 BY
www.eeworm.com/read/162614/5526962
c 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
www.eeworm.com/read/162614/5527136
c 931004-1.c
struct tiny
{
int 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)
www.eeworm.com/read/162614/5527179
c 931004-3.c
struct tiny
{
short 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 != 12
www.eeworm.com/read/474008/6828584
c x76f100.c
#include
#include "I2C.h"
#include "X76F100.h"
#define CS BIT0
#define RST BIT7
char pResetBuf[4];
//设备码 100
void writeX76F100(int addr,char pWritePassBuf[],char pBuf[]