代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/253659/12206254
c scanner.c
/*
* File: scanner.c
* Company: TWAIN Working Group, JFL Peripheral Solutions Inc.
* Author: Jon Harju
* Description:
* Simulates basic scanner operations
*
* Copyright
www.eeworm.com/read/339483/12231760
sh int-or-string.sh
#!/bin/bash
# int-or-string.sh: Integer or string?
a=2334 # Integer.
let "a += 1"
echo "a = $a " # a = 2335
echo # Integer, still.
b=${a/23/BB}
www.eeworm.com/read/150815/12259699
java compte.java
import java.util.*;
import javax.swing.* ;
import java.awt.event.*;
class Compte{
private String numero;
private char type;
private int solde;
private Personne proprietaire;
public V
www.eeworm.com/read/251837/12316696
m mid.m
function midpoint = mid(a)
%MID dummy routine for interval/mid (type help interval/mid).
%
%b4m - datatype interval Version 1.02 (c) 16.3.1998 Jens Zemke
%
% DESCRIPTION:
% 'mid' i
www.eeworm.com/read/251837/12316745
m cos.m
function y = cos(x)
%COS (interval) implements cos for intervals.
%
%b4m - datatype interval Version 1.02 (c) 26.2.1998 Jens Zemke
%
% DESCRIPTION:
% 'cos' is called
%
%
www.eeworm.com/read/251837/12316791
m length.m
function l = length(x)
%LENGTH (interval) computes the length of an interval matrix.
%
%b4m - datatype interval Version 1.02 (c) 25.9.1998 Jens Zemke
%
% DESCRIPTION:
% 'length' is
www.eeworm.com/read/251837/12316803
m tan.m
function y = tan(x)
%TAN (interval) implements tan for intervals.
%
%b4m - datatype interval Version 1.02 (c) 26.2.1998 Jens Zemke
%
% DESCRIPTION:
% 'tan' is called
%
%
www.eeworm.com/read/251837/12316812
m sin.m
function y = sin(x)
%SIN (interval) implements sin for intervals.
%
%b4m - datatype interval Version 1.02 (c) 26.2.1998 Jens Zemke
%
% DESCRIPTION:
% 'sin' is called
%
%
www.eeworm.com/read/251837/12316827
m uplus.m
function r = uplus(a)
%UPLUS (interval) overloades uplus for interval matrices, +a.
%
%b4m - datatype interval Version 1.02 (c) 26.2.1998 Jens Zemke
%
% DESCRIPTION:
% 'uplus' is c
www.eeworm.com/read/251837/12317116
m rad.m
function radius = rad(a)
%RAD dummy routine for interval/rad (type help interval/rad).
%
%b4m - datatype interval Version 1.02 (c) 16.3.1998 Jens Zemke
%
% DESCRIPTION:
% 'rad' is