代码搜索结果
找到约 10,000 项符合
Test 的代码
test.plg
礦ision2 Build Log
Project:
F:\单片机\test_asm\test.uv2
Project File Date: 09/17/2007
Output:
Build target 'Target 1'
Target has no object module
test.m
clear,clc,close all
I=imread('lena.bmp');%读入原图
figure,imshow(I);title('原图');
W=ones(3,3);%中值滤波的模板,模板的大小是奇数如3*3,5*5,7*7等
[J]=medi(I,W);%调用中值滤波函数
figure,imshow(uint8(J));title('中值滤波后的函数');
test.txt
41 18467 6334 26500 19169 15724 11478 29358 26962 24464 5705 28145 23281 16827 9961 491 2995 11942 4827 5436 32391 14604 3902 153 292 12382 17421 18716 19718 19895 5447 21726 14771 11538 1869 19912 25
test.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.wwr.commons;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.H