代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/340916/12122047
h orderset.h
// OrderSet.h : Declaration of the COrderSet
#pragma once
// code generated on 13 October 2005, 12:51
class COrderSet : public CRecordset
{
public:
COrderSet(CDatabase* pDatabase = NULL);
www.eeworm.com/read/340916/12122125
h orderset.h
// OrderSet.h : Declaration of the COrderSet
#pragma once
// code generated on 13 October 2005, 12:51
class COrderSet : public CRecordset
{
public:
COrderSet(CDatabase* pDatabase = NULL);
www.eeworm.com/read/340916/12123678
h orderset.h
// OrderSet.h : Declaration of the COrderSet
#pragma once
// code generated on 18 September 2007, 16:02
class COrderSet : public CRecordset
{
public:
COrderSet(CDatabase* pDatabase = NULL
www.eeworm.com/read/151940/12160104
m 模板匹配实验.m
clear
%图像预处理
A=imread('3.bmp');% 读入图像
%imshow(A);%显示原始图像
B=imcrop(A,[170 15 500 540]);%剪裁图像
%imshow(B);%显示剪切后图像
C=medfilt2(B,[3 3]);% 3*3二维中值滤波
%imshow(C);%显示滤波后图像
D=imadjust(C,[0.3 0.75],[]);
www.eeworm.com/read/337844/12336908
cpp 1010_tem.cpp
//Area
//18615 2002-05-30 08:25:14 Accepted 1010 C++ 00:00.22 464K jet_engine
#include
#include
#include
struct point{ double x,y;};
point plist[1001];
doubl
www.eeworm.com/read/337844/12336953
cpp 1010_smh.cpp
//Area
//18615 2002-05-30 08:25:14 Accepted 1010 C++ 00:00.22 464K jet_engine
#include
#include
#include
struct point{ double x,y;};
point plist[1001];
doubl
www.eeworm.com/read/336986/12403320
typ occiaqop.typ
CASE=SAME
MAPFILE=occiaqopm.cpp
TYPE hr_obj as hr_obj
www.eeworm.com/read/250225/12423206
m mod_.m
function z = mod_(x,y)
% Does the same as the MATLAB mod function, but this one is correct (hopefully)
% Check for nonreal arguments.
if ~isreal(x) | ~isreal(y)
error('Arguments must be re
www.eeworm.com/read/250225/12423211
m mod.m
function z = mod(x,y)
% Does the same as the MATLAB mod function, but this one is correct (hopefully)
% Check for nonreal arguments.
if ~isreal(x) | ~isreal(y)
error('Arguments must be rea
www.eeworm.com/read/250225/12423275
m terminate.m
function [bter, kter, obkn] = terminate(b, k, obk, term)
% DESCRIPTION [bter, kter, obkn] = terminate(b, k, obk, term)
% INPUT
% b -- Base index for each link. Size is #links by one.
% k --