代码搜索结果

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

algo4-4.cpp

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

soln4_4.cpp

// Soln4_4.cpp : main project file. #include "stdafx.h" using namespace System; // This uses an array of bool values to record which data values // have been output at any given time. A valu

figure_4_4.nls

1024 1000 50 0 14.137 0 0 2 0 1 20 1 1 0 0 1 0 0 0 1 0 0 0

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]

example4_4.m

%将两幅灰度图像合并成一个具有两帧的图像阵列,然后再调用imshow函数来显示第 %一帧图像。 A1=imread('rice.tif'); A2=imread('testpat1.tif'); A=cat(3,A1,A2); %用cat函数实现矩阵的合并 imshow(A(:,:,1)) %1代表第一帧

test4_4a.txt

#include #include #include typedef struct TAG_datastruct{ char* string; int checksum; }datastruct; datastruct* gerinput(void); void printmessage(datastr

test4_4.txt

#include #include #include typedef struct TAG_datastruct{ char* string; int checksum; }datastruct; datastruct* getinput(void); void printmessage(datas