-
MATLAB package for beginners to do a good number of linear programming using mat...
MATLAB初学者
包好了一些用matlab做线性规划的源程序-MATLAB package for beginners to do a good number of linear programming using matlab source code
- 2022-03-18 04:37:57下载
- 积分:1
-
虹膜图像预处理,包括虹膜定位和归一化,是D。
虹膜图像预处理,包括虹膜定位和归一化,是我的同学做的,很有参考价值,大家学习学习。-Iris image preprocessing, including iris localization and normalization, is to do my classmates, and a good reference, we learn.
- 2022-05-20 09:13:31下载
- 积分:1
-
可以查看到自己的空间使用量
1,可自定义检测目录
2,程序采用模板技术,代码与界面100%分离
3,可自定义设计用户层界面层
4,可自定义图形显...
可以查看到自己的空间使用量
1,可自定义检测目录
2,程序采用模板技术,代码与界面100%分离
3,可自定义设计用户层界面层
4,可自定义图形显示百分比
5,目录使用量单位自动转换
6,除了主目录的统计,还可统计当前目录下的二级目录容量
7,在VS开发工具中,可预览模板界面
8,控件调用方式,无须任何后台代码编辑
-can check their own use of a space can be detected from the definition of Contents 2, procedures using the template technology, interface code and three 100% separation can be custom-designed user interface layer 4, custom graphics percentage 5, Contents use automatically converted six units, in addition to the main catalog statistics, but also statistics directories under the current capacity of 2 Contents 7, the VS development tools, preview 8 template interface, call control, without any background code editor
- 2022-03-06 22:29:02下载
- 积分:1
-
超级报表模板设计器PB源代码,非常智能、美观、实用。
超级报表模板设计器PB源代码,非常智能、美观、实用。-超级报表模板设计器PB源代码
- 2022-04-10 05:50:23下载
- 积分:1
-
graphic image processing operations as the original code can provide learners ex...
图形图象处理作业原代码 可以为学习者提供实验小程序-graphic image processing operations as the original code can provide learners experimental procedure
- 2022-11-05 22:55:03下载
- 积分:1
-
Meeting in English
Meeting in English
- 2022-03-11 15:59:19下载
- 积分:1
-
BMP switch to a single data EXE software. not online (IC vendors internal) to fa...
一转BMP为数据的单EXE软件,网上找不到的(IC 供应商内部的)方便LCD同行使用,可以转Gray & RGB.-BMP switch to a single data EXE software. not online (IC vendors internal) to facilitate the use of peer-LCD can switch Gray
- 2022-03-11 07:43:48下载
- 积分:1
-
能自动设计出最佳的文丘里管,只需进口的参数即可。
能自动设计出最佳的文丘里管,只需进口的参数即可。-Can automatically design the best Venturi tube, simply import the parameter.
- 2022-01-31 03:10:31下载
- 积分:1
-
SExplorer文件浏览器1是Symbia n OS 9.1
SExplorer 1.00 is File Explorer for Symbian OS 9.1-SExplorer File Explorer 1.00 is for Symbia n OS 9.1
- 2022-12-31 13:20:04下载
- 积分: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