代码搜索:Decode
找到约 10,000 项符合「Decode」的源代码
代码结果 10,000
www.eeworm.com/read/466387/7034597
decode
www.eeworm.com/read/327560/13072879
decode
www.eeworm.com/read/319788/13443088
decode
www.eeworm.com/read/266535/11220412
in decode.in
2
2
2 3
3 3
1 3
3 3
1 3
2 3
1 3
1 3
2 3
2 3
3 3
3 3
2 3 4
2 2 4
2 1 4
1 3 4
1 1 4
16 4 15 22 16 6 13 13 24 4 18 14 16 18 25 19 13 13 25 20 18 13 18 13 26
31 5 3 25 10 27 13 21 4 4 21 27 29 27 20 7 3
www.eeworm.com/read/392192/8358693
m decode.m
function x=DeCode(G,s)
%s=[0,10]
%s=[0,10; 0,5]
[m,n]=size(G);
d=size(s,1);
x=zeros(m,d);
for k=1:d
for i=1:m
for j=1:n/d
x(i,k)=x(i,k)+G(i,(k-1)*(n/d)+j).*2.^(n/d-j)
www.eeworm.com/read/192611/8372989
ir_decode
www.eeworm.com/read/291539/8410502
html decode.html
www.eeworm.com/read/191936/8415429
h decode.h
#ifndef DECODE_H
#define DECODE_H
/* Ogle - A video player
* Copyright (C) 2002 Bj鰎n Englund
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the G
www.eeworm.com/read/191936/8415445
c decode.c
/* Ogle - A video player
* Copyright (C) 2002 Bj鰎n Englund
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publis