Welcome![Sign In][Sign Up]
Location:
Search - 5x5

Search list

[Button controlsnake_c++

Description: 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_snake_points CPoint Snake_points[200] /* Snake Points */ double *alpha,*beta, *gamma /* Weights for energies */ double threshold_curvature int threshold_movement -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_snake_points CPoint Snake_points[200] /* Snake Points */ double *alpha,*beta, *gamma /* Weights for energies */ double threshold_curvature int threshold_movement
Platform: | Size: 1634 | Author: 宁海石 | Hits:

[Special EffectsLAPLACEedge

Description: Laplace运算的源代码,应用于图像边缘的检测。这是一个2的D-5x5的mask。同时应用于x轴,y轴,图像范围是从0-255。
Platform: | Size: 2166 | Author: rex2042 | Hits:

[Other resourcepenguzzle

Description: 著名的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.
Platform: | Size: 21855 | Author: sky | Hits:

[Data structspenguzzle

Description: 著名的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.
Platform: | Size: 21504 | Author: sky | Hits:

[Button controlsnake_c++

Description: 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_snake_points CPoint Snake_points[200] /* Snake Points */ double *alpha,*beta, *gamma /* Weights for energies */ double threshold_curvature int threshold_movement -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_snake_points CPoint Snake_points[200] /* Snake Points*/ double*alpha,*beta,*gamma /* Weights for energies*/ double threshold_curvature int threshold_movement
Platform: | Size: 1024 | Author: 宁海石 | Hits:

[Special EffectsLAPLACEedge

Description: Laplace运算的源代码,应用于图像边缘的检测。这是一个2的D-5x5的mask。同时应用于x轴,y轴,图像范围是从0-255。-Laplace operator of the source code, applies to image edge detection. This is a 2 D-5x5
Platform: | Size: 2048 | Author: rex2042 | Hits:

[Other Embeded programContrast

Description: 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_Contrast.exe) provides Measurement of uniformity for chromaticity, luminance etc. And contrast.Measuring points are 3x3 or 5x5 spots (CA210 sample procedure)
Platform: | Size: 29696 | Author: dahai | Hits:

[BREWTM320C54x(v2a.asm)

Description: 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 TM320C54x DSP with interface to an IMAQ camera module via the serial port on a PC. Brief description: A LabVIEW VI acquires an image from the IMAQ camera module. It quantizes the image into a 5x5, 3-bit image, and sends the data to the TM320C54x DSP via a serial port. The TM320C54x DSP constructs a 64-tap FIR by combining a series of 64-tap head related transfer functions (HRTF) according to the incoming data, and then filters an input audio signal with this FIR filter, in effect creating a correspondence between the filtered signal and the original image. -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 TM320C54x DSP with interface to an IMAQ camera module via the serial port on a PC. Brief description: A LabVIEW VI acquires an image from the IMAQ camera module. It quantizes the image into a 5x5, 3-bit image, and sends the data to the TM320C54x DSP via a serial port. The TM320C54x DSP constructs a 64-tap FIR by combining a series of 64-tap head related transfer functions (HRTF) according to the incoming data, and then filters an input audio signal with this FIR filter, in effect creating a correspondence between the filtered signal and the original image.
Platform: | Size: 3072 | Author: zhouyu | Hits:

[Windows Developencryption

Description: 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 punctuation. To form the code, first create a 5x5 matrix in which the first row is your keyword and the other elements are the remaining letters of the alphabet (minus the unencoded letter): B R E A K C D F G H I L M N O P Q S T U V W X Y Z -Encryption code
Platform: | Size: 1024 | Author: 王梓 | Hits:

[CA authPlayfairCipher_codes

Description: 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,but named after his friend Baron Playfair Playfair Key Matrix 1.a 5X5 matrix of letters based on a keyword 2.fill in letters of keyword (sans duplicates) 3.fill rest of matrix with other letters Encrypting and Decrypting -plaintext is encrypted two letters at a time 1. if a pair is a repeated letter, insert filler like X’ 2. if both letters fall in the same row, replace each with letter to right (wrapping back to start from end) 3. if both letters fall in the same column, replace each with the letter below it (again wrapping to top from bottom) 4. otherwise each letter is replaced by the letter in the same row and in the column of the other letter of the pair -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,but named after his friend Baron Playfair Playfair Key Matrix 1.a 5X5 matrix of letters based on a keyword 2.fill in letters of keyword (sans duplicates) 3.fill rest of matrix with other letters Encrypting and Decrypting -plaintext is encrypted two letters at a time 1. if a pair is a repeated letter, insert filler like X’ 2. if both letters fall in the same row, replace each with letter to right (wrapping back to start from end) 3. if both letters fall in the same column, replace each with the letter below it (again wrapping to top from bottom) 4. otherwise each letter is replaced by the letter in the same row and in the column of the other letter of the pair
Platform: | Size: 133120 | Author: 黃文岩 | Hits:

[Windows DevelopPinTu

Description: 小时候完过的用手滑来滑去的拼图游戏。能选择游戏难度:3X3 4X4 5X5,能更换游戏背景图片,能记忆游戏设置。有检查游戏是否能完成的算法(Game.checkNums)-pintu method
Platform: | Size: 133120 | Author: 王波 | Hits:

[DocumentsBLOCKQUOTEProblem

Description: 你玩过“拉灯”游戏吗?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 step, players can change the status of a lamp. Game to change the status of a lamp will have a ripple effect: and the lamp lights up and down about adjacent to a corresponding change in their status.
Platform: | Size: 5120 | Author: sara | Hits:

[Windows DevelopKey5x5AVR

Description: Using Keypad matrix 5x5 on ATMEGA 8535
Platform: | Size: 21504 | Author: Cloud | Hits:

[Linux-Unixkey

Description: 5X5 和 5X6 键盘驱动程序 以及测试 程序-5X5 and 5X6 as well as the keyboard driver testing procedures
Platform: | Size: 125952 | Author: dd | Hits:

[Otherrubik_5x5x5

Description: Description of the sequence of operations to solve Rubick s Professor Kubicle (5x5)
Platform: | Size: 708608 | Author: notmax | Hits:

[Windows DevelopMinesweeper

Description: 5x5 minesweeper, you can edit the width and height of this minesweeper code
Platform: | Size: 1024 | Author: leys | Hits:

[matlabtform_Lidar

Description: 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 scanner field of view distortion. MODEL_LIDAR_AND_VALIDATE_TFORM.M is the MATLAB program. NOTE: This is a function M-file with a number of subfunctions inside. Refer to the comment lines for detailed explanation of how the program works.- Some images are geometrically distorted due to optics others due to nonuniform or curvelinear scan coordinates. Such distortions can be corrected using spatial transformations given the governing distortion geometry. This program demonstrates how to correct for nonuniform polar scan distortion using spatial transforms in MATLAB with the Image Processing Toolbox 3.1.
Platform: | Size: 7168 | Author: lin | Hits:

[Other Riddle gamesnewtic

Description: This is 5X5 tic tac toe board game with normal set of winning rules
Platform: | Size: 2048 | Author: ajeet | Hits:

[Special EffectsGUI

Description: Median filter 3x3,Median filter 5x5, mean filter, wiener filter, PSNR, MSE -a simple gui for image noise removal
Platform: | Size: 14336 | Author: torto | Hits:

[Other5X5矩阵键盘实验

Description: 基于51单片机的5x5键盘设计,用最少的接口实现最多的按键控制.(Based on 51 MCU's 5x5 keyboard design, the most keyboard control is realized with the least interface.)
Platform: | Size: 25600 | Author: feixiang~~~~~ | Hits:
« 12 3 »

CodeBus www.codebus.net