代码搜索结果
找到约 10,000 项符合
7 的代码
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));
例7-7.txt
import java.util.*;
class Student
{
String name ;
int number;
float score;
Student(String name,int number,float score)
{
this.name=name;
this.number=number;
example7_7.m
%首先,创建包含了期望的频率响应的矩阵Hd
[f1,f2] = freqspace(21,'meshgrid');
Hd = zeros(21);
Hd(7:15,7:15) = 1;
Axis([-1 1 –1 1 0 1.2]),
colormap(jet(64))
mesh(f1,f2,Hd)
%期望的滤波器的频率响应见图7-16
%然后,设计通过此响应的滤波器
h
example7_7.m
%装载并图示原始图像
load gatlin2;
subplot(2,2,1);
image(X);
colormap(map);
title('原始图像');
axis square;
%==============================
%生成含噪图像并图示
init=2055615866;
randn('seed',init);
X1=X+10*randn(s
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
chapter7_7.dsp
# Microsoft Developer Studio Project File - Name="Chapter7_7" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86
chapter7_7.plg
Build Log
--------------------Configuration: Chapter7_7 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\AD
chapter7_7.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
frame7.java~7~
package test1;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
/**
* Title: 图书管理系统
* Description:
* Copyright: Copyright (c) 2007
* Company:
* @a