搜索资源列表
snake_c++
- bool termination_point bool neighbor3by3 /* true means 3x3 neighborhood, false means 5x5 neighborhood */ int grad_mag[500][500] /* Magnitude of Gradient */ int m_Cols /* Number of Columns */ int m_Rows /* Number of Rows */ int no_of_s
LAPLACEedge
- Laplace运算的源代码,应用于图像边缘的检测。这是一个2的D-5x5的mask。同时应用于x轴,y轴,图像范围是从0-255。
penguzzle
- 著名的15谜游戏(15-puzzle )的Tcl/Tk版本,现在它可以有 4x4, 5x5 或6x6 的格子,所以更加有趣,改变图片也更加容易。 -mystery of the famous 15 games (15-puzzle) Tcl / Tk editions, it could 4x4, 5x5 or 6x6 lattice, the more interesting and change the picture much easier.
key
- 5X5 和 5X6 键盘驱动程序 以及测试 程序-5X5 and 5X6 as well as the keyboard driver testing procedures
filter
- 1. 用imoise()函数给一幅数字图像加入’salt & pepper’和’Gaussian’噪声2)用3x3,5x5邻域平均平滑对图像进行处理3)用3x3,5x5中值滤波对图像进行处理, 2. 对一幅数字图像采用理想低通、Butterworth低通 、Gaussian低通滤波器进行平滑;对一幅数字图像采用理想高通、Butterworth高通 、Gaussian高通滤波器进行平滑。-1. With imoise () function to a digital image by a
Contrast
- 2.Uniformity / Contrast Software(Ca200Sample_Contrast.exe) provides Measurement of uniformity for chromaticity, luminance etc. and contrast. Measuring points are 3x3 or 5x5 spots (CA210样本程序)-2.Uniformity/Contrast Software (Ca200Sample_Co
TM320C54x(v2a.asm)
- ECE345, Visual-to-Audio Electronic Travel Aid Code for TM320C54x (v2a.asm) download This project involves the design and implementation of a audio synthesis device that converts moving images into audio signals. The system is built on a TM320C5
encryption
- The program takes 3 inputs: 1. A letter of the alphabet that will remain unencoded (e.g. "J") 2. A 5-letter keyword (e.g. "BREAK") 3. A message to be encrypted (e.g. "COMPUTERSCIENCE"). You may assume that it does not contain any spaces or p
PlayfairCipher_codes
- Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2.one approach to improving security was to encrypt multiple letters 3.the Playfair Cipher is an example 4.invented by Charles Wheatstone in 1854
PinTu
- 小时候完过的用手滑来滑去的拼图游戏。能选择游戏难度:3X3 4X4 5X5,能更换游戏背景图片,能记忆游戏设置。有检查游戏是否能完成的算法(Game.checkNums)-pintu method
BLOCKQUOTEProblem
- 你玩过“拉灯”游戏吗?25盏灯排成一个5x5的方形。每一个灯都有一个开关,游戏者可以改变它的状态。每一步,游戏者可以改变某一个灯的状态。游戏者改变一个灯的状态会产生连锁反应:和这个灯上下左右相邻的灯也要相应地改变其状态。-You played " pull light" games? 25 lights arranged in a 5x5 square. Each lamp has a switch, the game can change its state. Each st
Key5x5AVR
- Using Keypad matrix 5x5 on ATMEGA 8535
Minesweeper
- 5x5 minesweeper, you can edit the width and height of this minesweeper code
tform_Lidar
- README.TXT (this file) CLOUD_ARRAY.TIF is a synthetic test image. It contains a 5x5 pattern of identical, regularly-spaced cartoon clouds. This represents an ideal field of view in XY coordinates in order to study the effect of scanne
newtic
- This is 5X5 tic tac toe board game with normal set of winning rules
GUI
- Median filter 3x3,Median filter 5x5, mean filter, wiener filter, PSNR, MSE -a simple gui for image noise removal
tic5
- A tic tac ptogram 5X5 with AI
kaichuangzi
- 开窗游戏 二维数组的使用 给定一5X5方阵: 0 0 0 0 0 0 0 1 0 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 0 其中:0代表关闭的窗子,1代表开启的窗子 规则:开启或关闭一扇窗子,其自身和其上下左右的窗子的状态都要发生改变,1变为0,0变为1 目的:通过有限次开启/关闭窗子,使所有的窗子都关闭 -The use of two-dimensional array of the game win
imageprocessshiyan3
- 图像去噪的内容,利用一个5X5模板对图像进行中值滤波,去除椒盐噪声。有PPT说明具体程序的步骤。-Denoising the content template using a 5X5 median filter on the image to remove the salt and pepper noise. There specify the procedures for PPT.
5X5矩阵键盘实验
- 基于51单片机的5x5键盘设计,用最少的接口实现最多的按键控制.(Based on 51 MCU's 5x5 keyboard design, the most keyboard control is realized with the least interface.)