代码搜索:COde
找到约 10,000 项符合「COde」的源代码
代码结果 10,000
www.eeworm.com/read/181271/9260855
h code.h
/****************************************************/
/* File: code.h */
/* Code emitting utilities for the TINY compiler */
/* and interface to the TM machine
www.eeworm.com/read/181271/9260860
c code.c
/****************************************************/
/* File: code.c */
/* TM Code emitting utilities */
/* implementation for the TINY comp
www.eeworm.com/read/181167/9271572
txt code.txt
www.eeworm.com/read/377538/9271873
m code.m
%realise the inverse of binary code
%实现码位倒置的函数
function xc=code(x)
N=length(x)
n1=dec2bin(N-1)
L=length(n1)
n=0:N-1;
A=dec2bin(n);
for i=1:L/2
swap=A(:,i);
A(:,i)=A(:,L-i+1);
A
www.eeworm.com/read/377296/9282785
txt code.txt
www.eeworm.com/read/180287/9313599
o code.o
XL
H 1 areas 1 global symbols
M code.c
A lit size 8E0 flags 0
dbfile C:\icc\project\LCD\code.c
dbsym s TAB 0 A[2272:71:32]c
S _TAB Def0000
T 00 00 04 34 C4 04 C4 3C 20 10 0F E8 08 08 28 18
R 0
www.eeworm.com/read/180287/9313614
c code.c
const unsigned char TAB[][32]={
//(18);欢[16*16]下半列排
0x04,0x34,0xC4,0x04,0xC4,0x3C,0x20,0x10,
0x0F,0xE8,0x08,0x08,0x28,0x18,0x00,0x00,
0x10,0x08,0x06,0x01,0x82,0x8C,0x40,0x30,