-
Double integraltion by Trapazoidal rule
#包括;
- 2022-04-06 13:00:03下载
- 积分:1
-
给定一个年月日日期,计算是星期几
给定一个年月日日期,计算是星期几-Calculate the relate weekday when the year,month,day values are given
- 2022-12-26 10:15:03下载
- 积分:1
-
数列计算
例如,当k=3时,这个序列是:
1,3,4,9,10,12,13,…
(该序列实际上就是:3^0,3^1,3^0+3^1,3^2,3^0+3^2,3^1+3^2,
3^0+3^1+3^2,…)
请你求出这个序列的第N项的值(用10进制数表示)。
例如,对于k=3,N=100,正确答案应该是981。
输入格式
输入只有1行,为2个正整数,用一个空格隔开:
k N
(k、N的含义与上述的问题描述一致,且3≤k≤15,10≤N≤1000)。
输出格式
输出为计算结果,是一个正整数(在所有的测试数据中,结果均不超过2.1*10^9)。(整数前不要有空格和其他符号)。
样例输入
3 100
样例输出
981
- 2022-03-12 08:20:11下载
- 积分:1
-
单件轮转调度算法
在这我们实行轮转调度算法,随机函数用来创建过程的突发时间,到达时间。后该周转时间和等待时间的计算。
- 2022-02-21 23:50:08下载
- 积分:1
-
非常好,非常有名的求解线性规划和混合整型规划的源代码,用c语言编写,作者M. Berkelaar...
非常好,非常有名的求解线性规划和混合整型规划的源代码,用c语言编写,作者M. Berkelaar-very good, very well-known for linear programming and mixed-integer planning the source code, using the c language, the author M. Berkelaar
- 2022-12-02 08:05:03下载
- 积分:1
-
矩阵运算包含加减乘三元组顺序表存储的c语言
矩阵运算包含加减乘三元组顺序表存储的c语言-matrix calculation includes modified by the order in Table 3 Group storage c language
- 2022-07-12 02:20:51下载
- 积分:1
-
FastICA by cc++
fastica C++实现,很简单的,很容易看的
- 2022-02-25 19:09:15下载
- 积分:1
-
Plane finite element program, very useful for beginners
平面有限元计算程序,对于初学者非常有用的-Plane finite element program, very useful for beginners
- 2023-01-20 09:15:04下载
- 积分:1
-
Vaddin 框架不加宽
组件的基类和接口提供了大量的功能。让我们看看一些最常用的功能。功能未在此处可以找到从 Java API 参考。
该接口定义的若干属性,您可以检索或操纵与相应 setter 和 getter 方法。
- 2023-01-09 05:20:04下载
- 积分:1
-
Polynomial fit functions
=== === === ===
RegressionObject.cls contains a cl...
Polynomial fit functions
=== ===
RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class has good performance and scales seamlessly with the complexity of your problem.-Polynomial fit functions
=== === === ===
RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class has good performance and scales seamlessly with the complexity of your problem.
- 2022-11-25 05:50:02下载
- 积分:1