-
With the data structure (C language version) to write programs to achieve a ches...
用数据结构(C语言版)编写程序,实现一个国际象棋的马踏遍棋盘的演示程序。具体要求为:将马随机放在国际象棋的8*8棋盘的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。用堆栈编制非递归程序求出马的行走路线,并按求出的行走路线,将数字1,2,3,……,64依次填入一个8*8的方阵,输出之。 -With the data structure (C language version) to write programs to achieve a chess board horse travels to the demonstration program. Specific requirements are: the horses were randomly placed in the 8* 8 chess board in a box, Ma according to the rules of chess to go mobile. Requires that each box is only entered once, traveled all the 64 squares on a chessboard. The preparation of non-recursive procedure with the stack order to run for walking routes, and then find the routes will be the number 1,2,3, ... ..., 64 in turn fill in an 8* 8 matrix, the output of.
- 2022-12-11 22:25:03下载
- 积分:1
-
Using matlab circle diagram smith realize the basic ideas and guidance.
用matlab实现smith圆图的基本思路和指导。-Using matlab circle diagram smith realize the basic ideas and guidance.
- 2022-08-13 19:11:13下载
- 积分:1
-
删除C盘无用都垃圾,达到1G以上哦,使用后系统运行如飞
删除C盘无用都垃圾,达到1G以上哦,使用后系统运行如飞-Delete all useless garbage plate C, reaching more than 1G Oh, after the system used to run swiftly
- 2022-05-24 13:06:55下载
- 积分:1
-
ucos program
ucos 源代码 是基于STr912芯片的-ucos program
- 2023-03-13 11:15:03下载
- 积分:1
-
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返...
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if ( ( new_value - value > A ) || ( value - new_value > A )
return value
return new_value
}
2、中位值滤波法
/* N值可根据实际情况调整
排序采用冒泡法*/-10 kinds of software filtering method one example of the procedure, limit the Deputy filter/* A value can be adjusted according to the actual value for the RMS, new_value filter for the current sampling procedures for the effective return of the actual value* /# define A 10 char value char filter () (char new_value new_value = get_ad () if ((new_value- value> A) | | (value- new_value> A) return value return new_value ) 2, the median filtering method/* N values can be adjust the actual situation in the use of bubble sort method* /
- 2023-08-29 16:45:03下载
- 积分:1
-
专门介绍WINDOWS的PE文件格
专门介绍WINDOWS的PE文件格-devoted to the Windows PE file grid
- 2022-07-12 01:53:31下载
- 积分:1
-
MapInfo软件系统mif数据格式详细介绍。(英文资料)
MapInfo软件系统mif数据格式详细介绍。(英文资料)-MapInfo software system MAKING detailed data formats. (English)
- 2022-03-14 04:17:34下载
- 积分:1
-
EVC4下创建和使用ATL控件的例子和讲解
EVC4下创建和使用ATL控件的例子和讲解-EVC4 created under control and the use of ATL examples and explain
- 2022-03-04 07:39:33下载
- 积分:1
-
程控交换与宽带交换课件,帮助大家学习,共同进步,希望大家也把课件上传,大家交流学习...
程控交换与宽带交换课件,帮助大家学习,共同进步,希望大家也把课件上传,大家交流学习-Program-controlled switching and broadband exchange of courseware to help everyone learn, common progress, I hope everyone also courseware upload, U.S. to exchange learning
- 2022-03-17 06:11:06下载
- 积分:1
-
paper abstract paper abstract paper abstract
paper abstract paper abstract paper abstract-paper abstract paper abstract paper abstract paper abstract
- 2022-05-21 09:20:49下载
- 积分:1