代码搜索结果
找到约 10,000 项符合
X 的代码
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,')'] ;
x5045.txt
x25045的读写程序
#define CS P2.7 /*单片机p2.7为片选 可以改为你的实际引脚 */
#define SO P2.6 /*数据输出 */
#define SK P2.5 /* 时钟 */
#define SI P2.4 /* 数据输入*/
/* here is the instrution of x25045*/
#define WREN 0x06
#
240x.h
;************************************************************************
; File name: 240x.h
;
; Description: 240x register definitions, Bit codes for BIT instruction
;************************
x86.md
%{
enum { EAX=0, ECX=1, EDX=2, EBX=3, ESI=6, EDI=7 };
#include "c.h"
#define NODEPTR_TYPE Node
#define OP_LABEL(p) ((p)->op)
#define LEFT_CHILD(p) ((p)->kids[0])
#define RIGHT_CHILD(p) ((p)->kid