代码搜索:third
找到约 4,828 项符合「third」的源代码
代码结果 4,828
www.eeworm.com/read/470693/1464633
h jis0212.h
/* This file is automatically generated from Unicode tables */
MAP(0x22, 0x2F, 0x02D8) /* BREVE */
MAP(0x22, 0x30, 0x02C7) /* CARON (Mandarin Chinese third tone) */
MAP(0x22, 0x31, 0x00B8) /* CEDIL
www.eeworm.com/read/240162/4590311
h jis0212.h
/* This file is automatically generated from Unicode tables */
MAP(0x22, 0x2F, 0x02D8) /* BREVE */
MAP(0x22, 0x30, 0x02C7) /* CARON (Mandarin Chinese third tone) */
MAP(0x22, 0x31, 0x00B8) /* CEDIL
www.eeworm.com/read/233448/4686807
h jis0212.h
/* This file is automatically generated from Unicode tables */
MAP(0x22, 0x2F, 0x02D8) /* BREVE */
MAP(0x22, 0x30, 0x02C7) /* CARON (Mandarin Chinese third tone) */
MAP(0x22, 0x31, 0x00B8) /* CEDIL
www.eeworm.com/read/190666/5180095
h jis0212.h
/* This file is automatically generated from Unicode tables */
MAP(0x22, 0x2F, 0x02D8) /* BREVE */
MAP(0x22, 0x30, 0x02C7) /* CARON (Mandarin Chinese third tone) */
MAP(0x22, 0x31, 0x00B8) /* CEDIL
www.eeworm.com/read/340665/3281162
h jis0212.h
/* This file is automatically generated from Unicode tables */
MAP(0x22, 0x2F, 0x02D8) /* BREVE */
MAP(0x22, 0x30, 0x02C7) /* CARON (Mandarin Chinese third tone) */
MAP(0x22, 0x31, 0x00B8) /* CEDIL
www.eeworm.com/read/440906/1782843
h jis0212.h
/* This file is automatically generated from Unicode tables */
MAP(0x22, 0x2F, 0x02D8) /* BREVE */
MAP(0x22, 0x30, 0x02C7) /* CARON (Mandarin Chinese third tone) */
MAP(0x22, 0x31, 0x00B8) /* CEDIL
www.eeworm.com/read/162614/5536473
h jis0212.h
/* This file is automatically generated from Unicode tables */
MAP(0x22, 0x2F, 0x02D8) /* BREVE */
MAP(0x22, 0x30, 0x02C7) /* CARON (Mandarin Chinese third tone) */
MAP(0x22, 0x31, 0x00B8) /* CEDIL
www.eeworm.com/read/162519/5546005
h jis0212.h
/* This file is automatically generated from Unicode tables */
MAP(0x22, 0x2F, 0x02D8) /* BREVE */
MAP(0x22, 0x30, 0x02C7) /* CARON (Mandarin Chinese third tone) */
MAP(0x22, 0x31, 0x00B8) /* CEDIL
www.eeworm.com/read/168317/9920162
asm ledscan2.asm
;use interupting method to display LED
Counter EQU 59H ;记录正在扫描哪个数码管
FIRST EQU P0.7
SECOND EQU P0.6
THIRD EQU P0.5
FORTH EQU P0.4
FIFTH EQU P0.3
SIXTH EQU P0.2
DISPBUF EQU 30H ;显示内容缓冲区
ORG 0
www.eeworm.com/read/438832/7725377
sh empty-array.sh
#!/bin/bash
# empty-array.sh
# 感谢Stephane Chazelas制作这个例子的原始版本,
#+ 同时感谢Michael Zick对这个例子所作的扩展.
# 空数组与包含有空元素的数组, 这两个概念不同.
array0=( first second third )
array1=( '' ) # "array1"包含一个空元素.
array2