代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/259371/4344172
m4 ultrix4.m4
divert(-1)
#
# Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
# All rights reserved.
# Copyright (c) 1983 Eric P. Allman. All rights reserved.
# Copyright (c) 1988, 1993
# The Regen
www.eeworm.com/read/259371/4344184
m4 aix4.m4
divert(-1)
#
# Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
# All rights reserved.
# Copyright (c) 1996 Eric P. Allman. All rights reserved.
# Copyright (c) 1988, 1993
# The Regen
www.eeworm.com/read/254498/4381996
cs sample4_4.cs
/*
* 示例程序Sample4_4: LEquations类的复系数方程组的全选主元高斯消去法
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
[STAThread]
static void Main(
www.eeworm.com/read/158865/5593459
h svr4-4.h
/* Definitions of target machine for GNU compiler.
MIPS RISC-OS System V.4 version.
Copyright (C) 1992, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software
www.eeworm.com/read/154079/5642681
tim 4ex-4.tim
#
# 4ex-4.tim
#$Header: /syn/cvs/rcs/mappers/xilinx/lib/4ex-4.tim,v 1.2 1999/07/29 23:40:49 naresh Exp $
#
@EN#0s00_OVD_HRDC
0#CRNVlbC_8D3R..C
#0sbNllRVN8b_CfDRVblN_D8C
0#CblNsRlVEN8b_CdDR3#U
www.eeworm.com/read/154079/5642689
tim 4e-4.tim
#
# 4e-4.tim
#$Header: /syn/cvs/rcs/mappers/xilinx/lib/4e-4.tim,v 1.2 1999/07/29 23:40:49 naresh Exp $
#
@EN#0s00_OVD_HRDC
0#CRNVlbC_8D3R.(C
#0sbNllRVN8b_CfDRVblN_D8C
0#CblNsRlVEN8b_CcDR3#(
CN
www.eeworm.com/read/154079/5642852
tim 4k-4.tim
#
# 4k-4.tim
#$Header: /syn/cvs/rcs/mappers/xilinx/lib/4k-4.tim,v 1.1.1.1 1999/05/22 02:18:01 george Exp $
#
@EN#0s00_OVD_HRDC
0#CRNVlbC_8D3RcjC
#0sbNllRVN8b_CfDRVblN_D8C
0#CblNsRlVEN8b_CnDR3#j
www.eeworm.com/read/475897/6768561
m chap4_4.m
%Adaptive PID control based on RBF Identification
clear all;
close all;
xite=0.25;
alfa=0.05;
belte=0.01;
x=[0,0,0]';
ci=30*ones(3,6);
bi=40*ones(6,1);
w=10*ones(6,1);
h=[0,0,0,0,0,0]
www.eeworm.com/read/476058/6773171
m exp4_4.m
clc
clear
close
%开环传递函数描述
numo=20;
deno=[1 8 36 40 0];
%求闭环传递函数
[numc,denc]=cloop(numo,deno,-1);
%绘制闭环系统的脉冲激励响应曲线
t=1:0.1:10;
[y,x]=impulse(numc,denc,t);
plot(t,y)
title('the impulse respo