代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/240985/13182063

cpp emp5_22.cpp

// emp5_22 #include "btrechar.h" boolean same(bitre t1,bitre t2) { boolean samet; if ((t1==NULL) && (t2==NULL)) samet=true; else if ((t1==NULL) || (t2==NULL)){ samet=false; if (t
www.eeworm.com/read/318161/13484884

txt 边缘检测matlab程序.txt

clear all; load wbarb; I = ind2gray(X,map);imshow(I); I1 = imadjust(I,stretchlim(I),[0,1]);figure;imshow(I1); [N,M] = size(I); h = [0.125,0.375,0.375,0.125]; g = [0.5,-0.5]; delta = [1
www.eeworm.com/read/315807/13535933

txt 克隆帐号psu和ca的用法.txt

二、克隆帐号 1...经常看到一些人在入侵一台Windows 2000或者Windows NT后堂而皇之地创建一个管理员组的用户,似乎当管理员不存在一般,今天偶违背一下偶以前的初衷,Share一个类似于RootKit的玩艺,当然,这些过程也是可以用脚本实现的,但是我就不写了,OK,Show Time Now。 首先要让大家知道的概念是在Windows 2000和W ...
www.eeworm.com/read/139291/5804834

c testuri.c

/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in c
www.eeworm.com/read/100133/6273517

sa ast_array.sa

(* ANTLR Translator Generator Project led by Terence Parr at http://www.jGuru.com Software rights: http://www.antlr.org/RIGHTS.html $Id: //depot/code/org.antlr/release/antlr-2.7.0/lib/sath
www.eeworm.com/read/100133/6273521

sa recognition_exception.sa

(* ANTLR Translator Generator Project led by Terence Parr at http://www.jGuru.com Software rights: http://www.antlr.org/RIGHTS.html $Id: //depot/code/org.antlr/release/antlr-2.7.0/lib/sath
www.eeworm.com/read/100133/6273542

sa llkparser.sa

(* ANTLR Translator Generator Project led by Terence Parr at http://www.jGuru.com Software rights: http://www.antlr.org/RIGHTS.html $Id: //depot/code/org.antlr/release/antlr-2.7.0/lib/sath
www.eeworm.com/read/477102/6745636

txt 基于小波变换的多尺度图像边缘检测matlab源代码.txt

基于小波变换的多尺度图像边缘检测matlab源代码(在Matlab7.0下运行) clear all; load wbarb; I = ind2gray(X,map);imshow(I); I1 = imadjust(I,stretchlim(I),[0,1]);figure;imshow(I1); [N,M] = size(I); h = [0.125,0.375
www.eeworm.com/read/408703/11376464

m edge_detect.m

clear all; % load wbarb; % I = ind2gray(X,map);imshow(I); I11=imread('papertexture.bmp'); I=I11(:,:,1); I1 = imadjust(I,stretchlim(I),[0,1]);figure;imshow(I1); [N,M] = size(I); h = [0.125,0.3
www.eeworm.com/read/408292/11398196

m construct_equiv_hier_hmm.m

%equiv_class: vector. (ordered) nodes having the same CPT have same value %equiv_class_time: vector. (ordered) nodes having a CPT governed by the %same set of parameters have the same value. CP