代码搜索:Addition
找到约 2,224 项符合「Addition」的源代码
代码结果 2,224
www.eeworm.com/read/447572/7549428
java mysimplecal.java
/**
This program is a simple calculator that does addition and substraction.
Do try to enhance the program by :
(1) Add in division and multiplication features.
(2) Using Button arrays for
www.eeworm.com/read/436995/7757452
m xstat.m
% xstat.m
% Scope: This MATLAB program tests the following macros: rms, rss, rssxy,
% and statup. In addition, results from internal macros mean and std
www.eeworm.com/read/247095/12683622
txt pcmcia.txt
Pcmcia Wireless configuration
-----------------------------
One of the most exciting things having happen after release 20
is the addition of Wireless Tools support in the Pcmcia init
scripts. Her
www.eeworm.com/read/312003/13620300
txt pcmcia.txt
Pcmcia Wireless configuration
-----------------------------
One of the most exciting things having happen after release 20
is the addition of Wireless Tools support in the Pcmcia init
scripts. Her
www.eeworm.com/read/147766/5723499
c commproc.c
/*
* General Purpose functions for the global management of the
* Communication Processor Module.
* Copyright (c) 1997 Dan Malek (dmalek@jlc.net)
*
* In addition to the individual control of the
www.eeworm.com/read/128531/5986172
c commproc.c
/*
* General Purpose functions for the global management of the
* Communication Processor Module.
* Copyright (c) 1997 Dan Malek (dmalek@jlc.net)
*
* In addition to the individual control of the
www.eeworm.com/read/104136/6206580
pas exdys30u.pas
(*
This program uses the TOgDaysCode component. The first time the
program is run, the necessary information is created and stored
in an INI file. In addition, the program is given a "drop de
www.eeworm.com/read/100601/6267380
c mptest-2.c
/*
* Simple test driver for MPI library
*
* Test 2: Basic addition and subtraction test
*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you
www.eeworm.com/read/493128/6406881
java benchmarkedkmeans.java
package kmeans;
import java.io.*;
import java.util.*;
/**
* Same as BasicKMeans, but with the addition of
* timing statements.
*/
public class BenchmarkedKMeans implements KMeans {
www.eeworm.com/read/485672/6556269
m fft_ex.m
% fft_ex.m
%
% This is an example of computing the FFT of
% the addition of two cos functions.
%
% Written by Raymond Roberts and Graham Roberts,
% students at Curtin University of Technology