代码搜索:Sharp
找到约 1,380 项符合「Sharp」的源代码
代码结果 1,380
www.eeworm.com/read/127742/14338288
h sma_ascii.h
/**********************************************************************
* $Workfile: SMA_ascii.h $
* $Revision: 1.1 $
* $Author: kovitzp $
* $Date: 01 Apr 2002 09:31:06 $
*
www.eeworm.com/read/123719/14615242
h sma_ascii.h
/**********************************************************************
* $Workfile: SMA_ascii.h $
* $Revision: 1.1 $
* $Author: kovitzp $
* $Date: 01 Apr 2002 09:31:06 $
*
www.eeworm.com/read/123719/14615496
bak makefile.bak
#
# OS dependent macros
#
CC = arm-elf-gcc
AS = arm-elf-as
AFLAGS = --gdwarf2 -ID:/sharp_start/sharpstart/inc
LD = arm-elf-ld -T def.ld -Map demo.map
CFLAGS = -fsigned-char -gdwarf-2 -c -
www.eeworm.com/read/123719/14615543
makefile_22
#
# OS dependent macros
#
CC = armcc
AS = armasm
AFLAGS = -g -cpu ARM922T
LD = armlink
CFLAGS = -O0 -g -cpu ARM922T -c -I D:\lcd\include -I D:\sharp_start\sharpstart\inc
www.eeworm.com/read/123719/14615556
makefile_nuc
#
# OS dependent macros
#
CC = armcc
AS = armasm
AFLAGS = -g -cpu ARM922T
LD = armlink
CFLAGS = -O0 -g -cpu ARM922T -c -I D:\lcd\include -I D:\sharp_start\sharpstart\inc
www.eeworm.com/read/123718/14615751
h sma_ascii.h
/**********************************************************************
* $Workfile: SMA_ascii.h $
* $Revision: 1.1 $
* $Author: kovitzp $
* $Date: 01 Apr 2002 09:31:06 $
*
www.eeworm.com/read/205541/15314068
c hplx_analysis.c
/*****************************************************************************/
/* Copyright 1998, Hewlett-Packard Company */
/* All rights reserved
www.eeworm.com/read/169499/5420485
h sdk7a404_fx_cf_driver.h
/***********************************************************************
* $Workfile: sdk7a404_fx_cf_driver.h $
* $Revision: 1.0 $
* $Author: WellsK $
* $Date: Sep 02 2003 14:44:20
www.eeworm.com/read/283343/9027550
plg ao_display.plg
创建目标 'Target 1'
编译 main.c ...
编译 AD_Sharp.c ...
编译 DisPlay.c ...
编译 ziku.c ...
编译 5615.c ...
连接 ...
*** WARNING L15: MULTIPLE CALL TO SEGMENT
SEGMENT: ?PR?_DISPOINT?DISPLAY
CALLER1: ?
www.eeworm.com/read/373751/9441029
m lmse.m
function LMSE
clc;
clear;
% x1 = [0 0 0;1 0 0;1 0 1;1 1 0]';
% x2 = [0 0 1;0 1 1;0 1 0;1 1 1]';
% x1 = [0 0;0 1]';
% x2 = [1 0;1 1]';
x1 = [0 1;0 -1]';
x2 = [1 0;-1 0]';
X = [x1';-x2'];
X =