代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/255766/12056838

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/255766/12056908

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/255755/12057361

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/255541/12076082

readme

Linux can read, but not write, OS/2 HPFS partitions. Mount options are the same as for msdos partitions. uid=nnn All files in the partition will be owned by user id nnn. gid=nnn All files i
www.eeworm.com/read/152572/12104389

inf amberediter.inf

[version] ; version signature (same for both NT and Win95) do not remove signature="$CHICAGO$" AdvancedINF=2.0 [Add.Code] AmberEditer.ocx=AmberEditer.ocx AmberEditer.lic=AmberEditer.lic
www.eeworm.com/read/341022/12113035

patch preboot-override.patch

Provide a place where the loader can patch the binary, such that it executes a command string from RAM. We use this for automated installs, where we can thus use the same u-boot binary for all stages.
www.eeworm.com/read/340916/12123927

cpp ex9_07.cpp

// Ex9_07.cpp (the same as Ex9_06.cpp) // Using a virtual function #include #include "GlassBox.h" // For CBox and CGlassBox using std::cout; using std::endl; int m
www.eeworm.com/read/253939/12176324

txt readme.txt

matfiles directory with the file paramfun.mat which will allow to run the demo file paramfun.m Put this file in the same directory thant paramfun.m mfiles -rw-r--r-- 1 521 521
www.eeworm.com/read/339620/12217006

m merge_two_datasets.m

fprintf(1,'Script that merges two "Cabib_Results.mat" data sets of the same camera into a single dataset\n') dir; cont = 1; while cont data_set1 = input('Filename of the first dataset (w
www.eeworm.com/read/339483/12230533

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