代码搜索:cutoff 开发教程

找到约 10,000 项符合「cutoff 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/299244/7870511

m discretize.m

function y = discretize(f, cutoff) sze = size(f); for i = 1:sze(1) for k = 1:sze(2) if (f(i,k) > cutoff) z(i,k) = 1; else z(i,k) = 0; end end end
www.eeworm.com/read/147331/5732665

c strtoll_r.c

/* This code is based on strtoul.c which has the following copyright. It is used to convert a string into a signed long long. long long _strtoll_r (struct _reent *rptr, const char *s,
www.eeworm.com/read/131315/5930676

c strtoq.c

/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are perm
www.eeworm.com/read/131315/5930699

c strtol.c

/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are perm
www.eeworm.com/read/128447/5990414

cxx strtol.cxx

//=========================================================================== // // strtol.cxx // // ANSI standard string to long int conversion function defined in // section 7.10.1.5
www.eeworm.com/read/125688/6024342

c strtoq.c

/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are perm
www.eeworm.com/read/125688/6024354

c strtol.c

/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are perm
www.eeworm.com/read/125688/6025898

c strtoq.c

/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are perm
www.eeworm.com/read/125688/6025909

c strtol.c

/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are perm
www.eeworm.com/read/124347/6052113

c strtoll_r.c

/* This code is based on strtoul.c which has the following copyright. It is used to convert a string into a signed long long. long long _strtoll_r (struct _reent *rptr, const char *s,