搜索资源列表
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
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
PinTu
- 小时候完过的用手滑来滑去的拼图游戏。能选择游戏难度:3X3 4X4 5X5,能更换游戏背景图片,能记忆游戏设置。有检查游戏是否能完成的算法(Game.checkNums)-pintu method
Key5x5AVR
- Using Keypad matrix 5x5 on ATMEGA 8535
Minesweeper
- 5x5 minesweeper, you can edit the width and height of this minesweeper code
juzhenpailie
- 将一个5X5的矩阵中最大的元素放在中心,4个角分别放4个最小的元素(顺序为从左到右,从上到下顺序依次从小到大存放),写一函数实现之。用main函数调用。-A 5X5 matrix in the center of the largest element on the four corners were placed four minimal elements (the order from left to right, top to bottom in the order from small
mov_data
- 打印一个5x5的矩阵,使得横竖和对角相加都相等-Print a 5x5 matrix, so that the horizontal and vertical, and diagonal sum equal
the-0900-convolution
- 用MFC实现读取txt文件,并对文件进行卷积运算,可以用3X3、和5X5两种模板进行计算-Read txt file with MFC, and convolution files, you can use 3X3, 5X5 both templates and calculations
matrix
- 使用增广矩阵求解Ax=B,矩阵长度为5x5.-Use the augmented matrix solving Ax = B, matrix length 5x5.
9ge-2010
- 《九宫格游戏》是一款儿童益智游戏,是从“ER儿童故事”中精选54幅图片组成构图。游戏中分为3x3,4x4,5x5和6x6四种难度。是提高儿童空间思维能力的好帮手。 -"Sudoku" is a children s puzzle game, is from the "ER children s stories" in the selection of 54 pictures of composition. The game is divided into 3x3,4x4,5x5 and 6x
N-Puzzle
- Game N-Puzzle: 3x3, 4x4, 5x5
gaosi
- 输入和输出都是YUV序列 ,对视频序列作5X5模板的高斯滤波、-Input and output are YUV sequence, the video sequence as a Gaussian filter 5X5 template,
maze
- 通过把一个格子图中的一些边删除后生成迷宫图形.下图左边是一个5X5格子图, 有边是生成的一个迷宫图.给定一个MXN的格子图,请用种子填充算法生成一个迷宫图形(By removing some edges of a grid graph, we can create maze graphs. The left side is a 5X5 grid graph, with edges generating a labyrinth diagram. Given a MXN grid graph, pl
LED计算器-完美版-最新修改
- 基于51设计的8位数码管计算器,能实现加减乘除取余根号平方等功能,另外还支持删除操作,这个程序里还有一个亮点就是采用了一个高级5x5键盘设计,支持长按短按和连续按功能,非常值得大家去学习!(Based on the 51-designed 8-digit digital tube calculator, it can realize the functions of addition, subtraction, multiplication and division, and the remai
5X5矩阵键盘实验
- 基于51单片机的5x5键盘设计,用最少的接口实现最多的按键控制.(Based on 51 MCU's 5x5 keyboard design, the most keyboard control is realized with the least interface.)