代码搜索结果

找到约 10,000 项符合 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[]

iic.txt

#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 #defin

eepstrl.s

; WRITE A LARGE STRUCTURE IN EEPROM ; Copyright (c) 2008 by COSMIC Software ; - eeprom address in X extension ; - structure address in Y ; - structure size in X ; xdef c_eewstrl xref.b c_x,

to_c.m

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

settings.cpp

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this sample source code is subject to the terms of the Microsoft // license agreement under which you licensed thi

downcode.com.txt

╭══════════════════════════════════════════╮ ║ 源易网--中国源码下载站 ║ ║

downcode.com.txt

╭══════════════════════════════════════════╮ ║ 源易网--中国源码下载站 ║ ║

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[]

algorithm.txt

a+b+<mark>c</mark>+d a+b+<mark>c</mark>-d a+b-<mark>c</mark>-d a*b+<mark>c</mark>*d a*b-<mark>c</mark>*d a*b*<mark>c</mark>+d a*<mark>c</mark>*b-d a*b*<mark>c</mark>/d a*b+<mark>c</mark>+d a*b+<mark>c</mark>-d a*b-<mark>c</mark>-d (a+b)*(<mark>c</mark>+d) (a+b)*(<mark>c</mark>-d) (a-b)*(<mark>c</mark>-d) a*b*(<mark>c</mark>-d) a*b*(<mark>c</mark>+d) a*b/(<mark>c</mark>+d) a*b/(<mark>c</mark>-d) a* ...

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)