代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/148489/12463279
m chap5_6f.m
function [kx,BsJ]=pid_fm_gaf(kx,BsJ)
global rin yout timef F
a=50;b=400;
ts=0.001;
sys=tf(b,[1,a,0]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
u_1=0;u_2=0;
y_1=0;y_2=0;
e_1=0;
www.eeworm.com/read/132141/14107839
h curr2.h
#ifndef Currency_
#define Currency_
#include
#include
enum sign {plus, minus};
class Currency {
public:
// constructor
Currency(sign s = plus, un
www.eeworm.com/read/131351/14148804
cpp complexcz.cpp
#include
#include
#include"complexcz.h"
Complex::Complex(double rl,double im)
{
real=rl;
image=im;
}
Complex operator+(Complex c1,Complex c2)
{
return Complex(c1.rea
www.eeworm.com/read/233105/14169342
c 递归车厢.c
/**********递归题改为非递归题实例 车厢********/
#include
#define MAX 4
int stack[MAX],p=-1;
struct
{
int num;
int sign;
}train[MAX];
void sub()
{
int inc;
if(p==MAX-
www.eeworm.com/read/130698/14177672
m nndrwlin.m
function h = nndrwlin(x,y,w,c)
%NNDRWLIN Neural Network Design utility function.
% NNDRWLIN(X,Y,W,C)
% X - Vector of horizontal coordinates.
% Y - Vector of vertical coordinates.
% W - Wi
www.eeworm.com/read/129893/14218697
m p_y.m
function pc3inte=P_y(interval,len);
% 该函数对区间进行裁减即Py投影,返回裁剪后的区间信号
if sign(interval(1))==sign(interval(len))
interval=interval.*(sign(interval)==sign(interval(1)));
inte=interp1([1,len],[i
www.eeworm.com/read/231652/14224634
pas ac1130.pas
program ural1130;
const
maxn=10000;
zero=1e-6;
var
x,y:array[1..maxn]of integer;
sign:array[1..maxn]of shortint;
n,i:word;
l,m:real;
x0,y0,x1,y1:longint;
begin
read(n,l);
www.eeworm.com/read/129779/14227543
c bigno1_1.c
/*
* Copyright (c) 信息学院03计算机3班
* All rights reserved.
*
* 文件名称: bigno.c
* 文件标识: 数据结构课程设计
* 摘 要: 大数加减运算
*
* 当前版本: 1.1
* 作 者: 李南宁
* 完成日期: 2005年4月6日
* 原始版本: 1.0
* 作 者: 李南宁
* 完成日期:
www.eeworm.com/read/229875/14313982
m theperfectrake.m
function [y,z]=ThePerfectRake(insig,delays,sigLength,PShape,ChipSamples,chan_code,N,DPCCH_code,N_pilot,scramble_code)
%*******************************************************************************