代码搜索:X
找到约 10,000 项符合「X」的源代码
代码结果 10,000
www.eeworm.com/read/214825/7149563
c 71x_it.c
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name : 71x_it.c
* Author : MCD Application Team
* Date First Issued : 16/05/2003
* Des
www.eeworm.com/read/464783/7155205
h x9111.h
#ifndef X9111
#define X9111
#include
#include "SPI.H"
void WriteData( unsigned int Data )
{
CS = 0 ;
wr_bite( 0x50 ) ;
wr_bite( 0xa0 ) ;
wr_bite( Data / 256 ) ;
wr
www.eeworm.com/read/464783/7155209
x9111控制
www.eeworm.com/read/464147/7168680
pdf x9318.pdf
www.eeworm.com/read/463748/7176018
m 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,')'] ;
www.eeworm.com/read/462655/7198423
4x4
www.eeworm.com/read/462280/7203767
gif bj_x.gif
www.eeworm.com/read/461909/7214614
asm x5045.asm
; 这是x5045汇编程序, 文件名为X5045.ASM
; 功能:本程序主要是读出X5045特定单元(地址从000H-1FFH)的内容;
; 或将一字节值写入X5045特定单元(地址从000H-1FFH)中去;
CS EQU P1.4
SO EQU P1.5
SI EQU P1.2
SCK EQU P1.3
aa EQU 80H
b
www.eeworm.com/read/461909/7214616