-
本人自编的解八皇后问题的程序,用了大量的指针实现。
本人自编的解八皇后问题的程序,用了大量的指针实现。-I own eight-Queen
- 2023-06-28 08:40:04下载
- 积分:1
-
给定字符串,按照英文字母、数字、符号顺序排序算法
给定字符串,按照英文字母、数字、符号顺序排序算法-given string, according to the English alphabet, numbers, symbols order Sort Algorithm
- 2023-08-16 18:20:03下载
- 积分:1
-
人事管理,可用小型企业内部人员管理
采用Delphi编写,登录用户名密码为:
admin...
人事管理,可用小型企业内部人员管理
采用Delphi编写,登录用户名密码为:
admin
-Personnel management, small businesses can be used internal staff to manage the preparation of the use of Delphi, the logged-on user name password is: admin
- 2022-01-26 04:31:46下载
- 积分:1
-
Kmeans算法分类 针对多维数据
针对多维数据进行的Kmeans改进算法,实用可靠,在处理多维数据时,自己根据维数需求,进去设定n值,此程序较适合底层应用用,另sizevector的数据都需要注意,在用时根据自己的需求进行操作,内有程序详细说明
- 2023-05-30 20:35:02下载
- 积分:1
-
对Acess数据库进行操作
对Acess数据库进行操作-right Acess database operation
- 2022-02-14 20:34:27下载
- 积分:1
-
在安装多个打印机的系统中,如果没有指定打印机,打印内容将被自动输出到默认打印机.本程序指定打印机设置为默认window打印机....
在安装多个打印机的系统中,如果没有指定打印机,打印内容将被自动输出到默认打印机.本程序指定打印机设置为默认window打印机.-printers installed in the system, if not specified printers, print content will be automatically output to the default printer. The procedures specified printer settings to the default window printers.
- 2023-04-03 04:25:03下载
- 积分:1
-
金华门禁系统数据库脚本,包括门、EL键盘照明…
金华门禁系统数据库脚本,涵盖了门禁,售饭,人力资源管理等-Jinhua Access Control System database scripts, covering doors, EL keyboard Illumination, human resource management, etc.
- 2022-02-26 11:30:07下载
- 积分:1
-
With the C language implementation of the evaluation of the expression on the st...
用C语言实现的表达式的求值,关于数据结构的栈方面的知识,已经通过测试!-With the C language implementation of the evaluation of the expression on the stack data structure of knowledge, has passed the test!
- 2022-05-14 11:25:27下载
- 积分:1
-
求解网络中的最短路径。假设某个计算机网络有n个站点,依次编号为1,2,…,n;有的站点之间有直接的线路连接(即这两个站点之间没有其它站点),有的站点之间没有直接...
求解网络中的最短路径。假设某个计算机网络有n个站点,依次编号为1,2,…,n;有的站点之间有直接的线路连接(即这两个站点之间没有其它站点),有的站点之间没有直接的线路连接。如果用三元组(i,j,f)来表示该网络中的站点I和站点j之间有直接的线路连接且它们之间的距离为f 当已知该网络各站点之间的直接连接情况由m个三元组(i1,j1,f1),(i2,j2,f2),…,(im,jm,fm)确定时,要求计算出对于网络中任意一个站点g(1≤g≤n)到其余各站点的最短距离。-the shortest path. Assuming a computer network n site, followed by No. 1, 2, ..., n; Some sites have direct connections (that is, between two sites are no other site), and some sites have no direct connections. If three yuan (i, j, f) to the network said the site j site and I have direct connections between them but the distance of f the network known as the site of the direct link between the situation by 3 m (i1, j1, f1), ( i2, j2, f2), ..., (im, jm, fm) to determine, calculate requirements for a network site arbitrary g (1 g n) of the rest of the site is the shortest distance.
- 2023-05-31 21:45:02下载
- 积分:1
-
一个简单的LISP算术表达式计算器。Lisp简单算术表达式…
一个简单的LISP算术表达式计算器。
简单LISP算术表达式定义如下:
(1)一个0....9的整数
(2)(运算符 表达式 表达式)
例如,6,(+45),(+(+25)8)都是表达式,其值分别为6,9,15.-LISP a simple arithmetic expression calculator. LISP simple arithmetic expressions are defined as follows: (1) a 0 .... 9 integer (2) (expression operator expression) for example, 6, (+ 45), (+ (+ 25) 8 ) are expressions, and its value, respectively 6,9,15.
- 2022-09-21 21:30:03下载
- 积分:1