代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/246064/12758246

po sk.po

# Slovak translation for gnome-mag. # Copyright (C) 2003 Marcel Telka # This file is distributed under the same license as the gnome-mag package. # Marcel Telka , 2003. # msgid "" msg
www.eeworm.com/read/246064/12758250

po rw.po

# translation of gnome-mag to Kinyarwanda. # Copyright (C) 2005 Free Software Foundation, Inc. # This file is distributed under the same license as the gnome-mag package. # Steve Murphy
www.eeworm.com/read/245849/12777840

m myerror.m

function myerror(message) % Generalization of Matlabs error message for compiled code % S4M.compiled == 0 same as standard error message % S4M.compiled == 1 Error message is displayed in dialog wi
www.eeworm.com/read/144074/12819738

cpp prg13_4.cpp

#include #pragma hdrstop #include "bstree.h" #include "avltree.h" #include "random.h" // loads array, binary search tree and avl tree with same // n random numbers in the range
www.eeworm.com/read/143979/12825420

py treeviewdnd.py

#!/usr/bin/env python # example treeviewdnd.py import pygtk pygtk.require('2.0') import gtk class TreeViewDnDExample: TARGETS = [ ('MY_TREE_MODEL_ROW', gtk.TARGET_SAME_WIDGET, 0),
www.eeworm.com/read/331446/12827659

m mutualinformation.m

%%% %%% MUTUALINFORMATION: compute the mutual information between two images %%% mutualinformation( im1, im2 ) %%% im1: grayscale or color image, or 1-D signal %%% im2: must be same size
www.eeworm.com/read/143498/12870357

m modsig.m

function y = modsig(x, parameter) %SIG_MF Sigmoidal membership function with two parameters. % SIG_MF(x, [a, c]) returns a matrix y with the same size % as x; each element of y is a grade of membershi
www.eeworm.com/read/243981/12902068

h errno.h

#ifndef _ERRNO_H #define _ERRNO_H /* * ok, as I hadn't got any other source of information about * possible error numbers, I was forced to use the same numbers * as minix. * Hopefully these are p
www.eeworm.com/read/243981/12902165

s system_call.s

/* * system_call.s contains the system-call low-level handling routines. * This also contains the timer-interrupt handler, as some of the code is * the same. The hd-interrupt is also here. * *
www.eeworm.com/read/329346/12958911

h errno.h

#ifndef _ERRNO_H #define _ERRNO_H /* * ok, as I hadn't got any other source of information about * possible error numbers, I was forced to use the same numbers * as minix. * Hopefully these are posix