代码搜索:C语言基础
找到约 10,000 项符合「C语言基础」的源代码
代码结果 10,000
www.eeworm.com/read/182121/9216594
cc synctimer.cc
// -*-c++-*-
/***************************************************************************
synctimer.h
The synchronous timer used by the simulato
www.eeworm.com/read/377760/9262869
c sd2300api.c
#include "fun.h"
#include "var.h"
//SD2300API.C
/*功能:提供I2C总线工作时序中的起始位*/
void I2C_start(void)
{SCLK=1;
delay(1);
SDAT=0;
delay(1);
SCLK=0;
delay(1);}
/*功能:提供I2C总线工作时序中的停止位*/
void I2C
www.eeworm.com/read/366347/9820453
m untitled4.m
%此程序是测试不同信号的C30和C31值
clear;
clc;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%singnal2 PSK信号
M=randint(1,1,3);
if M==0
M=2;
elseif M==1
M=4;
elseif M==2
M=8;
end
n_2=100;
T=25;
www.eeworm.com/read/364718/9897284
txt algorithm.txt
a+b+c+d
a+b+c-d
a+b-c-d
a*b+c*d
a*b-c*d
a*b*c+d
a*c*b-d
a*b*c/d
a*b+c+d
a*b+c-d
a*b-c-d
(a+b)*(c+d)
(a+b)*(c-d)
(a-b)*(c-d)
a*b*(c-d)
a*b*(c+d)
a*b/(c+d)
a*b/(c-d)
a*b/(c*d)
(a+b+c)
www.eeworm.com/read/228995/10061147
lnp 24c02.lnp
"STARTUP.obj",
"main.obj",
"VI2C_C51.obj"
TO "24C02"
RAMSIZE(256)
www.eeworm.com/read/358669/10182390
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/355433/10266269
m huolifadian.m
global M;
for i=2:9
B(i-1,:)=M(i,1:8)-M(1,1:8); %2-9行各指标对第一行的差值
c1(i-1)=M(i,9)/M(i,10)-M(1,9)/M(1,10);%2-9行负荷率对第一行的差值
c2(i-1)=M(i,10)-M(1,10);%2-9行煤耗对第一行的差值
c3(i-1)=M(i,9)-M(1,9);
www.eeworm.com/read/280600/10309507
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[]