代码搜索结果
找到约 10,000 项符合
7 的代码
jsp7.jsp~7~
欢迎您: ${username}
alert('欢迎你用户,你的权限是用户组 下面是用户页面');
example_7_7.py
from Tkinter import *
from Common import *
from Components import *
class SWITCH_INDICATOR:
def __init__(self, master, outside=70, bg=Color.PANEL,
metal=Color
soln7_7.cpp
// Soln7_7.cpp
#include // For stream input/output
using std::cout;
using std::endl;
class CStack
{
public:
CStack() : next(0) {}
void push(int i);
soln7_7.cpp
// Soln7_7.cpp
#include // For stream input/output
using std::cout;
using std::endl;
class CStack
{
public:
CStack() : next(0) {}
void push(int i);
sample7_7.cs
/*
* 示例程序Sample7_7: Integral的勒让德-高斯求积法
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
// 建立Integral的子类,在其中重载函数Func
例7-7.txt
import java.util.*;
class Student{
String name;
int score;
Student(String name,int score){
this.name=name;
this.score=score;
}
}
public class Example7_7{
p
ch7_7.cpp
//*********************
//** ch7_7.cpp **
//*********************
#include
int maximum(int[][4],int,int);
void main()
{
int sg[3][4]={{68,77,73,86},
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
pex7_7.cpp
#include
#pragma hdrstop
#include "datainfo.h"
#include "utils.h" // for SeqSearch
#include "wex7_5.h" // for InsertOrder
// delete the list element at position index
template