-
动态分配内存 能够运算动态分配的加法运算 自己设定维数和行数...
动态分配内存 能够运算动态分配的加法运算 自己设定维数和行数-Dongtai feipei neicun shixian juzhen de jiafayunsuan
- 2023-03-09 19:40:03下载
- 积分:1
-
信息论只能对法官进行解码,更实用。学习的学生…
信息论中唯一可译码的判断,比较实用。学习信息论的同学可以参考。-Information theory can only decode the judge, more practical. Learning students can refer to information theory.
- 2022-05-25 23:02:51下载
- 积分:1
-
VC++实现的二分法求单调函数是否有解。
VC++实现的二分法求单调函数是否有解。-VC++ dichotomy in order to achieve the monotonic function is broken.
- 2022-01-22 05:54:23下载
- 积分:1
-
第二章 线性表习题答案
第二章 线性表习题答案-The answer of linklis
- 2023-02-14 01:15:03下载
- 积分:1
-
Stack在 c中
Stack在 c中
- 2022-01-22 15:11:41下载
- 积分:1
-
利用有限元流体计算求解器的准备,包括你的使用…
一个用fortran90编写有限元流体求解器,包括使用源代码,输出文件和单元文件,推荐学习使用-Prepared using a finite element fluid fortran90 solver, including the use of source code, the output file and the unit document and recommend learning to use
- 2022-02-03 11:34:16下载
- 积分:1
-
算24点,若有解则输出每一步计算步骤,若无解则返回“No answer!”...
算24点,若有解则输出每一步计算步骤,若无解则返回“No answer!”-Count 24 points, if so, what solutions are output every step of the calculation steps, if there are no solution is returned
- 2022-08-17 18:34:01下载
- 积分:1
-
K-Means算法 mapreduce
public class KmeansMapper extends MapReduceBase implements
Mapper {
// one coodinate(data)
private List coordinate = new ArrayList();
private BasicKMeansTool basicKmeans = new BasicKMeansTool();
public void map(LongWritable key, Text value,
OutputCollector midoutput,
Reporter arg3) throws IOException {
// TODO Auto-generated method stub
String line = value.toString();
String[] dataList = line.split(",");
List distances = null;
StringTokenizer itr;
for (int i = 0; i < dataList.length; i++) {
itr = new StringTokenizer(dataList[i]);
&nbs
- 2023-02-01 17:45:04下载
- 积分:1
-
汇编语言扩容电路图
可以实现8*8 扩容到8* 16K,电路图简单明了。一看看就会,初学者可以尝试编写自己的程序
- 2022-12-02 16:00:03下载
- 积分:1
-
fortran90 procedures, the use of Runge
fortran90程序,运用Runge-Kutta法数值求解常微分方程的程序,非常适用,包括源代码、一个算例和输出程序-fortran90 procedures, the use of Runge-Kutta method for numerical solution of ordinary differential equations of the process, is very applicable, including source code, a numerical example and output procedures
- 2022-06-21 02:50:43下载
- 积分:1