代码搜索:notation
找到约 2,214 项符合「notation」的源代码
代码结果 2,214
www.eeworm.com/read/100383/15875443
txt vec_rr.txt
/**************************************************************************\
MODULE: vec_RR
SUMMARY:
Defines the class vec_RR.
\**********************************************************
www.eeworm.com/read/278099/10569779
c l2roman.c
/* +++Date last modified: 05-Jul-1997 */
/*
** L2ROMAN.C - Converts long integers to Roman numerals
**
** Jim Walsh, Dann Corbit, Bob Stout, and Others made this.
**
**
www.eeworm.com/read/136959/13351227
c l2roman.c
/*
** L2ROMAN.C - Converts long integers to Roman numerals
**
** Jim Walsh, Dann Corbit, Bob Stout, and Others made this.
**
** This Program Is Released To The Public Domain
**
www.eeworm.com/read/309649/13666875
c l2roman.c
/* +++Date last modified: 05-Jul-1997 */
/*
** L2ROMAN.C - Converts long integers to Roman numerals
**
** Jim Walsh, Dann Corbit, Bob Stout, and Others made this.
**
**
www.eeworm.com/read/305575/13765535
m i2ss.m
function[s1,s2]=i2ss(i)
%I2SS Convert from i=1:4 notation to (s1,s2) notation.
%
% [S1,S2]=I2SS(I) where I is a number from 1 to 4 returns S1 and S2
% each as +/- 1 according to
%
% 1
www.eeworm.com/read/305575/13765591
m ss2i.m
function[i]=ss2i(s1,s2)
%SS2I Convert from (s1,s2) notation to i=1:4 notation.
%
% I=SS2I(S1,S2) where S1 and S2 are each +/- 1 returns a number I
% from 1 to 4 according to
%
% 1 (
www.eeworm.com/read/403933/11498600
html help.shift-l.html
Instruction : shift-l
shift-l
This instruction reads in the contents of the ?BX? register, and shifts all of the bits in
www.eeworm.com/read/403933/11498606
html help.shift-r.html
Instruction : shift-r
shift-r
This instruction reads in the contents of the ?BX? register, and shifts all of the bits in
www.eeworm.com/read/403933/11498612
html help.dec.html
Instruction : dec
dec
This instruction reads in the contents of the ?BX? register and
www.eeworm.com/read/216898/14986970
cpp outer.cpp
/*****************************************************************************
* outer.cpp Blitz++ outer product (tensor notation) example
* $Id: outer.cpp,v 1.5 2004/10/07 01:23:26 julianc E