代码搜索:COde
找到约 10,000 项符合「COde」的源代码
代码结果 10,000
www.eeworm.com/read/197225/8010879
c code.c
#include "code.h"
const unsigned char code pp[58080] = { /* 0X00,0X12,0XB0,0X00,0XDC,0X00,0X01,0X39, */
0X30,0X30,0X28,0X30,0X30,0X28,0X30,0X30,0X28,0X30,0X30,0X28,0X30,0X30,0X28,0X30,
0X30,0X28,0X
www.eeworm.com/read/397800/8021235
exe code.exe
www.eeworm.com/read/397800/8021237
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/196895/8052031
m code.m
function ret=Code(lenchrom,opts,bound)
%本函数将变量编码成染色体,用于随机初始化一个种群
% lenchrom input : 染色体长度
% opts input : 编码方法
% bound input : 变量的取值范围
% ret output: 染色体的编码值
switch opts
c
www.eeworm.com/read/397297/8057010
gif code.gif
www.eeworm.com/read/397297/8057460
gif code.gif
www.eeworm.com/read/196731/8064504
gif code.gif
www.eeworm.com/read/397122/8065842
m code.m
function [nsignals, codebook, oldcodebook, scheme] = code(signals,codetype,codetype_args,oldcodebook,fctdist,fctdist_args)
% Encode and decode a multi-class classification task into multiple binary cl
www.eeworm.com/read/296896/8073363
bmp code.bmp
www.eeworm.com/read/296880/8074288
asm code.asm
;路口定义:1路口为东,2路口为南,3路口为西,4路口为北
CODE SEGMENT
ASSUME CS:CODE
INTPORT1 EQU 0020H ;定义8259的控制口地址,用来写ICW1
INTPORT2 EQU 0021H ;定义8259的数据口地址,用来写ICW2,3,4
INTQ3 EQU