代码搜索:separate

找到约 3,499 项符合「separate」的源代码

代码结果 3,499
www.eeworm.com/read/164171/10124419

m separate_frame.m

function y=separate_frame(x,n,num) %this function complete separate frame;at same time,add a hanning window to y; %x is the sequence will be separate; %n is used to show how many frame will be sep
www.eeworm.com/read/422113/10663417

m separate_image.m

function new_matrix = separate_image(A); new_matrix=[]; k=1; for l=0:15 for m=0:15 for i=1:8 for j=1:8 new_matrix(k) = A(i+(l*8),j+(m*8)); k=k+1; end
www.eeworm.com/read/422113/10663421

asv separate_image.asv

function matrix = separate_image(a); k=1; for l=0:15 for m=0:15 for i=1:8 for j=1:8 new_matrix(k) = matrix(i+(l*8),j+(m*8)); end end end disp(
www.eeworm.com/read/273706/10903874

gif cen_separate.gif

www.eeworm.com/read/273706/10903955

gif nav_separate.gif

www.eeworm.com/read/320482/13426163

gif cen_separate.gif

www.eeworm.com/read/320482/13426172

gif nav_separate.gif

www.eeworm.com/read/241991/4556972

separate nakack.java.separate

package JavaGroups.JavaStack.Protocols; import java.io.*; import java.util.*; import JavaGroups.*; import JavaGroups.JavaStack.*; class NakAckHeader implements Serializable { public static fin
www.eeworm.com/read/240162/4590190

c separate-1.c

/* Copyright 2003 Free Software Foundation. */ /* { dg-do compile } */ /* { dg-options "-save-temps" } */ /* Make sure we report errors in the right line, even if separate preprocessing is used.
www.eeworm.com/read/233448/4686100

c separate-1.c

/* Copyright 2003 Free Software Foundation. */ /* { dg-do compile } */ /* { dg-options "-save-temps" } */ /* Make sure we report errors in the right line, even if separate preprocessing is used.