代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/465763/7045246

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/378796/7069953

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
www.eeworm.com/read/299984/7140027

m matchlab.m

%MATCHLAB Compare two labellings and rotate the labels for an optimal match % % LABELS = MATCHLAB(LAB1,LAB2) % % INPUT % LAB1,LAB2 Label lists of the same objects % % OUTPUT % LABELS A ro
www.eeworm.com/read/332978/7142088

java multilock.java

//: concurrency/MultiLock.java // One thread can reacquire the same lock. import static net.mindview.util.Print.*; public class MultiLock { public synchronized void f1(int count) { if(cou
www.eeworm.com/read/140797/7146791

doc extlinux.doc

EXTLINUX is a new syslinux derivative, which boots from a Linux ext2/ext3 filesystem. It works the same way as SYSLINUX, with a few slight modifications. 1. The installer is run on a *mounted* files
www.eeworm.com/read/463724/7176262

po it.po

# xCHM .pot file. # Copyright (C) 2004 Razvan Cojocaru # This file is distributed under the same license as the xCHM package. # Fabio Vescarelli , 2004. # msgid
www.eeworm.com/read/461143/7232766

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/461143/7232791

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/460435/7250502

m matchlab.m

%MATCHLAB Compare two labellings and rotate the labels for an optimal match % % LABELS = MATCHLAB(LAB1,LAB2) % % INPUT % LAB1,LAB2 Label lists of the same objects % % OUTPUT % LABELS A ro
www.eeworm.com/read/458682/7291383

sh ex38.sh

#!/bin/bash . data-file # Load a data file. # Same effect as "source data-file", but more portable. # The file "data-file" must be present in current working directory, #+ since it is referred t