代码搜索:C
找到约 10,000 项符合「C」的源代码
代码结果 10,000
www.eeworm.com/read/284120/8965529
c msp3400.c
/*
* programming the msp34* sound processor family
*
* (c) 1997-2001 Gerd Knorr
*
* what works and what doesn't:
*
* AM-Mono
* Support for Hauppauge cards added (dec
www.eeworm.com/read/426905/8992045
c lowlevel.c
/* ----------------------------------------------------------------------------
* ATMEL Microcontroller Software Support - ROUSSET -
* --------------------------------------------------
www.eeworm.com/read/426535/9015460
m plus.m
function r = plus(p,q)
% POLYNOM/PLUS 执行多项式的p + q。
p = polynom(p);
q = polynom(q);
k = length(q.c) - length(p.c);
r = polynom([zeros(1,k) p.c] + [zeros(1,-k) q.c]);
www.eeworm.com/read/426535/9015468
m minus.m
function r = minus(p,q)
% POLYNOM/MINUS 执行多项式的 p-q.
p = polynom(p);
q = polynom(q);
k = length(q.c) - length(p.c);
r = polynom([zeros(1,k) p.c] - [zeros(1,-k) q.c]);
www.eeworm.com/read/382608/9016004
inc hardware.inc
//========================================================================================
// Progarm: The file be included by modules
// Arranged by: Andy Hsu
// Date: 2000/06/23: first version
www.eeworm.com/read/382602/9017073
inc hardware.inc
//========================================================================================
// Progarm: The file be included by modules
// Arranged by: Andy Hsu
// Date: 2000/06/23: first version
www.eeworm.com/read/382449/9028350
hex starled.hex
:0C0800007F147E147DF8DDFEDEFADFF6CA
:01080C0022C9
:0C080D00C290120800D29012080080F483
:03000000020819DA
:0C081900787FE4F6D8FD75810702080D19
:00000001FF
www.eeworm.com/read/283063/9044776
c msp3400.c
/*
* programming the msp34* sound processor family
*
* (c) 1997-2001 Gerd Knorr
*
* what works and what doesn't:
*
* AM-Mono
* Support for Hauppauge cards ad
www.eeworm.com/read/381684/9077674
d os_cpu_c.d
.\obj\os_<mark>c</mark>pu_<mark>c</mark>.o: arm\Os_<mark>c</mark>pu_<mark>c</mark>.<mark>c</mark>
.\obj\os_<mark>c</mark>pu_<mark>c</mark>.o: arm\..\APP\<mark>c</mark>onfig.h
.\obj\os_<mark>c</mark>pu_<mark>c</mark>.o: arm\..\APP\In<mark>c</mark>ludes.h
.\obj\os_<mark>c</mark>pu_<mark>c</mark>.o: arm\..\APP\..\arm\os_<mark>c</mark>pu.h
.\obj\os_<mark>c</mark>pu_<mark>c</mark>.o: arm\..\APP\os_<mar ...
www.eeworm.com/read/184707/9084704
err 2440loader16.err
"2440loader16.c", line 87: Warning: C2207W: inventing 'extern int Uart_Init();'
"2440loader16.c", line 88: Warning: C2207W: inventing 'extern int Uart_Select();'
"2440loader16.c", line 99: Warning: