-
在9(3*3)个方格的方阵中填入数字1到N(N>=10)内的某9个数字 每个方格填一个整数,要求相邻两个方格的两个整数之和为质数。 试求所有的解...
在9(3*3)个方格的方阵中填入数字1到N(N>=10)内的某9个数字 每个方格填一个整数,要求相邻两个方格的两个整数之和为质数。 试求所有的解-in 9 (3* 3) grid matrix to fill out a number of N (Ngt; = 10) of a nine figures each box filled an integral require two adjacent box at the two integral to the quality and number. Examination for all solutions
- 2022-10-06 18:45:03下载
- 积分:1
-
在 java 中的医院管理
这是一个迷你的 java 项目是很容易理解和看起来对学生很有吸引力。在此文件中还包括项目报告和概要。希望它将帮助您最好的运气
- 2023-05-24 12:05:04下载
- 积分:1
-
含有植物系统如学生VB数据库系统实例
VB开发数据库系统 VB程序实例 内含工厂系统 学生系统等-VB database system containing examples of plant systems such as the students
- 2022-04-15 07:15:37下载
- 积分:1
-
VC++程序实现读写EXCELL数据,可以演示执行代码
VC++程序实现读写EXCELL数据,可以演示执行代码-VC++ Program Excel to read and write data, you can demo the implementation of the code
- 2022-08-05 21:09:20下载
- 积分:1
-
帐户软件
这个项目是由帐户管理系统组成。雇员的数据给数据库。usernme 和密码用于开放系统。
- 2022-03-07 17:02:35下载
- 积分:1
-
数据结构用C语言实现,算法较巧妙
数据结构用C语言实现,算法较巧妙-data structure using C language, the algorithm more cleverly
- 2022-02-20 03:28:12下载
- 积分:1
-
suoxiangshi jiajiancheng
多项式加减乘 用数据节够得算法实现多项式的加减乘 原理简单易懂-suoxiangshi jiajiancheng
- 2022-01-27 15:17:49下载
- 积分:1
-
VC++访问DAO数据库
VC++访问DAO数据库-VC visit DAO Database
- 2022-01-26 06:25:58下载
- 积分:1
-
C# code in the database links, including links to a variety of commonly used cod...
C#中数据库的链接代码,包含各种常用的链接代码-C# code in the database links, including links to a variety of commonly used code for
- 2022-10-24 07:20:03下载
- 积分:1
-
广义表的反序
逆置广义表的递归模型如下:
F(LS) = null 若 LS 为空
F(LS) = LS ...
广义表的反序
逆置广义表的递归模型如下:
F(LS) = null 若 LS 为空
F(LS) = LS 若 LS 为原子,且 tail(LS) 为空
F(LS) = append( F(tail(LS)), head(LS) ) 若 LS->tag=0 ,且 LS->tp!=null
F(LS) = append( F(tail(LS), F(head(LS)) ) 若 LS->tag=1
其中 append(a,b) 的功能是将广义表 a 和 b 作为元素的广义表连接起来。-Generalized table set against the broad anti-order recursive model of the table is as follows: F (LS) = null if the LS is empty F (LS) = LS if LS for the atoms, and the tail (LS) is empty F (LS) = append (F (tail (LS)), head (LS)) if the LS-> tag = 0, and the LS-> tp! = null F (LS) = append (F (tail (LS), F (head (LS))) If the LS-> tag = 1 where append (a, b) function is a generalized form, and b as elements of generalized tables connected.
- 2022-03-01 20:55:59下载
- 积分:1