代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/357465/10208969
c fengleiqi2.c
#include"source.h"
void Main(void)
{
int i,j,k,t,flag,g,sign,sum=0,u,s[150][2];
float w[3][5],d[3],max=0,x[5]={0,0,0,0,0};
for(i=0;i
www.eeworm.com/read/281232/10255118
txt gsm0338.txt
# Source: http://www.unicode.org/Public/MAPPINGS/ETSI/GSM0338.TXT
#
# Name: GSM 03.38 to Unicode
# Unicode version: 3.0
# Table version: 1.1
# Table format: Format A
# Date:
www.eeworm.com/read/425699/10336306
m go_classify.m
% Perform classification using Nister-like method
% AUTORIGHTS
% Copyright (C) 2006 Regents of the University of California
% All rights reserved
%
% Written by Andrea Vedaldi (UCLA VisionLab).
%
%
www.eeworm.com/read/161133/10446628
m genbpsk.m
function [X]=GenBPSK(Num)
%产生BPSK信号
X=rand(1,Num)-0.5;
X=sign(X);
www.eeworm.com/read/352543/10542004
m torr_rct2p.m
% By Philip Torr 2002
% copyright Microsoft Corp.
function [P1, P2] = torr_RCT2P(C,R,t)
%next establish the four possible camera matrix pairs as points out in Maybank, Hartley & zisserman etc
www.eeworm.com/read/352500/10547318
asm example 2-28.asm
;Example 2 - 28. Float-Point Addition ASM Listing for TMS320C54x
;/* ============================================================================*/
;/* Copyright (C) 2004 YINXING TECHN
www.eeworm.com/read/352500/10547353
asm example 2-30.asm
;Example 2 - 30. Float-Point Multiplication ASM Listing for TMS320C54x
;/* ============================================================================*/
;/* Copyright (C) 2004 YINXI
www.eeworm.com/read/352500/10547378
asm example 2-29.asm
;Example 2 - 29. Float-Point Subtraction ASM Listing for TMS320C54x
;/* ============================================================================*/
;/* Copyright (C) 2004 YINXING TE