资源列表
[其他小程序] 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
[其他小程序] Java的一个例子1
说明:一个java东西,是不错的。 再Jcreator 下编译过,看看就知道了.-a java things are quite good. Under another Jcreator compiled see will know. Oh<许云> 在 2025-06-24 上传 | 大小:4kb | 下载: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
[其他小程序] 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