资源列表

[其他小程序weijifen

说明:微积分的数值计算函数,包括: double composite_simpson(double(*f)(double),double a,double b,int n) double romberg(double(*f)(double),double a,double b,double eps,int max_it) double gauss_legendre(double(*f)(double),double a,double b) double central_difference(doubl
<山城棒棒儿军> 在 2025-06-24 上传 | 大小:3kb | 下载:0

[其他小程序00101102

说明:介绍ar,和dtw两种算法,包含一个实际应用的例子-introduced ar, and two algorithms dtw, including a practical application examples
<杨康> 在 2025-06-24 上传 | 大小:124kb | 下载:0

[其他小程序输出自己的代码

说明:本程序比较有趣,可以实现不用文件操作输出自己的代码-this program more interesting, can not achieve their document output operation code
<杜文成> 在 2025-06-24 上传 | 大小:8kb | 下载:0

[其他小程序Java的一个例子1

说明:一个java东西,是不错的。 再Jcreator 下编译过,看看就知道了.-a java things are quite good. Under another Jcreator compiled see will know. Oh
<许云> 在 2025-06-24 上传 | 大小:4kb | 下载:0

[其他小程序高精度阶乘乘方排组

说明:可以同时实现高精度阶乘、乘方、排列组合运算,非常实用!-can also achieve high precision factorial, involution, permutations and combinations Operational very practical!
<杜文成> 在 2025-06-24 上传 | 大小:8kb | 下载:0

[其他小程序mg(2)

说明:这是我大二时写的一个迷宫程序,可以实现从任意一个地方走到所指定的终点-This is the second year when I wrote a maze procedure can be achieved from any one place come to the designated destination
<阿亮> 在 2025-06-24 上传 | 大小:3kb | 下载:0

[其他小程序MAZE_wdone

说明:这个小程序可以实现从指定的入口寻找到至多4条可以走出此迷宫的路径-this small program can be achieved from designated for the entrance to a maximum of four could get out of this maze of trails
<阿亮> 在 2025-06-24 上传 | 大小:2kb | 下载:0

[其他小程序2快速转置

说明:这是一个可以实现一个任意矩阵的行和列的快速转换的小程序,大家请指教-can achieve an arbitrary matrix of rows and columns of small rapid conversion process, please enlighten
<阿亮> 在 2025-06-24 上传 | 大小:1kb | 下载:0

[其他小程序3二叉树

说明:这是一个用可以解决二叉树先序,中序,后序排列的程序-This is a binary tree can be solved with first sequence, sequence after sequence with procedures
<阿亮> 在 2025-06-24 上传 | 大小:1kb | 下载:0

[其他小程序二叉排序树-源程序

说明:这个程序可以实现二叉树的插入,删除操作。-this procedure can be achieved binary tree insertion, deletion.
<阿亮> 在 2025-06-24 上传 | 大小:2kb | 下载:0

[其他小程序ANNCAM

说明:The program Neuron.c simulates a SIMPLE stable state neural networkreporting on both input and output states and energy levels after eachiteration (namely set up for 8, though usually the network stabilizes afterabout 4). The program demonstrates a v
<王斌> 在 2025-06-24 上传 | 大小:4kb | 下载:0

[其他小程序hexmine

说明:自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus<f1, f2>::value // f1+f2 的结果 bti
<杨海青> 在 2025-06-24 上传 | 大小:267kb | 下载:0

源码中国 www.ymcn.org