代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/420605/10787020
h activewithrunerror.h
/*
* ============================================================================
* File name: ActiveWithRunError.h
* Part of : Icq7
* Created : 09.06.2006 by Maksim Nazarenko
* Description
www.eeworm.com/read/420605/10787315
cpp activewithrunerror.cpp
/*
* ============================================================================
* File name: ActiveWithRunError.cpp
* Part of : Icq7
* Created : 09.06.2006 by Maksim Nazarenko
* Descripti
www.eeworm.com/read/332978/7142246
java dogsandrobots.java
//: generics/DogsAndRobots.java
// No latent typing in Java
import typeinfo.pets.*;
import static net.mindview.util.Print.*;
class PerformingDog extends Dog implements Performs {
public void
www.eeworm.com/read/325023/13232322
java dogsandrobots.java
//: generics/DogsAndRobots.java
// No latent typing in Java
import typeinfo.pets.*;
import static net.mindview.util.Print.*;
class PerformingDog extends Dog implements Performs {
public void
www.eeworm.com/read/306033/13754451
htm c_op_log.htm
paxC Logical Operators
Language Element
Short Descri
www.eeworm.com/read/306033/13754495
htm pascal_op_log_bit.htm
paxPascal Logical/Bitwise Operators
Language Element
www.eeworm.com/read/306033/13754517
htm basic_op_log.htm
paxBasic Logical Operators
Language Element
Short
www.eeworm.com/read/484789/6575157
m r2_dit_ce.m
function [X0, X1] = r2_dit_ce(x0, x1, WNkn)
%--------------------------------------------------------------
% Complete this Radix-2 DIT CE (Computational Element) function
% that performs
%
www.eeworm.com/read/158297/11627098
m shift.m
function y = shift(x,b);
% This function performs the shift encryption function
% y = x + b mod 26
% We assume that x is a text string and b is a number
% The result is kept in text representation