代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/170469/9805496
java constcategorizer.java
package shared;
import java.lang.*;
import java.io.*;
/** ConstCategorizer always gives the same category. Categories must be
* greater than UNKNOWN_CATEGORY_VAL. For safety reasons, an upper b
www.eeworm.com/read/168118/9937254
m spike.m
function imp=spike(v,n)
% SPIKE: create a signal with a single impulse in it
%
% imp=SPIKE(v,n)
% imp=SPIKE(v)
%
% returns a vector of the same size as v which is zero
% except at sample n whe
www.eeworm.com/read/166778/9998911
pot bison.pot
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR , YEAR.
#
#, fuzzy
www.eeworm.com/read/166778/9998993
po rw.po
# Kinyarwanda translations for bison package.
# Copyright (C) 2005 Free Software Foundation, Inc.
# This file is distributed under the same license as the bison package.
# Steve Murphy
www.eeworm.com/read/166778/9999048
pot bison-runtime.pot
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR , YEAR.
#
#, fuzzy
www.eeworm.com/read/166778/9999124
po rw.po
# Kinyarwanda translations for bison package.
# Copyright (C) 2005 Free Software Foundation, Inc.
# This file is distributed under the same license as the bison package.
# Steve Murphy
www.eeworm.com/read/361866/10031211
txt java web start 1.0 developer's guide (2).txt
作者:diego lynn
日期:2001-3-25 10:54:32
Application Development Considerations
Developing applications that can be deployed with Java Web Start are generally the same as developing a stand-alone applic
www.eeworm.com/read/361866/10032329
txt java web start 1.0 developer's guide (2).txt
作者:diego lynn
日期:2001-3-25 10:54:32
Application Development Considerations
Developing applications that can be deployed with Java Web Start are generally the same as developing a stand-alone applic
www.eeworm.com/read/360506/10089939
js popupwin.js
// (c) dynarch.com 2003-2004
// Distributed under the same terms as HTMLArea itself.
function PopupWin(editor, title, handler, initFunction) {
this.editor = editor;
this.handler = handler;
var dlg
www.eeworm.com/read/164463/10107434
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