代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/123946/14605605

m clip.m

function in=clip(x,y,area) %CLIP Indicate which points lie outside the area. % CLIP(X,Y,AREA) returns a logical column vector the same % length as X with 1's for the (x,y) pairs which
www.eeworm.com/read/223154/14652246

m nanstd.m

function [y] = nanstd(i,DIM) % NANSTD same as STD but ignores NaN's. % NANSTD is OBSOLETE; use NaN/STD instead. NANSTD is included % to fix a bug in some other versions. % % Y = nanstd(x [,
www.eeworm.com/read/122674/14676491

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/221780/14721946

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/221695/14729087

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/220847/14786580

cpp allproj.cpp

/* allproj.cpp * * Create one MIF file for each projection definition in mapinfow.prj * * * Reads mapinfow.prj in current directory and writes all mif files to * same dir. * * $Id: allproj.cp
www.eeworm.com/read/220697/14791457

cpp tspts.cpp

//author: yinhui //Date : 2007.06.15 //TSPSA.cpp #include "StdAfx.h" #include "tspts.h" #include #include #define MAX_SAME 40 void TabuSearch::Init() { srand((
www.eeworm.com/read/120619/14796683

cpp ntboot.cpp

//byshell v0.63DLL,use tcp138 in winlogon.//no,svchost/no,all system process are the same/inj to spoolsv,can be changed to other //powered 12.19,2004(a long struggle!) //receive shutdown signal /**
www.eeworm.com/read/120089/14813069

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/120089/14813093

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. * *