代码搜索:COde
找到约 10,000 项符合「COde」的源代码
代码结果 10,000
www.eeworm.com/read/398757/7924391
asm code.asm
p macro buf
lea dx,buf
mov ah,9
int 21h
endm
data segment
pp db 0dh,0ah,' welcome you to run this programme!$'
qq db 0dh,0ah,' when you input number,press enter.$'
qw
www.eeworm.com/read/398757/7924811
exe code.exe
www.eeworm.com/read/398757/7924813
asm code.asm
p macro buf
lea dx,buf
mov ah,9
int 21h
endm
data segment
pp db 0dh,0ah,' welcome you to run this programme!$'
qq db 0dh,0ah,' when you input number,press enter.$'
qw
www.eeworm.com/read/433431/7930485
exe code.exe
www.eeworm.com/read/433431/7930506
cpp code.cpp
#include
#include
#include
char BASE64[64]={'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z',
'a','b','c
www.eeworm.com/read/198295/7941702
h code.h
unsigned char AA[16][1]={};
unsigned char BB[21][3]={};
unsigned char CC[29][3]={};
unsigned char DD[21][2]={};
unsigned char EE[180][5]={};
unsigned char FF[41][26]={};
/*
www.eeworm.com/read/298720/7943088
txt code.txt
0----------5-
00---------1-
001--------8-
0033-------9-
0034-------9-
0044-------9-
0060-------9-
0061-------9-
0062-------9-
0063-------9-
0064-------9-
0065-------9-
0066-------9-
0082-
www.eeworm.com/read/198044/7954095
txt code.txt
www.eeworm.com/read/298283/7968758
vhd code.vhd
-- code
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity code is
port(
datain : in unsigned(7 downto 0);
da
www.eeworm.com/read/298283/7968764