代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/452672/7436566
m zfl.m
function ZFL(b,h,n)
%Zero_forcing linear Equalizer co nhieu kenh truyen
% b:input -nhap gia tri ngoai
% b=sign(rand(1,5)-.5) %ma hoa BPSK
% h:channel
www.eeworm.com/read/449030/7519963
s signtest.s
# signtest.s - An example of using the sign flag
.section .data
value:
.int 21, 15, 34, 11, 6, 50, 32, 80, 10, 2
output:
.asciz "The value is: %d\n"
.section .text
.globl _start
_start:
movl
www.eeworm.com/read/435259/7794910
vhd barrelr.vhd
Library IEEE;
use IEEE.std_logic_1164.all;
entity BARRELR is
port (
IN0: in std_logic_vector (31 downto 0);
SIGN : in std_logic;
S : in std_logic_vector (4 downto
www.eeworm.com/read/319651/13447477
txt 200405165111.txt
#include
#include
#define __DEBUG__
typedef struct node
{
long num;
struct node *prior, *next;
} node;
typedef struct longint
{
long len;
long sign;
struct node *head;
} lo
www.eeworm.com/read/147000/5733958
java signstate.java
/*
* Created on 2004-9-22
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package com.sign;
import oa.
www.eeworm.com/read/145991/5741672
h math_emu.h
#ifndef _LINUX_MATH_EMU_H
#define _LINUX_MATH_EMU_H
struct fpu_reg {
char sign;
char tag;
long exp;
unsigned sigl;
unsigned sigh;
};
/* This structure matches the layout of the data saved to t
www.eeworm.com/read/145471/5745907
h math_emu.h
#ifndef _LINUX_MATH_EMU_H
#define _LINUX_MATH_EMU_H
struct fpu_reg {
char sign;
char tag;
long exp;
unsigned sigl;
unsigned sigh;
};
/* This structure matches the layout of the data saved to t
www.eeworm.com/read/135796/5877676
h math_emu.h
#ifndef _LINUX_MATH_EMU_H
#define _LINUX_MATH_EMU_H
struct fpu_reg {
char sign;
char tag;
long exp;
unsigned sigl;
unsigned sigh;
};
/* This structure matches the layout of the data saved to t