代码搜索:unsigned

找到约 10,000 项符合「unsigned」的源代码

代码结果 10,000
www.eeworm.com/read/157209/11730118

txt 计数器:std_logic_unsigned的用法.txt

-- This example shows the use of the package 'std_logic_unsigned' . -- The minus operator '-' is overloaded by this package, thereby allowing an integer to be subracted from a std_logic_vector. --
www.eeworm.com/read/370579/9595077

txt 计数器:std_logic_unsigned的用法.txt

-- This example shows the use of the package 'std_logic_unsigned' . -- The minus operator '-' is overloaded by this package, thereby allowing an integer to be subracted from a std_logic_vector. --
www.eeworm.com/read/129991/14213281

txt takes two 32 bit unsigned integer values and calculates their product.txt

*================================================================================ * * TEXAS INSTRUMENTS, INC. * * 32 Bit Unsigned multiply With 40 Bit Result * * Revision Date: 07/14/97 *
www.eeworm.com/read/129991/14213317

txt divides two unsigned 32 bit values and returns their quotient and remainder.txt

*TEXAS INSTRUMENTS, INC. * * DIVMODU32 * * Revision Date: 07/15/97 * * USAGE This routine is C Callable and can be called as: * * struct divmodu divmodu32(unsigned int a, unsigned int b);
www.eeworm.com/read/202979/15368489

txt takes two 32 bit unsigned integer values and calculates their product.txt

*================================================================================ * * TEXAS INSTRUMENTS, INC. * * 32 Bit Unsigned multiply With 40 Bit Result * * Revision Date: 07/14/97 *
www.eeworm.com/read/202979/15368502

txt divides two unsigned 32 bit values and returns their quotient and remainder.txt

*TEXAS INSTRUMENTS, INC. * * DIVMODU32 * * Revision Date: 07/15/97 * * USAGE This routine is C Callable and can be called as: * * struct divmodu divmodu32(unsigned int a, unsigned int b);
www.eeworm.com/read/101053/6257982

java cppparserconstants.java

/* Generated By:JavaCC: Do not edit this line. CPPParserConstants.java */ package net.sourceforge.pmd.cpd.cppast; public interface CPPParserConstants { int EOF = 0; int LCURLYBRACE = 14; int R
www.eeworm.com/read/162614/5528356

c 931203-1.c

v (a, i) unsigned *a, i; { a++[i] = 0; }
www.eeworm.com/read/235498/14070347

h std_c.h

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*-------------------------------------------------