-
描述问题描述:给定一个包含只有数[ 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
-
ssd7考试2的答案,他做到了,98分
ssd7考试2的答案,自己做的,98分的-2 answers ssd7 examination that he did, 98 points
- 2022-12-06 00:55:03下载
- 积分:1
-
一个能求图中任两顶点之间的最短距离的程序
一个能求图中任两顶点之间的最短距离的程序-seeking a map to the two vertices of the shortest distance between the procedures
- 2022-07-20 07:05:48下载
- 积分:1
-
数据结构(C++版)的演示程序,详细演示深度优先搜索的具体调用过程,...
数据结构(C++版)的演示程序,详细演示深度优先搜索的具体调用过程,-data structure (C++ version) demonstration program, a detailed demonstration of the depth-first search to the specific call process,
- 2022-03-21 07:11:56下载
- 积分:1
-
C++源码 源代码
应用背景图论相关,图论相关算及其应用。邻接矩阵 的实现方法,。。图论相关,图论相关算及其应用。邻接表,邻接矩阵 的实现方法图论相关,图论相关算及其应用。邻接矩阵 的实现方法关键技术C++源码 源代码C++源码 源代码 邻接矩阵的具体实现方法,VS 2010编写 C++源码,据对可以运行,
- 2022-04-07 07:08:09下载
- 积分:1
-
2元树的先根遍历算法,中根遍历算法,后根遍历算法
2元树的先根遍历算法,中根遍历算法,后根遍历算法-2 yuan tree traversal algorithm first root, root traversal algorithm, after the root traversal algorithm
- 2022-03-10 21:42:59下载
- 积分:1
-
医院挂号系统叫号系统
用VB编写的医院挂号叫号系统,代码简介,功能强大,值得一看的VB医院叫号软件,
- 2022-05-16 11:26:44下载
- 积分:1
-
改进的矩阵操作类,增加了诸如对矩阵任意行/列的存取,矩阵的积分图像的计算等...
改进的矩阵操作类,增加了诸如对矩阵任意行/列的存取,矩阵的积分图像的计算等-improved matrix operations, such as the right to increase the matrix arbitrary line/column access, image matrix of the integral calculation
- 2022-01-21 23:20:54下载
- 积分:1
-
ADO用Treeview显示数据库
ADO用Treeview显示数据库-ADO database shows with Treeview
- 2022-03-22 23:06:40下载
- 积分:1
-
mfc odbc数据库编程
使用mfc通过odbc链接sql数据库,跟大家分享,不错的代码,简单易懂!
为了简化开发人员编写数据库应用程序,VC++的在其基础类库(MFC)里对ODBC API进行了封装,实现了一个面向对象的数据库编程接口,使VC++的数据库变得更加容易。
本章首先对MFC ODBC的概貌进行简要介绍,然后讲述利用MFC ODBC进行数据库开发的技巧,最后将通过具体数据库开发实例,详细讲述通过MFC ODBC开发数据库应用程序的方法和过程。
- 2022-03-31 16:08:59下载
- 积分:1