资源列表

« 1 2 ... .57 .58 .59 .60 .61 2062.63 .64 .65 .66 .67 ... 3400 »

[数学计算/工程计算Large-Int-Multi(list)

说明:大整数相乘,使用链表的方式实现的,能够正确演示结果-Large integer multiplication using linked list implementation, able to correctly demonstrate results
<czy> 在 2025-09-15 上传 | 大小:4.75mb | 下载:0

[数学计算/工程计算QR1

说明:QR算法求解 int qrroot(a,n,u,v,eps,itmax) double *a,*u,*v,eps int n,itmax { int i double *H H=(double*)malloc(sizeof(double)*n*n)-QR algorithm int qrroot (a, n, u, v, eps, itmax) double* a,* u,* v, eps int n, itmax {int i double* H
<l> 在 2025-09-15 上传 | 大小:1kb | 下载:0

[数学计算/工程计算rom

说明:用Romberg算法计算定积分 #include <stdio.h> #include <math.h> #define MAX 10 double func(double a) { double y if (a == 0) return y = 1 else return y = 4/(1+a*a) //return y = pow(a,2) }-Romberg algorithm computes
<l> 在 2025-09-15 上传 | 大小:1kb | 下载:0

[数学计算/工程计算NewTon

说明:Newton迭代法,用Newton迭代法求方程,(内附题目) #include<stdio.h> #include<math.h> #define N 100 #define PS 1e-4 #define TA 1e-4 float Newton(float (*f)(float),float(*f1)(float),float x0 ) { float x1,d=0 int k=0 do { x1= x0-
<l> 在 2025-09-15 上传 | 大小:8kb | 下载:0

[数学计算/工程计算LU

说明:LU分解法解线性方程组(内附题目) #include "math.h" #include "stdio.h" #define n 4 int LU(double (*a)[n])-LU decomposition method for solving linear equations (containing title)# include " math.h" # include " stdio.h" # define n 4 int LU (
<l> 在 2025-09-15 上传 | 大小:7kb | 下载:0

[数学计算/工程计算dot-line

说明:判断点在角内、点在多边形内,计算点间、点到直线、到线段距离等vb源程序-Determine the point in the corner, the points in the polygon, calculated point, the point to the straight line distance to other vb source
<lfn> 在 2025-09-15 上传 | 大小:7kb | 下载:0

[数学计算/工程计算PQ

说明:PQ分解的典型例程,非常适用于初学者及专业人士参考学习-PQ decomposition typical routines, very suitable for beginners and professionals refer to learning
<萧勇> 在 2025-09-15 上传 | 大小:3kb | 下载:0

[数学计算/工程计算testrotationFault1

说明:地震断层旋转功能,把地震断层按研究需要旋转到一定角度。-Earthquake fault rotation function, according to the research needs of earthquake faults rotated to a certain angle.
<wubaofeng> 在 2025-09-15 上传 | 大小:2kb | 下载:0

[数学计算/工程计算tarjan

说明:给定一个图,找强连通分量,使用Tarjan算法-Given a graph, find the strongly connected components, the use of Tarjan algorithm
<dianlujitao> 在 2025-09-15 上传 | 大小:254kb | 下载:0

[数学计算/工程计算bubble-formation

说明:格子Boltzmann方法模拟气泡生长,伪势单组份模型-Lattice Boltzmann Method bubble growth
<胡安杰> 在 2025-09-15 上传 | 大小:5kb | 下载:0

[数学计算/工程计算ISODATA(VC)PP

说明:ISODATA聚类的源代码 c语言实现 -ISODATA clustering source code c language
<巩奕成> 在 2025-09-15 上传 | 大小:3kb | 下载:0

[数学计算/工程计算AlphaDemo

说明:利用26个英文字母表示0至2147483647整数的函数源码-Using the 26 English letters 0-2147483647 integer function source
<hahale> 在 2025-09-15 上传 | 大小:5kb | 下载:0
« 1 2 ... .57 .58 .59 .60 .61 2062.63 .64 .65 .66 .67 ... 3400 »

源码中国 www.ymcn.org