资源列表

« 1 2 ... .86 .87 .88 .89 .90 1991.92 .93 .94 .95 .96 ... 3400 »

[数学计算/工程计算bessel_fast.source

说明:用Javascr ipt写的快速Bessel函数计算程序-Fast Bessel function calculation program Written in Javascr ipt
<gummyni> 在 2025-07-08 上传 | 大小:2kb | 下载:0

[数学计算/工程计算OpenExcel

说明:MFC_列表CListCtrl读写Excel文件,刚写完,亲测可用,不懂可学一下CListCtrl的用法。介绍一下:输入excel文件到列表&&输出列表到excel文件,需要1、向项目工程中添加基本的7个类,分别是:CApplication,CMyFont,CRange,CWorkBook,CWorkBooks,CWorkSheet,CWorkSheets,选择MFC Class From TypeLib,在Add Class From 中选中File,在Location中输入或者选择EXCEL
<曾峥> 在 2025-07-08 上传 | 大小:270kb | 下载:0

[数学计算/工程计算sorting

说明:堆排序和快速排序的c语言实现。 堆排序:建堆,移动元素,如此循环。 快排:将标记元素排到适当位置,如此递归排序。-Heap sort and quick sort of c language. Heap sort: construction of the heap, moving elements, and so on. Fast row: the markup elements discharged place, so recursive sort.
<马璐> 在 2025-07-08 上传 | 大小:1kb | 下载:0

[数学计算/工程计算PartialClass

说明:基本的C#数字运算示例,执行两个数的加法、减法运算,返回相加、相减后的结果,实例化类对象,定义一个死循环,以便循环输入数据,记录运算符号,以运算符号为条件进行判断,判断是否为加号,判断是否为减号,不符合上面所有情况,实现基本的加法、减法运算。-The basic number crunching C# example, perform the addition of two numbers, subtraction, back together, after subtracting the re
<zengzheng> 在 2025-07-08 上传 | 大小:5kb | 下载:0

[数学计算/工程计算divide-and-conquer-algorithm

说明:利用分治策略求解时,所需时间取决于分解后子问题的个数、子问题的规模大小等因素,而二分法,由于其划分的简单和均匀的特点,是经常采用的一种有效的方法,例如二分法检索。-When solving using the divide and conquer strategy, the time required depends on the number of decomposed sub-problems, the size of sub-problems and other factors, but
<周易> 在 2025-07-08 上传 | 大小:5kb | 下载:0

[数学计算/工程计算FCMClust

说明:模糊聚类分析作为无监督机器学习的主要技术之一,是用模糊理论对重要数据分析和建模的方法,建立了样本类属的不确定性描述,能比较客观地反映现实世界,它已经有效地应用在大规模数据分析、数据挖掘、矢量量化、图像分割、模式识别等领域,具有重要的理论与实际应用价值,随着应用的深入发展,模糊聚类算法的研究不断丰富-Unsupervised fuzzy clustering analysis as the main machine learning techniques is the use of fuzzy t
<周易> 在 2025-07-08 上传 | 大小:2kb | 下载:0

[数学计算/工程计算Large-Integer-Multiplication-

说明:大整数相乘,是用数组的形式模拟乘法,简单,很实用-Large integer multiplication, is to use an array of analog multiplication, simple and very practical
<czy> 在 2025-07-08 上传 | 大小:1kb | 下载:0

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

说明:大整数相乘,使用链表的方式实现的,能够正确演示结果-Large integer multiplication using linked list implementation, able to correctly demonstrate results
<czy> 在 2025-07-08 上传 | 大小: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-07-08 上传 | 大小: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-07-08 上传 | 大小: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-07-08 上传 | 大小: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-07-08 上传 | 大小:7kb | 下载:0
« 1 2 ... .86 .87 .88 .89 .90 1991.92 .93 .94 .95 .96 ... 3400 »

源码中国 www.ymcn.org