代码搜索:complement
找到约 1,455 项符合「complement」的源代码
代码结果 1,455
www.eeworm.com/read/271050/11010747
bdy std_logic_plus.bdy
-- Source: T:/hwdev/generic/VHDL/std_logic_plus.bdy
-- Designer: Tim Pagden
-- Description: Extensions to the std_logic_class package to allow
-- conversion functions and mixed operators
www.eeworm.com/read/175700/9535931
h g711.h
#ifndef __G_711_H_
#define __G_711_H_
unsigned char linear2alaw(int pcm_val); /* 2's complement (16-bit range) */
int alaw2linear(unsigned char a_val);
unsigned char linear2ulaw(int pcm_val); /* 2
www.eeworm.com/read/105767/7109026
h g711.h
#ifndef G711_H
#define G711_H
unsigned char linear2alaw(int pcm_val); /* 2's complement (16-bit range) */
int alaw2linear(unsigned char a_val);
unsigned char linear2ulaw(short pcm_val); /* 2's comp
www.eeworm.com/read/155986/11836335
sprj step_motor_degree_forward_reverse_lcd.sprj
work BIN_ADD_4BIT.VHD
work BCD_ADD_1DIG.VHD
work COMPLEMENT.vhd
work BCD_ADD_SUB_1DIG.vhd
work BCD_ADD_SUB_4DIG.VHD
work STEP_MOTOR_DEGREE_FORWARD_REVERSE_LCD.VHD
work STEP_MOTOR_DEGREE_FORWARD_
www.eeworm.com/read/155986/11836433
rsp runxst_tcl.rsp
set allSynthModules {complement.MOD bin_add_4bit.MOD step_motor_degree_forward_reverse_lcd_pack.MOD bcd_add_1dig.MOD bcd_add_sub_1dig.MOD bcd_add_sub_4dig.MOD step_motor_degree_forward_reverse_lcd.MOD
www.eeworm.com/read/155986/11836485
prj step_motor_degree_forward_reverse_lcd_vhdl.prj
work COMPLEMENT.vhd
work BIN_ADD_4BIT.VHD
work STEP_MOTOR_DEGREE_FORWARD_REVERSE_LCD_PACK.VHD
work BCD_ADD_1DIG.VHD
work BCD_ADD_SUB_1DIG.vhd
work BCD_ADD_SUB_4DIG.VHD
work STEP_MOTOR_DEGREE_FOR
www.eeworm.com/read/408948/7153286
cpp can.cpp
////-------------------------------------------------------------------------------------
////this is the complement of the class can
#include"can.h"
#include
Can::Can()
www.eeworm.com/read/487201/1240916
asm bin32cpl.asm
;-----------------------------------------------------------------;
; This routine returns the 2's complement of the ;
; 32-bit value pointed to by R0.
www.eeworm.com/read/471164/6898562
c gen_testvector.c
//==============================================================================
// Generate Test Vector for Modelsim
//
// Angle -pi to pi
// 2's complement -1.9999 to 1.99999
//
// This libr
www.eeworm.com/read/413931/11136783
readme
PHP MMS Decoder Example Application
===========================================================================
This example application was written as a complement to the PHP MMS Decoder
written b