代码搜索:same

找到约 10,000 项符合「same」的源代码

代码结果 10,000
www.eeworm.com/read/202785/15373319

m prop.m

function out=prop1(in,w,b); % % Propagates an input vector % through one layer of a network % % call: % % [out]=prop(in,w); % % w = weight matrix % b = bias weights (column vector. Same
www.eeworm.com/read/202231/15388981

cpp timeoutthread.cpp

//-------------------------------- // coder Cai jianyu,Yuan Zhijian,Meng Qing // begin 2002 // v1 2003-01 // v2 2003-08-10 move all multithread code to the same class //-----------------------
www.eeworm.com/read/201525/15402691

txt rd2fd.txt

_RD2FD_ Important!: the RAMDISK in memory should be the same as the one on the DISKETTE. (boot with option 1, read from floppy) Don't remove the diskette while it's written to, or when you are ab
www.eeworm.com/read/200886/15420788

m reduceg.m

% function newG = reduceG(ind,G) % % keeps same G, but alters some entries to only the specified ind % (to use in showClassTraces) function newG = reduceG(ind,G) newG=G; newG.numSamples=length(ind);
www.eeworm.com/read/200886/15420820

c examplemexfile.c

#include "mex.h" #include "nan.h" /* * zeroEqHes.c this is the same as zeroEq.c, but also computes the Hessian */ #define GTINDEX(I,J, NUMROWS, NUMCOLS) (J * NUMROWS + I) voi
www.eeworm.com/read/113579/15452995

m get_fig.m

function [fig, conf] = get_fig(conf, field) % % Create a new figure or grab an old one with the same name. % % The new figure handle is returned in fh. Optional parameters % are controlled by fields i
www.eeworm.com/read/112801/15476380

pot efax-gtk.pot

# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Chris Vine. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr ""
www.eeworm.com/read/112801/15476397

po he.po

# Hebrew translation of Efax-gtk. # Copyright (C) 2001 Chris Vine # This file is distributed under the same license as the PACKAGE package. # Assaf Gillat , 2004. # # msgid "
www.eeworm.com/read/112801/15476401

po bg.po

# Bulgarian translation of Efax-gtk. # Copyright (C) 2001 Chris Vine # This file is distributed under the same license as the PACKAGE package. # Zdravko Nikolov , 2004. # # msgid
www.eeworm.com/read/109477/15556854

h bitops.h

#ifndef _LINUX_BITOPS_H #define _LINUX_BITOPS_H /* * ffs: find first bit set. This is defined the same way as * the libc and compiler builtin ffs routines, therefore * differs in spirit from the