代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/423262/10575690
h face.h
// face.h
#include "params.h"
#ifndef FACE_H
#define FACE_H
/** Defines a face. The face is defined by the VertexID's of the face's vertices.
Currently, only triangles are allowed. The or
www.eeworm.com/read/276027/10772802
txt 克隆admin!ca.exe使用方法.txt
利用SA.exe 将Iusr_victim克隆为Administrator。
C:\>ca \\192.168.0.1 test test iusr_victim password
Clone Administrator, by netXeyes 2002/04/06
Written by netXeyes 2002, dansnow@21cn.com
Connect 19
www.eeworm.com/read/419563/10860675
txt sinc.m .txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% sinc.m
% same as Matlab's sinc function
% sinc(x) = sin(pi*x)/(pi*x)
% Last updated 8/31/00 by K. Bell
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
function y=sinc(x)
y=
www.eeworm.com/read/419563/10860926
txt sinc.m .txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% sinc.m
% same as Matlab's sinc function
% sinc(x) = sin(pi*x)/(pi*x)
% Last updated 8/31/00 by K. Bell
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
function y=sinc(x)
y=
www.eeworm.com/read/171936/6965143
java matchstrings.java
public class MatchStrings
{
public static void main(String[] args)
{
String string1 = "Too many ";
String string2 = "cooks";
String string3 = "Too many cooks";
// Make strin
www.eeworm.com/read/469138/6978139
txt 多边形切割.txt
//多边形切割
//可用于半平面交
#define MAXN 100
#define eps 1e-8
#define zero(x) (((x)>0?(x):-(x))
www.eeworm.com/read/103075/7087329
test2
#!/bin/sh
. ./init_test
echo "*** Test very normal case with two hosts without remove"
runA -f $H/A
runB -a $H/B
echo "toto" > $H/B/foo ; stamp 01 $H/B/foo
runB
runA
same $H/A foo $H/B foo || Exit
www.eeworm.com/read/149582/7137076
c gpifpio0.c
//
// This program configures the General Purpose Interface (GPIF) for Fx2.
// Parts of th
www.eeworm.com/read/149582/7137081
c gpifpio4.c
//
// This program configures the General Purpose Interface (GPIF) for Fx2.
// Parts of th
www.eeworm.com/read/460783/7240706
txt 多边形切割.txt
//多边形切割
//可用于半平面交
#define MAXN 100
#define eps 1e-8
#define zero(x) (((x)>0?(x):-(x))