代码搜索结果
找到约 10,000 项符合
X 的代码
x5045.c
#include "config.h"
UCHAR ReceByte(void)
{
UCHAR i,n;
SET_READ_X5045;
n = 0;
for(i = 0; i < 8; i++)
{
n = n
x5045.h
#define bX5045CLK (1
gui_x.h
/*
*********************************************************************************************************
* uC/GUI
* Univers
sim_x.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
x_fnct.m
function y=x_fnct(x,funfcn,p1,p2,p3)
% y=x_fnct(x,funfcn,p1,p2,p3)
% Returns the function funfcn(x) times x
args=[];
for nn=1:nargin-2
args=[args,',p',int2str(nn)];
end
args=[args,')'] ;
y=eval([f