代码搜索:Spac
找到约 271 项符合「Spac」的源代码
代码结果 271
www.eeworm.com/read/245111/4507250
msf 复件 monofont.msf
12, 18,
1,000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, //spac
1,000, 000, 000, 000, 001, 001, 001, 001, 001, 001, 001, 001, 001, 001, 000, 000, 000, 00
www.eeworm.com/read/245111/4507252
msf monofont.msf
12, 18,
1,000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, //spac
1,000, 000, 000, 000, 001, 001, 001, 001, 001, 001, 001, 001, 001, 001, 000, 000, 000, 00
www.eeworm.com/read/245111/4507253
msf 复件 chinafont.msf
12, 18,
1,000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, //spac
1,000, 000, 000, 000, 001, 001, 001, 001, 001, 001, 001, 001, 001, 001, 000, 000, 000, 00
www.eeworm.com/read/245111/4507299
msf chinafont.msf
12, 18,
1,000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, 000, //spac
1,000, 000, 000, 000, 001, 001, 001, 001, 001, 001, 001, 001, 001, 001, 000, 000, 000, 00
www.eeworm.com/read/100301/15877482
h hq_tcp.h
#define MAX_UDP_TRY_TIMES 10
#define MPAK_BEGIN 'B'
#define SPAK_NOCOM 'e'
#define MPAK_NOCOM 'E'
#define SPAC_COMPE 'f'
#define MPAC_COMPE 'F'
#define GZ_STAR 1
#define GZ_SING 2
#defin
www.eeworm.com/read/128326/14304939
c alarm.c
#include
#define uint unsigned int
#define uchar unsigned char
sbit ring = P1^0;
sbit bClk = P3^0;
sbit bDin = P3^1;
//led显示特殊符号
#define SPAC 10//led code blank
#define NEG
www.eeworm.com/read/109614/15553462
txt 8皇后问题.txt
DECLARE SUB POut () '此函数用于显示结果,就不作详细介绍了
DECLARE FUNCTION Place! (kk AS INTEGER) '此函数用于判断是否可以放置一个新皇后
DIM SHARED k AS INTEGER
DIM SHARED n AS INTEGER
CLS
getn:
PRINT "There is N*N spac
www.eeworm.com/read/100119/15883637
pro misc1.pro
/* misc1.c */
int get_indent __ARGS((void));
int get_indent_lnum __ARGS((linenr_t lnum));
void set_indent __ARGS((int size, int del_first));
int open_line __ARGS((int dir, int redraw, int del_spac
www.eeworm.com/read/366822/9796894
asm hream.asm
DATA SEGMENT
NN DB 0;用来统计数字个数
LN DB 0;统计字母个数
SPAC DB 0;统计空格个数
ON DB 0;统计其它字符的个数
MESSG0 DB "Please enter a string:",'$'
MESSG1 DB "The number of letter is ",'$'
MESSG2 DB "T