代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/362593/9989867
m chap5_4f.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/166665/10008783
log cc_build_debug.log
------------------------------ fir.pjt - Debug ------------------------------
"c:\ti\c5400\cgtools\bin\cl500" -g -q -fr"C:/ti/c5400/dsplib/EXAMPLES/FIR/Debug" -i"../../include" -d"_DEBUG" -@"Debug.
www.eeworm.com/read/361257/10062818
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/164446/10107951
c hyc.c
#include
#include
#include
int i,j,k,sign,number,flag;
char ch;
char words[10] = {" "};
char program[500];
int Scan(char program[])
{
char *keywords[13]={"voi
www.eeworm.com/read/164432/10108071
cpp boidsdialogattr.cpp
/* Filename: BoidsDialogAttr.cpp
Author: Robert Platt
Creation date: 23/01/2000
Modified: 13/05/2000
Version: 0.54
Description: Implementation file for the boids attributes dialog class
www.eeworm.com/read/359212/10161079
m camcalt.m
%CAMCALT Camera calibration using Tsai's two-stage method.
%
% This method works when the calibration target comprises coplanar points.
%
% [Tcam, f, k1]] = CAMCALT(D, PAR)
%
% Compute a 3x4 camera ca
www.eeworm.com/read/163336/10165845
cpp huffmanzip.cpp
/*----------------------------程序说明---------------------------------*/
//本程序根据Huffman算法对仅包含ASCII码的*.txt文件进行压缩,压缩为扩展名//
//为*.huf的二进制文件,并在压缩过程之前将huffman编码写入二进制文件,压缩//
//率不大,大约为60%~80%之间,对特别小的文件不宜压缩,甚至
www.eeworm.com/read/359019/10169539
c cvt.c
/* @(#)cvt.c 1.3 99/09/08 Copyright 1998 J. Schilling */
/*
* Compatibility routines for 4.4BSD based C-libraries ecvt()/fcvt()
* and a working gcvt() that is needed on 4.4BSD and GNU libc systems.
www.eeworm.com/read/163199/10170943
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;