-
删除数组相同元素,并用冒泡法进行排序,最后显示出来。
删除数组相同元素,并用冒泡法进行排序,最后显示出来。
- 2022-12-14 06:05:04下载
- 积分:1
-
一些简单的信息学竞赛试题,以前做的。大家可以看看,有意见可以批评...
一些简单的信息学竞赛试题,以前做的。大家可以看看,有意见可以批评-some simple questions Informatics race before done. As we can see, there are views to be criticized
- 2022-12-18 18:35:03下载
- 积分:1
-
用于文本分类,自动使用文本分类监管…
用于文本分类,自动使用文本分类监督培训
- 2023-02-24 22:25:02下载
- 积分:1
-
自己编写的一个FTP软件!用的是VC++,希望大家参考下..
自己编写的一个FTP软件!用的是VC++,希望大家参考下.. -themselves prepared an FTP software! With the VC, hope we refer to the next ..
- 2022-08-12 13:05:52下载
- 积分:1
-
Frame2d Visual Basic 源代码
此.txt 包含完整的源代码的 frame2d.frm,将转换为.txt 文件。
Frame2d 是一个示例 (示例 8.2 要具体) 问题 介绍的有限元方法在工程 (第三版)
by Tirupathi R.Chandrupatla 和阿肖克 D.Belegundu .
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-22 05:15:03下载
- 积分:1
-
这是svmfu,用于训练和测试支持矢量包
This is SvmFu, a package for training and testing support vector
machines (SVMs). It s written in C++. It uses templates. The
advantage of templates is that the types of kernel values and data
points can be varied to suit the problem.-This is SvmFu, a package for training and testing support vector
machines (SVMs). It s written in C. It uses templates. The advantage
of templates is that the types of kernel values and data points can be
varied to suit the problem.
- 2023-05-29 07:50:03下载
- 积分:1
-
一个较小的采购系统,一些比较实际的代码,可以用来参考
一个较小的采购系统,一些比较实际的代码,可以用来参考-A smaller procurement system, some more practical code that can be used to reference
- 2022-02-14 11:33:10下载
- 积分:1
-
Symbian OS S60平台2D游戏引擎案例
Symbian OS S60平台2D游戏引擎案例
- 2022-09-04 03:45:02下载
- 积分:1
-
Golf mobile phone game, j2me mobile game code, including picture material and so...
高尔夫手机游戏,j2me手机游戏代码,内含图片素材和源代码文件-Golf mobile phone game, j2me mobile game code, including picture material and source code files
- 2022-01-25 23:56:57下载
- 积分:1
-
算法实现题2 算m点问题
« 问题描述:
给定k 个正整数,用算术运算符“+”,“...
算法实现题2 算m点问题
« 问题描述:
给定k 个正整数,用算术运算符“+”,“- ”,“* ”,“/ ”将这k 个正整数连接起来,使最
终的得数恰为m。
« 编程任务:
对于给定的k个正整数,给出计算m的算术表达式。
« 数据输入:
由文件input.txt给出输入数据。第一行有2 个正整数k和m,表示给定k个正整数,且
最终的得数恰为m。接下来的1 行中,有k个正整数。
« 结果输出:
将计算m的算术表达式输出到文件output.txt。如果有多个满足要求的表达式,只要输
出1 组,每一步算式用分号隔开。如果无法得到m则输出“No Solution!”。
输入文件示例:
input.txt output.txt
5 125
2 2 12 3 7
输出文件示例:
7*3=21 21*12=252 252-2=250 250/2=125
- 2023-06-18 22:40:03下载
- 积分:1