代码搜索结果

找到约 10,000 项符合 4 的代码

chapter4-4.cpp

//文件名:CHAPTER4-4.cpp #include #include #include #include using namespace std; template void iota_n (ForwardIterator f

fig4_4.m

% Use this program to reproduce Fig 4.4 of text close all clear all eps = 0.0001; taup = 2.; fd = -10./taup:.05:10./taup; uncer = abs( sinc(taup .* fd)); ambg = uncer.^2; plot(fd, ambg,'k') x

4-4-2.m

function c=bsb(x,beta,multi) % function c=bsb(x,beta) % % This m-file duplicates the Brain State in a Box Experiment. % x - input vector % beta - feedback factor % c - numb

4-1-4.m

P=[0.4413 0.4707 0.6953 0.8133 0.4379 0.4677 0.6981 0.8002 0.4517 0.4725 0.7006 0.8201; 0.4379 0.4677 0.6981 0.8002 0.4517 0.4725 0.7006 0.8201 0.4557 0.4790 0.7019 0.8211; 0.4517 0.4725 0.7006 0.82

ex4(4).java

// arrays/Ex4.java // TIJ4 Chapter Arrays, Exercise 4, page 759 // Repeat the previous exercise for a three-dimensional array. import java.util.*; public class Ex4 { static double[][][] create

algo4-4.c

/* algo4-4.c 生成书名关键词索引文件bookidx.txt,算法4.9~4.14 */ /* 为运行algo4-5.c做准备 */ #include"c1.h" typedef int ElemType; #include"c2-5.h" #include"bo2-6.c" #include"c4-2.h" #include"bo4-2.c" #d

p4-4.c

#include #include #include int main(int argc, char *argv[]) { int i; struct stat buf; char *ptr; for (i = 1; i < argc; i++) {

fig4_4.m

T = 200; % time window (period) nt = 2^14; % number of points dt = T/nt; % timestep (dt) t = ((1:nt)'-(nt+1)