资源列表
[数学计算/工程计算] cprogrammethod
说明:这是一套由剑桥大学出版的一套c语言的科学计算资料及相关的算法源程序,非常权威,这套资料对从事软件开发,科研计算等人都非常有帮助-This is a publication by the University of Cambridge, a set of c language information and related scientific computing algorithm source code, very authoritative, this information is enga<徐名> 在 2025-06-11 上传 | 大小:4.47mb | 下载:0
[数学计算/工程计算] some_way_of_filter
说明:1.限幅滤波 2.中位值滤波 3.算术平均值滤波 4.递推平均滤波-1. Limiter filter 2. 3 median filter. Arithmetic mean filtering 4. Recursive average filter<小方> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] DEM2Contour
说明:基于GRID格式DEM的等值线追踪算法(已删除编译目录),可用于多种散点插值生成的格网,只需将格网数据写成GRID格式的文本即可.-GRID-based format of the contour DEM tracking algorithm (the compiler has been deleted directory), can be used for a variety of scattered point interpolation to generate a grid, simply<追风> 在 2025-06-11 上传 | 大小:60kb | 下载:1
[数学计算/工程计算] VC++Delaunay
说明:采用序列化对象CArchive读入原始数据构建Delaunay三角网的VC++代码。可以鼠标点击加新点进行构网,包括二维、三维。还可以进行设色、光照等。-Serializing objects using CArchive read the raw data to build Delaunay triangulation VC++ Code. Mouse clicks can add new points structure network, including the two-dimensio<追风> 在 2025-06-11 上传 | 大小:146kb | 下载:3
[数学计算/工程计算] delaunaydemo
说明:一个VC++生成DElaunay三焦网的简洁易懂的代码,提供可变随机点数目。-A VC++ Generate Delaunay Sanjiao network easier to understand the code, providing a variable number of random points.<追风> 在 2025-06-11 上传 | 大小:140kb | 下载:0
[数学计算/工程计算] pai
说明:本题的算法中涉及的三个函数: double bbp(int n,int k,int l) 其中n为十六进制位第n位,k取值范围为0到n+7,用来计算16nS1,16nS2,16nS3,16nS4小数部分的每一项。返回每一项的小数部分。 void pi(int m,int n,int p[]) 计算从n位开始的连续m位的十六进制数字。其中p为存储十六进制数字的数组。 void div(int p[]) void add(int a[],int b[]) 这两个函数都是为最后把十六进<邓超 > 在 2025-06-11 上传 | 大小:10kb | 下载:0