-
一个用自适应维纳FIR滤波器消除脑电波中的干扰(转)
一个用自适应维纳FIR滤波器消除脑电波中的干扰(转)-an adaptive Wiener FIR filter brain waves to eliminate the interference (switch)
- 2022-06-13 00:12:35下载
- 积分:1
-
maze solving algorithms, data structures can be used for teaching
迷宫求解的算法,可用于数据结构的教学-maze solving algorithms, data structures can be used for teaching
- 2023-03-07 06:10:03下载
- 积分:1
-
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means...
迷宫算法(maze)
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your program should print a series of grid coordinates that start from m[0][0]
* and go to m[9][9]
* Hint: No need to find the shortest path, only need to find one path that gets
* you to desitination.
*/
-/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your program should print a series of grid coordinates that start from m[0][0]
* and go to m[9][9]
* Hint: No need to find the shortest path, only need to find one path that gets
* you to desitination.
- 2022-08-08 06:28:42下载
- 积分:1
-
快速排序是对冒泡排序的一种改进的排序方法,是目前各种内部排序方法中较快的方法...
快速排序是对冒泡排序的一种改进的排序方法,是目前各种内部排序方法中较快的方法-Quick Sort Bubble Sort is a sort of an improved method is to sort a variety of internal methods quicker method
- 2023-08-29 05:55:03下载
- 积分:1
-
数据结构课程设计的一些源代码!
数据结构课程设计的一些源代码!-Data structure the curriculum design of some source code!
- 2022-03-19 10:49:50下载
- 积分:1
-
ORACLE课程设计(5个代码段)
ORACLE课程设计(5个代码段)-ORACLE curriculum design (5 code)
- 2022-11-21 11:05:03下载
- 积分:1
-
用VFP实现的图书馆数据库管理
用VFP实现的图书馆数据库管理-using VFP library database management
- 2023-01-21 04:55:04下载
- 积分:1
-
刚刚自己做的约瑟夫算法,是用链表实现的,很简单的,检验没错误,当然,中间有些东西可以根据需要自己改动...
刚刚自己做的约瑟夫算法,是用链表实现的,很简单的,检验没错误,当然,中间有些东西可以根据需要自己改动-just doing Joseph algorithm is used to achieve the linked list, a very simple test not wrong, of course, Middle some things may need to change their own
- 2022-01-25 17:58:10下载
- 积分:1
-
功能实现:1).输入,显示各个学生信息 2).根据学号,姓名查找某个学生的成绩 3).修改学生信息 4).删除学生信息 5) 清空数据库6)选择范围的输出学生成...
功能实现:1).输入,显示各个学生信息 2).根据学号,姓名查找某个学生的成绩 3).修改学生信息 4).删除学生信息 5) 清空数据库6)选择范围的输出学生成绩排名。-Function achieve: 1). Input, display individual student information 2). According to Student ID, name to find a student" s achievement 3). Modified Student Information 4). Remove Student Information 5) Clear the database 6) Select the output range of student achievement rankings.
- 2022-07-18 04:56:50下载
- 积分:1
-
判断给定的二叉树是否相似,用C ++实现的,是作业
判断给定的二叉树是否相似,用C ++实现的,是作业-to judge whether the binary tree similar to that used C to achieve, and is operating
- 2022-09-29 14:35:03下载
- 积分:1