代码搜索:computing
找到约 6,514 项符合「computing」的源代码
代码结果 6,514
www.eeworm.com/read/247974/12609978
pdf wiley.lessons.in.grid.computing.the.system.is.a.mirror.jul.2006.pdf
www.eeworm.com/read/204588/15336812
pdf morgan.kaufmann.embedded.computing.dec.2004.ebook-ling.pdf
www.eeworm.com/read/433250/8537301
readme
DiscreteTFDs
Copyright (c) 1997, 1998, 1999 Jeffrey C. O'Neill (jeffo@bu.edu)
Copyright (c) 1998, 1999 Boston University
Copyright (c) 1997, 1998 L'Ecole Normale Superieure de Lyon
Copyright (c) 1997
www.eeworm.com/read/283498/9016918
asm pgm9_2.asm
; Pgm9_2.ASM
;
; This program demonstrates DeMorgan's theorems and
; various other logical computations.
.xlist
include stdlib.a
includelib stdlib.lib
.list
dseg segment para
www.eeworm.com/read/178176/9415640
dsc fib.dsc
Computing Fibonacci numbers.
The program computes a Fibonacci number.
A number 'n' is represented by n 1-s.
Sample :
5 is represented as 1 1 1 1 1
3 is represented as 1 1 1
Input : num
www.eeworm.com/read/176500/9495768
m prog7b5.m
%
% Program name - prog7b5.m, p451
% m-file for computing the coefficients of an FIR frequency sampling
% filter
%
Fs=2000; % Sampling frequency
N=15; % Filter length
fd=[
www.eeworm.com/read/366144/9828888
c dznrm2.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
doublereal dznrm2_(integer *n, d
www.eeworm.com/read/366144/9829489
c zgeev.c
#include "f2c.h"
/* Subroutine */ int zgeev_(char *jobvl, char *jobvr, integer *n,
doublecomplex *a, integer *lda, doublecomplex *w, doublecomplex *vl,
integer *ldvl, doublecomplex *vr, integ