-
ODE Numericla Methods for Heat
ODE Numericla Methods for Heat
- 2022-05-07 01:49:58下载
- 积分:1
-
八皇后问题(附自编解说)
八皇后问题(附自编解说)-8 Queens (self Commentary)
- 2022-07-20 03:30:08下载
- 积分:1
-
Matlab routines
matlab 例程-Matlab routines
- 2022-03-01 18:56:43下载
- 积分:1
-
集成ifft和fft,以头文件的形式提供调用,可以用于任何C编译器...
集成ifft和fft,以头文件的形式提供调用,可以用于任何C编译器-integration and fft to the first document in the form of call, can be used on any C compiler
- 2022-03-10 03:46:50下载
- 积分:1
-
adaboost检测
/****************************************************************************
NJU Magic. Copyright (c) 2007. All Rights Reserved.
--------------------------------------------------------------------
Permission to use, copy, or modify this software and its documentation
for educational and research purposes only and without fee is hereby
granted, provided that this copyright notice appear on all copies and
supporting documentation. For any other uses of this software, in
original or modified form, i
- 2022-07-13 18:29:21下载
- 积分:1
-
利用C++完成计算方法的分段线性,二次插值和全区间拉格朗日插值的计算!...
利用C++完成计算方法的分段线性,二次插值和全区间拉格朗日插值的计算!-C completed the calculation method piecewise linear, quadratic interpolation, and the region between the Lagrange interpolation calculation!
- 2023-05-05 17:50:02下载
- 积分:1
-
FP-growth Algorithm
FPgrowth is the one of the algorithm in frequent item set mining. It is used to find the frequent item set in a database. It will give the output in tree structure format. It is more efficient than apriori algorithm because there is no candidate generation.
- 2022-07-02 22:50:47下载
- 积分:1
-
非线性回归问题的求解
非线性回归问题SQP解法-nonlinear regression problems SQP Solution
- 2022-11-23 00:25:03下载
- 积分:1
-
dynamic programming algorithm to solve the problem VC Cohong
动态规划算法解决行商问题 VC-dynamic programming algorithm to solve the problem VC Cohong
- 2023-08-26 18:55:03下载
- 积分:1
-
地铁乘坐问题
为引导旅客合理利用线路资源,解决交通瓶颈问题,该市制定了票价策略:
每条线路可以单独购票,票价不等。
允许购买某些两条可换乘线路的联票,联票价格低于分别购票的价格和。
单线票价和联合票价由文件price.txt给出,形式如下:
线1 180
……
线13 114
线1,线2 350
线1,线10 390
……
文件price.txt中,每行数据表示一条单线或联线的票价。线名与票价间用空格分开。如果是联线,两线名之间用逗号分开,并且规定联线只能包含两条可换乘的线路。
现在的问题是,根据这些已知的数据,计算从A站到B站最小花费和可行的换乘方案。比如,
- 2023-08-01 18:40:03下载
- 积分:1