代码搜索:TextS
找到约 567 项符合「TextS」的源代码
代码结果 567
www.eeworm.com/read/221024/14772446
html http:^^www.cs.washington.edu^education^courses^567^misc^books.html
Date: Mon, 02 Dec 1996 15:12:55 GMT
Server: NCSA/1.4.2
Content-type: text/html
CSE 567 Textbooks
www.eeworm.com/read/433425/7930765
frm module_01.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "Mscomctl.ocx"
Begin VB.Form Module_01
Caption = "SB 傻逼(商品管理) v0.12"
ClientHeight = 8835
ClientLeft
www.eeworm.com/read/478017/6728391
pas udocumentationtexts.pas
{ JADD - Just Another DelphiDoc: Documentation from Delphi Source Code
Copyright (C) 2003-2008 Gerold Veith
This file is part of JADD - Just Another DelphiDoc.
DelphiDoc is free software:
www.eeworm.com/read/478017/6728395
pas usavetranslation.pas
{ JADD - Just Another DelphiDoc: Documentation from Delphi Source Code
Copyright (C) 2006-2008 Gerold Veith
This file is part of JADD - Just Another DelphiDoc.
DelphiDoc is free software:
www.eeworm.com/read/302624/13830689
m dsp.m
clear all;
sigma1=1;
sigma2=4;
N=100;
B=[1];
A=[1,-1.352,1.338,-0.662,0.240];
v1=sqrt(sigma1)*randn(1,N);
x=filter(B,A,v1);
v2=sqrt(sigma2)*randn(1,N);
y=x+v2;
F=[0,1,0,0;0,0,1,0;0,0,0,1;-