代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/271693/10983731
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/271693/10983774
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 --
www.eeworm.com/read/467642/7006477
tig test39.tig
/* This is illegal, since there are two functions with the same name
in the same (consecutive) batch of mutually recursive functions.
See also test48 */
let
function g(a:int):int = a
function
www.eeworm.com/read/467642/7006509
tig test38.tig
/* This is illegal, since there are two types with the same name
in the same (consecutive) batch of mutually recursive types.
See also test47 */
let
type a = int
type a = string
in
0
end
www.eeworm.com/read/466324/7032753
java exercise5_25.java
public class Exercise5_25 {
public static void main(String[] args) {
int[][] board = new int[8][8];
for (int i = 0; i < board.length; i++) {
for (int j = 0; j
www.eeworm.com/read/462821/7195400
cpp ex6.cpp
// Borland C++ - (C) Copyright 1991 by Borland International
// ex6.cpp: Using the Dictionary class
// from Hands-on C++
#include
#include "diction.h"
main()
{
Dictionary
www.eeworm.com/read/461713/7221564
cpp ex6.cpp
// Borland C++ - (C) Copyright 1991 by Borland International
// ex6.cpp: Using the Dictionary class
// from Hands-on C++
#include
#include "diction.h"
main()
{
Dictionary
www.eeworm.com/read/458010/7314254
m distchpf.m
function d=distchpf(pf1,pf2,mode)
%DISTCHPF calculates the cosh spectral distance between power spectra D=(PF1,PF2,MODE)
%
% Inputs: PF1,PF2 Power spectra to be compared. Each row represents a
www.eeworm.com/read/457537/7323180
cs digitcounter.cs
// DigitCounter.cs
// compile with: /target:library
using System;
// Declare the same namespace as the one in Factorial.cs. This simply
// allows types to be added to the same namespace.
name
www.eeworm.com/read/456569/7344653
cpp ex6.cpp
// Borland C++ - (C) Copyright 1991 by Borland International
// ex6.cpp: Using the Dictionary class
// from Hands-on C++
#include
#include "diction.h"
main()
{
Dictionary