代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/344684/11867701
s crtboot.s
; make sure to assemble w/ -n flag, e.g.
; iasavr -n crt...
;
; bootloader startup file, same as crtavr.s except that vectors are routed
; to the bootloader section and use jmp for the vector
;
www.eeworm.com/read/155317/11884847
s crtboot.s
; make sure to assemble w/ -n flag, e.g.
; iasavr -n crt...
;
; bootloader startup file, same as crtavr.s except that vectors are routed
; to the bootloader section and use jmp for the vector
;
www.eeworm.com/read/344238/11897927
java ex12.java
// holding/Ex12.java
// TIJ4 Chapter Holding, Exercise 12, page 410
/* Create and populate a List. Create a second List of the
* same size as the first, and use ListIterator to re
www.eeworm.com/read/344238/11897944
java ex12a.java
// holding/Ex12a.java
// TIJ4 Chapter Holding, Exercise 12, page 410
/* Create and populate a List. Create a second List of the
* same size as the first, and use ListIterator to r
www.eeworm.com/read/343762/11928676
m hup.m
function b=hup(C)
%HUP(C) tests if the polynomial C is a Hurwitz-Polynomial.
% It tests if all roots lie in the left half of the complex
% plane
% B=hup(C) is the same as
% B=all(real(ro
www.eeworm.com/read/343743/11930946
m get_fig.m
function [fig, conf] = get_fig(conf, field)
%
% Create a new figure or grab an old one with the same name.
%
% The new figure handle is returned in fh. Optional parameters
% are controlled by fields i
www.eeworm.com/read/154209/11983177
m sbswitch.m
function varargout = sbswitch(varargin)
%SBSWITCH Function switch-yard.
% SBSWITCH('FOO',ARG1,ARG2,...) is the same as
% FOO(ARG1,ARG2,...). This provides access to private
%
www.eeworm.com/read/154155/11985595
c r_enhanc.c
/*
R_ENHANC.C - cryptographic enhancements for RSAEURO
Copyright (c) J.S.A.Kapp 1994 - 1995.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same a
www.eeworm.com/read/154155/11985624
h global.h
/*
GLOBAL.H - RSAEURO types and constants
Copyright (c) J.S.A.Kapp 1994 - 1995.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same as for RSAREF(
www.eeworm.com/read/340916/12122419
h order.h
// Stores the data for a new order
#pragma once
class COrder
{
public:
// Data members same as fields in COrderSet
long m_OrderID;
CString m_CustomerID;
long m_EmployeeID;
CTime m