代码搜索:arithmetic

找到约 7,844 项符合「arithmetic」的源代码

代码结果 7,844
www.eeworm.com/read/131795/14124941

dat asslandat40.dat

算术左移指令 SAL(Shift Arithmetic Left) 格式: SAL OPRD1,COUNT ---- 功能: 其中OPRD1,COUNT与指令SHL相同.本指令与SHL的功能也完全相同,这是因为逻辑左移指令与算术左移指令所要完 ---- 成的操作是一样的. 如果SAL将OPRD1的最高位移至CF,改变了原来的CF值,则溢出标志位OF=1,表示移位的前后
www.eeworm.com/read/131795/14129022

dat asslandat76.dat

算术左移指令 SAL(Shift Arithmetic Left) 格式: SAL OPRD1,COUNT ---- 功能: 其中OPRD1、COUNT与指令SHL相同.本指令与SHL的功能也完全相同, 这是因为逻辑左移指令与算术左移指令所要 ---- 完成的操作是一样的. 如果 SAL将OPRD1的最高位移至CF, 改变了原来的CF值,则溢出标志位OF=1,表示移位
www.eeworm.com/read/129891/14219076

c,v writen.c,v

head 1.1; branch ; access ; symbols ; locks ; comment @ * @; 1.1 date 94.01.17.14.59.32; author rstevens; state Exp; branches ; next ; desc @@ 1.1 log @08Dec93 version fo
www.eeworm.com/read/127382/14356782

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 poin
www.eeworm.com/read/127382/14356850

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 poin
www.eeworm.com/read/224165/14603686

inl visrgbapixels.inl

/////////////////////////////////////////////////////////////////////////// // // @doc INTERNAL EXTERNAL VISRGBAPIXELS // // @module VisRGBAPixels.inl | // // Templated CVisRGBA\ a
www.eeworm.com/read/224165/14603743

inl visgrayapixels.inl

/////////////////////////////////////////////////////////////////////////// // // @doc INTERNAL EXTERNAL VISGRAYAPIXELS // // @module VisGRAYAPIXELS.inl | // // Templated CVisGrayA\
www.eeworm.com/read/123847/14609900

c parith.c

/* parith.c: Illustrates pointer arithmetic */ #include #include // for ptrdiff_t int main() { float a[] = {1.0, 2.0, 3.0}, *p = &a[0]; ptrdiff_t diff; p
www.eeworm.com/read/122161/14717541

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 poin
www.eeworm.com/read/221571/14737202

c parith.c

/* parith.c: Illustrates pointer arithmetic */ #include #include // for ptrdiff_t int main() { float a[] = {1.0, 2.0, 3.0}, *p = &a[0]; ptrdiff_t diff;