代码搜索:特征码
找到约 10,000 项符合「特征码」的源代码
代码结果 10,000
www.eeworm.com/read/475904/6769343
txt 注册码.txt
使用者名:flydown.com
注册码:1111-1111-1111-1111-1111
飞跃颠峰下载站
http://downs.126.com
www.eeworm.com/read/473179/6857569
txt 生成gray码.txt
//生成reflected gray code
//每次调用gray取得下一个码
//000...000是第一个码,100...000是最后一个码
void gray(int n,int *code){
int t=0,i;
for (i=0;i
www.eeworm.com/read/473191/6857975
txt 生成gray码.txt
//生成reflected gray code
//每次调用gray取得下一个码
//000...000是第一个码,100...000是最后一个码
void gray(int n,int *code){
int t=0,i;
for (i=0;i
www.eeworm.com/read/395245/8188197
txt 注册码.txt
注册码:
379C-88F3-2E07-1A4F-1BE9-44A1-1B36-08D1-982D-B134-3410-32EE-A6C7-1E60-6566-02D3
也可将文件“LICENSE.LIC”复制到安装文件夹
www.eeworm.com/read/394257/8240249
asm bcd码演示.asm
;按键显示不同的显示变化
LED1 EQU 21H
LED2 EQU 22H
LED3 EQU 23H
ORG 00H
JMP START
START:MOV DPTR,#TABLE
MOV LED3,#10H
MAIN: MOV A,P3
MOV B,#10H
DIV AB
MOV LED1,A
MO
www.eeworm.com/read/394257/8240251
hex bcd码演示.hex
www.eeworm.com/read/394257/8240253