-
按克鲁斯卡尔(Kruskal)算法思想,编制一个寻找最小生成树的完整的程序。...
按克鲁斯卡尔(Kruskal)算法思想,编制一个寻找最小生成树的完整的程序。
- 2022-04-06 10:08:38下载
- 积分:1
-
编写自己的代码小,没有调试周前
编写我们自己的miniSQL代码,几周前没有调试
- 2022-05-18 12:43:07下载
- 积分:1
-
common barcode printing program
通用的条码打印程序-common barcode printing program
- 2022-07-12 05:51:44下载
- 积分:1
-
000 regular backup of Oracle database procedures PB
--个定时备份Oracle数据库的PB程序--- 000 regular backup of Oracle database procedures PB
- 2022-03-25 16:39:16下载
- 积分:1
-
描述问题描述:给定一个包含只有数[ 0 ]9 ]…
描述
问题描述:
给定一个只包含数字[0..9]的字符串,求使用字符串中的某些字符,构建一个能够整除15的最大的整数。
注意,字符串中的每个字符只能使用一次。
编程任务:
求由给定字符串构建的能够整除15的最大整数。-Description of the problem description: Given a contain only numbers [0 .. 9] of the string, seeking to use some of the characters in the string, one can build the largest integer divisible by 15. Note that the string for each character can only be used once. Programming task: seeking from the given string that can build the largest integer divisible by 15.
- 2022-03-31 23:20:56下载
- 积分:1
-
用delphi开发的一个数据库浏览器
用delphi开发的一个数据库浏览器-with the development of a database browser
- 2023-06-04 10:50:03下载
- 积分:1
-
Algorithm of Image Processing with VC a very good paper on image processing, a...
《algorithm of Image Processing with VC》一篇很不错的关于图像处理的论文,简明扼要地说明用VC如何进行图像处理的编程- Algorithm of Image Processing with VC a very good paper on image processing, a succinct description of how to carry out image processing VC programming
- 2023-02-10 17:05:04下载
- 积分:1
-
development environment : c builder6.0 SQL server
开发环境:c++builder6.0 SQL server2-development environment : c builder6.0 SQL server
- 2022-03-11 18:31:07下载
- 积分:1
-
用二叉树实现逻辑表达式的基本运算,包括逻辑与,或,非,还可以判别表达式是重言式,还是矛盾式....
用二叉树实现逻辑表达式的基本运算,包括逻辑与,或,非,还可以判别表达式是重言式,还是矛盾式.-binary tree using logical expressions of basic operations, including logic and, or, not, we can judge expression is tautology, or contradiction.
- 2022-04-15 00:38:52下载
- 积分:1
-
从键盘上输 入一串正整数, 最后输入-1作为输入结束的标志。以这些正整数的值作为二叉排序树中的结点的数据场之值,建立一棵二叉排序树要实现排序二叉树的插入。采取叶...
从键盘上输 入一串正整数, 最后输入-1作为输入结束的标志。以这些正整数的值作为二叉排序树中的结点的数据场之值,建立一棵二叉排序树要实现排序二叉树的插入。采取叶子插入法,即新插入的节点均为改二叉树的叶子节点,且满足中序有序性。-From the keyboard to enter a string of positive integers, the last input-1 as the input end of the sign. These are integer values as binary sort tree nodes in the data field" s value, and the establishment of a binary sort tree to achieve binary tree insertion sort. To leaf insertion method, that the new nodes are inserted to change the binary tree leaf node, and in order to meet the orderliness.
- 2022-05-16 12:06:25下载
- 积分:1