代码搜索结果

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

algo7-7.cpp

// algo7-7.cpp 实现算法7.16的程序 #define MAX_NAME 5 // 顶点字符串的最大长度+1 #define MAX_INFO 20 // 相关信息字符串的最大长度+1 typedef int VRType; typedef char VertexType[MAX_NAME]; typedef char InfoType; #include"

例7-7.m

>> Hc_box= uicontrol(gcf,'Style','check',... 'Position',[100 50 100 20],... 'String','Axis Box',... 'CallBack',[...

plot_7_7.m

% make figure 7.7 Z2=zeros(4,491); load run2 tail=[0 5 8 66]; z=sum(real(E).^2,2); [y ind]=sort(z); newE=E(ind,:); for i=1:4, Z2(i,:)=sum((real(newE(1:400-tail(i),:)).^2))/(400-tail(i));

fig7_7a.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Figure 7.7(a) % Gerry Tian 11/29/98 % Updated by K. Bell 1/30/04 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% clear all close all N=10; SNR=10.^([0:10:30]/10); INR=10

xt7-7.cpp

#include using namespace std; #define NULL 0 struct student {long num; float score; student *next; }; int n; void print(student *head) {student *p;

c7-7.cpp

#include #include #include using namespace std; struct S {int num; string name; char sex; char job; union {int grade; char position[10

c7-7.cpp

#include #include #include using namespace std; struct S {int num; string name; char sex; char job; union {int grade; char position[10

chap7_7.mdl

Model { Name "chap7_7" Version 3.00 SimParamPage "Solver" SampleTimeColors off InvariantConstants off WideVectorLines off ShowLineWidths off ShowPortDataTypes

plot_7_7.m

% make figure 7.7 Z2=zeros(4,491); load run2 tail=[0 5 8 66]; z=sum(real(E).^2,2); [y ind]=sort(z); newE=E(ind,:); for i=1:4, Z2(i,:)=sum((real(newE(1:400-tail(i),:)).^2))/(400-tail(i));