代码搜索结果
找到约 25,813 项符合
8 的代码
8×8led点阵屏显示数字.hex
:10010B00003E4141413E0000000000217F01000004
:10011B000027454545390000002249494936000072
:10012B00000C14247F04000000725151514E00004A
:10013B00003E494949260000004040404F700000F6
:10014B0000364949493
sda80d51.h
/*************************************************************************/
/*** 8 0 D 5 1 R E G I S T E R D E F I N I T I O N F I L E ***/
/*** M 7000
8.c
#include "stdio.h"
#define M 200 /*范围*/
#define N ((M+1)/2) /*奇数的个数*/
main()
{
int i,j,a[N];
a[0]=2;
for(i=1;i