代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/185783/8986081
c writen.c
#include "ourhdr.h"
ssize_t /* Write "n" bytes to a descriptor. */
writen(int fd, const void *vptr, size_t n)
{
size_t nleft, nwritten;
const char *ptr;
ptr = vptr; /* can't do pointer arit
www.eeworm.com/read/378183/9243780
dat asslandat40.dat
算术左移指令 SAL(Shift Arithmetic Left)
格式: SAL OPRD1,COUNT
----
功能: 其中OPRD1,COUNT与指令SHL相同.本指令与SHL的功能也完全相同,这是因为逻辑左移指令与算术左移指令所要完 ---- 成的操作是一样的. 如果SAL将OPRD1的最高位移至CF,改变了原来的CF值,则溢出标志位OF=1,表示移位的前后
www.eeworm.com/read/378183/9248184
dat asslandat76.dat
算术左移指令 SAL(Shift Arithmetic Left)
格式: SAL OPRD1,COUNT
----
功能: 其中OPRD1、COUNT与指令SHL相同.本指令与SHL的功能也完全相同, 这是因为逻辑左移指令与算术左移指令所要 ---- 完成的操作是一样的. 如果 SAL将OPRD1的最高位移至CF, 改变了原来的CF值,则溢出标志位OF=1,表示移位
www.eeworm.com/read/179063/9375344
transcript
# Reading C:/Modeltech_5.8/tcl/vsim/pref.tcl
# // ModelSim SE 5.8 Nov 01 2003
# //
# // Copyright Model Technology, a Mentor Graphics Corporation company, 2003
# // All
www.eeworm.com/read/374298/9411859
eqn dzxs.fit.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/373117/9474909
cpp processe.cpp
//进程调度
#include
#include
#include
#include
#include
typedef struct Processe
{
char Name[10]; /*进程标识符*/
int Prio; /*进程优先数*/
int
www.eeworm.com/read/176092/9516828
eqn cnt60.fit.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/176085/9517246
dat asslandat40.dat
算术左移指令SAL(Shift <mark>Arithmetic</mark> Left)
指令格式:SAL OPRD1,COUNT
其中OPRD1、COUNT与指令SHL相同。本指令与SHL的功能也完全相同,这是因为逻辑左移指令与算术左移指令所要完成的操作是一样的。如果 SAL将OPRD1的最高位移至CF,改变了原来的CF值,则溢出标志位OF=1,表示移位的前后的操作数不同具有倍增的关系。因而SAL可用于带 ...
www.eeworm.com/read/176085/9517799
dat asslandat76.dat
算术左移指令SAL(Shift <mark>Arithmetic</mark> Left)
指令格式:SAL OPRD1,COUNT
指令功能:
其中OPRD1、COUNT与指令SHL相同。本指令与SHL的功能也完全相同,这是因为逻辑左移指令与算术左移指令所要完成的操作是一样的。如果 SAL将OPRD1的最高位移至CF,改变了原来的CF值,则溢出标志位OF=1,表示移位的前后的操作数不同具有倍增的关系。因 ...
www.eeworm.com/read/175741/9535076
vbp rpncalc.vbp
Type=Exe
Form=RPNCalc.frm
Module=bignumVB; bignumVB.bi
Module=ExtndInt; Extension.bas
Module=SupplInt; Supplement.bas
Module=PrintFun; PrintFun.bas
IconForm="Slate"
Startup="Slate"
HelpFile=""