代码搜索:A10
找到约 786 项符合「A10」的源代码
代码结果 786
www.eeworm.com/read/356374/10229126
plg keyboard.plg
礦ision2 Build Log
Project:
L:\users\trainees_2004\Erwann\Keyboard\a51\keyboard.uv2
Project File Date: 01/19/2004
Output:
Build target 'Target
www.eeworm.com/read/279792/10393338
cpp cpp1.cpp
/**********************************************************************
作者:李卓
2007.10.17
RS编码的GF(2^8)乘法器系数弱对偶基到自由基的变换
本原多项式:x^8+x^4+x^3+x^2+1
用一个数组存储生成多项式的系数,a[0]表示二进制数的低位,a[7]表示高位
结果的输出是从高位到
www.eeworm.com/read/341891/6286986
plg watchdog.plg
礦ision2 Build Log
Project:
L:\users\trainees_2004\Erwann\Watchdog\a51\Watchdog.uv2
Project File Date: 06/08/2004
Output:
Build target 'Target
www.eeworm.com/read/402901/11526504
c adc.c
#include"include.h"
uint32 xdata sum[10];
/*********************************************************************************************************
** 函数名称: void delaynms(uint16 n)
** 功能描述: 延时
www.eeworm.com/read/402901/11526530
lst adc.lst
C51 COMPILER V7.06 ADC 10/30/2008 13:20:05 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE ADC
OBJECT MODULE PLACED IN ADC
www.eeworm.com/read/150065/12318912
sas princomp8_1b.sas
PROC PRINCOMP data=data_prg.princomp8_1 OUT=bbb PREFIX=z;
VAR A1 A2 A4 A5 A7 A8 A9 A10 ; run;
DATA a2;
SET aaa;
maxz=MAX(OF z1-z10);
PROC PRINT ;
VAR A2 A4 A5 A7 A8 A9 A10 z1-z10 maxz;
RUN;
www.eeworm.com/read/116539/14966053
plg watchdog.plg
礦ision2 Build Log
Project:
L:\users\trainees_2004\Erwann\Watchdog\a51\Watchdog.uv2
Project File Date: 06/08/2004
Output:
Build target 'Target
www.eeworm.com/read/162614/5529296
c redecl-3.c
/* Test for multiple declarations and composite types. Includes bug
13801. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-g" } */
typedef int IA[]
www.eeworm.com/read/162614/5530291
c redecl-2.c
/* Test for multiple declarations and composite types. As in bug
13801. Illustrates how bug causes correct code to be wrongly
diagnosed. Debug test: avoid ICE. */
/* Origin: Joseph Myers
www.eeworm.com/read/162614/5530693
c redecl-6.c
/* Test for multiple declarations and composite types. As in bug
13801. Illustrates how bug causes correct code to be wrongly
diagnosed. */
/* Origin: Joseph Myers */
/