资源列表
SpiralQueue
- 两种实现Spiral Queue的方法,可以根据坐标值确定该位置的值的大小。-Two kinds of methods to achieve Spiral Queue may be based on the location coordinates to determine the value of size.
radon
- 用radon变换提取图像的不变形特征,将图像转回原有角度,用于后续识别-Radon transform to extract images with no deformation, the image back to the original point of view for subsequent identification
matrix_keypad
- this controls a 4x4 keypad for avr microcontrollers. simple to use
et
- 为了工作需要,将excle的拆分单元格合并成一行,再导入vfp中,制作成数据库-Need to work, will excle merged into the split cell line, and then import vfp, the production into a database
Matrix-power
- 矩阵快速幂ACM模板,用二分的思想和logn复杂度实现-ACM template matrix fast power
7se_stopwatch
- 7 segment stop watch,for c51 controller. with two switches for star and to stop. using timer
FXPropBindingExample
- 这个是BindingExample 说明javafxbinding的用法-it s BindingExample
cm_sm34
- 根据蒙特卡罗分析原理,QPSK及QDPSK误码率仿真-According to the principle of Monte Carlo analysis, QPSK and QDPSK BER simulation
Lineflow
- sorce code for line flow
Base64101
- Base64 加密算法模块,VB 编写,代码已经优化!-Base64 Encoder&Decoder
Copying-files-to-the-clipboard
- 复制文件到剪贴板(如txt、MP3、等文件),不是文本内容!-Copying files to the clipboard
连连看游戏辅助
- 《连连看》是由一款益智类游戏。 《连连看》只要将相同的两张牌用三根以内的直线连在一起就可以消除,规则简单容易上手。 本题编写程序模拟人进行连连看游戏,电脑模拟人玩连连看的过程如下: 1、分析本局游戏,将本局游戏转化成一个二位数组。0表示空白区域,数字表示该游戏牌为出现在游戏中的第几类游戏牌。 2、利用广度优先搜索算法,判断两个游戏牌是否可以消除。 3、程序模拟人点击可以消除的一对游戏牌进行消除。 对某局游戏转化成二维数组如下: 0 0 0 0 0 0 1 2 0 0 0 0